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