summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-09Revert "device: only deactivate when the master we've enslaved to goes away"lr/cancel-ip-state-with-activation-v4Lubomir Rintel1-7/+6
2022-06-09device: release slaves when an external device is going managedlr/cancel-ip-state-with-activationLubomir Rintel1-2/+3
2022-06-09device: only deactivate when the master we've enslaved to goes awayLubomir Rintel1-6/+7
2022-06-09device: stop checking the IP configuration state when cancelling activationLubomir Rintel1-0/+3
2022-06-09dispatcher: log duration of dispatcher callThomas Haller1-15/+63
2022-06-09contrib: enable DHCPv6 in "m-in-container.sh"'s "nm-env-prepare.sh"Thomas Haller1-0/+3
2022-06-09std-aux: cleanup NM_CMP_*() macrosThomas Haller1-36/+48
2022-06-09device: fix memory leakBeniamino Galvani1-9/+7
2022-06-09l3cfg: fix comparing "has-dns-priority" flag in nm_l3_config_data_cmp_full()Thomas Haller1-1/+4
2022-06-08contrib: set git-blame options in "nm-setup-git.sh"Thomas Haller1-0/+2
2022-06-07ifcfg: set errno for svGetValueEnum() to detect unset valuesThomas Haller1-0/+3
2022-06-07n-dhcp4: re-import git-subtree for 'src/n-dhcp4'Thomas Haller0-0/+0
2022-06-07Squashed 'src/n-dhcp4/' changes from e4af93228e37..7db7dc4bab53Thomas Haller3-61/+40
2022-06-03contrib: don't use :Z for bind mounts in "nm-in-container.sh"Thomas Haller1-2/+2
2022-06-03tools: Fix generate-docs-nm-settings-docs-gir.py on Python 2Igor Ponomarev1-6/+5
2022-06-02gitlab-ci: test build with python2 on Centos7Thomas Haller1-0/+9
2022-06-02build: print python path for autotoolsThomas Haller1-0/+1
2022-06-02wifi: fix crash in NMDeviceWifi.check_connection_compatible() checking WEP ca...Thomas Haller1-2/+3
2022-06-01release: bump version to 1.39.6 (development)1.39.6-devBeniamino Galvani2-2/+2
2022-06-01dhcp: merge branch 'th/dhcp-acd'Thomas Haller16-436/+1187
2022-06-01dhcp: implement ACD (address collision detection) for DHCPv4Thomas Haller5-118/+616
2022-05-31dhcp/dhclient: implement accept/decline (ACD) for dhclient pluginThomas Haller4-62/+95
2022-05-31dhcp: minor cleanup of accept/decline functions in "nm-dhcp-client.c"Thomas Haller1-17/+18
2022-05-31dhcp/nettools: pop n-dhcp4 events after select/accept/decline to process logg...Thomas Haller1-1/+62
2022-05-31dhcp/nettools: add helper function dhcp4_event_pop_all_events()Thomas Haller1-3/+11
2022-05-31dhcp/nettools: cleanup logging for dhcp4_event_handle()Thomas Haller1-30/+32
2022-05-31dhcp/nettools: better track currently granted leaseThomas Haller3-37/+93
2022-05-31dhcp: move accept/decline function inside "nm-dhcp-client.c"Thomas Haller2-14/+15
2022-05-31n-dhcp4: fix internal state after declining leaseThomas Haller2-2/+14
2022-05-31n-dhcp4: maintain the probe's lease list in "n-dhcp4-c-probe.c"Thomas Haller2-39/+15
2022-05-31n-dhcp4: return error when calling accept/decline/select in unexpected stateThomas Haller2-21/+12
2022-05-31dhcp: add and use _NMLOG() macro for "nm-dhcp-manager.c"Thomas Haller1-18/+41
2022-05-31dhcp: improve warning logging for dhcp4_event_handle() failureThomas Haller1-1/+1
2022-05-31dhcp: ensure a valid DHCPv4 lease has an address for dhclientThomas Haller1-0/+3
2022-05-31dhcp/trivial: rename connect_l3cfg_notify() to l3_cfg_notify_check_connected()Thomas Haller1-6/+6
2022-05-31dhcp: replace switch in l3_cfg_notify_cb() with if blocksThomas Haller1-20/+9
2022-05-31dhcp: move addr-family specific data to union in NMDhcpClientPrivateThomas Haller2-10/+36
2022-05-31dhcp/trivial: drop obsolete code commentThomas Haller1-9/+0
2022-05-31dhcp: fix logging of event in _nm_dhcp_client_notify()Thomas Haller1-1/+1
2022-05-31core: move NM_ACD_TIMEOUT_MAX_MSEC define to "nm-l3cfg.h" header for reuseThomas Haller2-5/+5
2022-05-31device: initialize full v4/v6 union of NMDhcpClientConfig in _dev_ipdhcpx_sta...Thomas Haller1-17/+23
2022-05-31glib-aux: add assertions to nm_strvarray_*() helpersThomas Haller1-5/+18
2022-05-31glib-aux: add nm_g_array_index_p() helper and cleanup nm_g_array*() helpersThomas Haller1-28/+47
2022-05-31glib-aux/logging: add LOGD_DHCP_af() helper macroThomas Haller1-1/+10
2022-05-31contrib: install black/clang-format in nm-in-container.shThomas Haller1-0/+2
2022-05-31contrib: add "journal" command to "nm-in-container.sh" for showing logsThomas Haller1-8/+32
2022-05-31contrib: improve bashrc for nm-in-container.shThomas Haller1-1/+8
2022-05-31contrib: add script "nm-setup-git.sh" for setting up NetworkManager git repos...Thomas Haller1-0/+115
2022-05-31tools: merge branch 'gfm:generate-docs-nm-settings-docs-gir-preserve-newlines'Thomas Haller1-109/+112
2022-05-31tools: Use ElementTree to write XML in generate-docs-nm-settings-docs-gir.pyIgor Ponomarev1-39/+30