summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nmcli/devices: add "checkpoint" commandlr/nmcli-checkpointLubomir Rintel2022-06-153-3/+279
* nmcli: be less insistant on exiting when readline() gets no inputLubomir Rintel2022-06-151-1/+2
* nmcli/devices: use GPtrArray from get_device_list() directlyLubomir Rintel2022-06-151-32/+23
* nmcli/devices: return GPtrArray instead of GSList from get_device_list()Lubomir Rintel2022-06-151-43/+35
* nmcli/devices: make get_device_list() terminate on "--"Lubomir Rintel2022-06-151-0/+22
* nmcli/devices: make get_device_list() shift argc/argvLubomir Rintel2022-06-151-25/+28
* glib-aux: add g_ptr_array_find() compat routineLubomir Rintel2022-06-151-0/+27
* nmcli: add nmcli gen reload usageRyosuke YASUOKA2022-06-151-2/+3
* merge: branch 'lr/cancel-ip-state-with-activation'Lubomir Rintel2022-06-147-39/+148
|\
| * device: release slaves when an external device is going managedLubomir Rintel2022-06-141-2/+3
| * device: only deactivate when the master we've enslaved to goes awayLubomir Rintel2022-06-141-6/+7
| * device: stop checking the IP configuration state when cancelling activationLubomir Rintel2022-06-141-0/+3
| * merge: branch 'bg/ppp-race-rh2085382'Beniamino Galvani2022-06-143-18/+119
| |\
| | * ppp: don't remove addresses from interface while IPCP/IPV6CP is runningBeniamino Galvani2022-06-141-5/+32
| | * core: add nm_l3cfg_block_obj_pruning()Beniamino Galvani2022-06-142-13/+87
| |/
| * device: ensure DHCP is restarted every time the link goes upBeniamino Galvani2022-06-111-10/+8
| * contrib: use `less -f` in NM-log to avoid prompt for non-text inputThomas Haller2022-06-101-2/+2
| * contrib: install iproute-tc in "nm-in-container.sh"Thomas Haller2022-06-091-0/+1
| * ppp: merge branch 'ppp-ip6-dns'Beniamino Galvani2022-06-091-1/+5
| |\ |/ /
| * ppp-manager: ip6: set interface mtu based on ppp configDominique Martinet2022-06-091-1/+3
| * ppp-manager: ip6: fix dns not being usedDominique Martinet2022-06-091-0/+2
|/
* 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