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