summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-09dns: consider the dns-type and the priority when hashing DNS configsbg/dns-1.40Beniamino Galvani3-8/+45
2023-02-09core,libnm: move enum NMDnsIPConfigTypeBeniamino Galvani2-10/+8
2023-02-09core: rename and move nm_ip_config_dns_hash()Beniamino Galvani5-74/+76
2023-02-09core: fix type for nameservers in nm_ip_config_dns_hash()Thomas Haller1-4/+4
2023-02-09glib-aux: drop usage of malloc_usable_size() in nm_free_secret()Thomas Haller1-15/+1
2023-02-09cli: fix leaking "value" string in ask_option()Thomas Haller1-3/+5
2023-02-09cli: use "free()" for string from readlineThomas Haller1-5/+2
2023-02-09cli: avoid leak in readline_cb() overwriting previous lineThomas Haller1-3/+13
2023-01-26release: bump version to 1.40.13 (development)1.40.13-devLubomir Rintel2-2/+2
2023-01-26release: bump version to 1.40.121.40.12Lubomir Rintel2-2/+2
2023-01-26NEWS: updateLubomir Rintel1-0/+13
2023-01-26platform: retry link change on RESULT_FAILED_RESYNCLubomir Rintel1-11/+24
2023-01-26platform: log something nice about RESULT_FAILED_RESYNCLubomir Rintel1-0/+3
2023-01-26platform: remove log_result from do_change_link()Lubomir Rintel1-7/+2
2023-01-26platform: don't negate lefthand argument in set comparisonLubomir Rintel1-10/+8
2023-01-26ovs: fix _external_ids_to_string() to print strdict in loggingThomas Haller1-2/+2
2023-01-26ovs: don't replace all "other_config" in _set_bridge_mac()Thomas Haller1-15/+24
2023-01-26ovs: ensure existing "external-ids" get updated during reapplyThomas Haller1-13/+14
2023-01-26device: fix available-connections for a device for user-requestThomas Haller1-1/+1
2023-01-26core: fix enum argument in prototype of nm_utils_kill_process_sync(), etc.Thomas Haller1-3/+3
2023-01-26curl: use CURLOPT_PROTOCOLS_STR instead of deprecated CURLOPT_PROTOCOLSThomas Haller2-0/+11
2023-01-26platform: fix nmp_lookup_init_route_by_weak_id() to honor the route-tableThomas Haller3-21/+46
2023-01-26config: fix a reversed conditionalLubomir Rintel1-2/+2
2023-01-16firewall: merge branch 'th/iptables-wait'Thomas Haller1-20/+12
2023-01-16firewall: pass "--wait 2" to iptables to wait for concurrent invocationsThomas Haller1-1/+1
2023-01-16firewall: automatically add iptables path to _share_iptables_call() callThomas Haller1-20/+12
2023-01-11release: bump version to 1.40.11 (development)1.40.11-devBeniamino Galvani2-2/+2
2023-01-11release: bump version to 1.40.101.40.10Beniamino Galvani2-2/+2
2023-01-11dhcp: fix test for out-of-tree buildBeniamino Galvani1-1/+1
2023-01-11device: fix condition for scheduling stage3 after carrier changeBeniamino Galvani1-1/+2
2023-01-11ndisc/tests: fix reference counting in nm_fake_ndisc_new()Thomas Haller1-1/+1
2023-01-11NEWS: updateBeniamino Galvani1-0/+12
2023-01-11dns: merge branch "wl/dns"Wen Liang3-1/+15
2023-01-11dns: kill pending dnsmasq process when mode is not 'dnsmasq'Wen Liang3-0/+13
2023-01-11dnsmasq: silently ignore if pid file is not existed when killingWen Liang1-1/+2
2022-12-23merge: branch 'bg/coverity'Beniamino Galvani2-4/+3
2022-12-23nmtui: fix memory leakBeniamino Galvani1-0/+2
2022-12-23nmcli: fix double freeBeniamino Galvani1-4/+1
2022-12-20Revert "policy: track the autoconnect retries in devices for multi-connect"Thomas Haller3-157/+10
2022-12-19dhcp: fix unused variable in nm_dhcp_client_start()Thomas Haller1-2/+1
2022-12-19cloud-setup,core: merge branch 'th/cloud-setup-preserve-external-ip'Thomas Haller9-55/+276
2022-12-19nm-cloud-setup: simplify clearing variables in retry loopThomas Haller1-2/+2
2022-12-19nm-cloud-setup: refactor skipping reapply be checking for skip firstThomas Haller1-20/+31
2022-12-19nm-cloud-setup: set preserve-external-ip flag during reapplyThomas Haller3-1/+25
2022-12-19examples: add python example for reapplyThomas Haller2-0/+148
2022-12-19core: support flag "preserve-external-ip" for Reapply() callThomas Haller4-31/+69
2022-12-19device: change error code for Reapply() rejecting unsupported flags argumentThomas Haller1-1/+1
2022-12-19dhcp: merge branch 'th/dhcp-client-id-in-lease'Thomas Haller12-224/+398
2022-12-19dhcp/dhclient: fix honoring "ipv6.dhcp-duid" when explicitly setth/nm-1-40Thomas Haller4-7/+40
2022-12-19dhcp/dhclient: better handle "\r\n" line breaks in dhclient lease fileThomas Haller2-16/+22