summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dhcp: fix EXTENDED DHCP event to accept lease for dhclient pluginbg/dhcp6-dad-on-1-36Thomas Haller2022-10-172-10/+15
* dhcp: nettools: save the lease after it gets acceptedBeniamino Galvani2022-10-171-0/+2
* dhcp: decline IPv6 lease if all adresses fail DADBeniamino Galvani2022-10-141-35/+93
* dhcp: wait DAD completion for DHCPv6 addressesBeniamino Galvani2022-10-141-9/+102
* dhcp/dhclient: implement accept/decline (ACD) for dhclient pluginThomas Haller2022-10-144-62/+95
* dhcp: minor cleanup of accept/decline functions in "nm-dhcp-client.c"Thomas Haller2022-10-141-17/+18
* dhcp/nettools: cleanup logging for dhcp4_event_handle()Thomas Haller2022-10-141-30/+32
* dhcp/nettools: better track currently granted leaseThomas Haller2022-10-143-37/+93
* dhcp: move accept/decline function inside "nm-dhcp-client.c"Thomas Haller2022-10-142-14/+15
* dhcp/trivial: rename connect_l3cfg_notify() to l3_cfg_notify_check_connected()Thomas Haller2022-10-141-6/+6
* dhcp: replace switch in l3_cfg_notify_cb() with if blocksThomas Haller2022-10-141-20/+9
* dhcp: move addr-family specific data to union in NMDhcpClientPrivateThomas Haller2022-10-142-10/+36
* dhcp/trivial: drop obsolete code commentThomas Haller2022-10-141-9/+0
* dhcp: fix logging of event in _nm_dhcp_client_notify()Thomas Haller2022-10-141-1/+1
* dhcp: merge nm_dhcp_client_start_ip4() and nm_dhcp_client_start_ip6() impleme...Thomas Haller2022-10-143-43/+26
* dhcp: move code in "nm-dhcp-client.c" (2)Thomas Haller2022-10-141-80/+82
* dhcp: minor cleanup in config_init()Thomas Haller2022-10-141-12/+16
* dhcp: remove assertion in nm_dhcp_client_handle_event()Thomas Haller2022-10-141-2/+1
* dhcp: move code in nm_dhcp_client_handle_event()Thomas Haller2022-10-141-31/+23
* dhcp: drop NMDhcpState enumThomas Haller2022-10-142-60/+26
* dhcp: rename/refactor nm_dhcp_client_set_state() to be notificationsThomas Haller2022-10-144-33/+94
* dhcp: fix handling of NM_DHCP_STATE_NOOPThomas Haller2022-10-142-2/+2
* dhcp: drop most of NMDhcpState usage from nm_dhcp_client_handle_event()Thomas Haller2022-10-141-37/+34
* dhcp/trivial: add comment about nm_dhcp_utils_merge_new_dhcp6_lease()Thomas Haller2022-10-141-0/+3
* dhcp: move code in "nm-dhcp-client.c"Thomas Haller2022-10-141-47/+49
* glib-aux: add nm_g_bytes_ref() helperThomas Haller2022-10-141-0/+10
* dhcp: minor code cleanups in "nm-dhcp-client.c"Thomas Haller2022-10-142-26/+26
* dhcp: use GSource for watching child process instead of numeric source idThomas Haller2022-10-141-6/+7
* dhcp: cleanup reason_to_state() in "nm-dhcp-client.c"Thomas Haller2022-10-141-16/+13
* dhcp: simplify nm_dhcp_client_set_effective_client_id()Thomas Haller2022-10-141-18/+9
* dhcp: use nm_g_bytes_equal0() in _set_effective_client_id()Thomas Haller2022-10-141-5/+2
* dns: merge branch 'bg/dns-sort'Beniamino Galvani2022-10-141-1/+8
|\
| * dns: sort the ip-data list when a new element is addedBeniamino Galvani2022-10-141-0/+1
| * dns: add comment explaining the purpose of `any_removed`Beniamino Galvani2022-10-141-1/+7
|/
* doc: fix bind-activation description for AddAndActivateConnection2 D-Bus APIThomas Haller2022-10-051-1/+1
* core: merge branch 'th/mlag-bonding-slb' (part 2)Thomas Haller2022-09-295-12/+57
|\
| * firewall: introduce helper function for add/flush/delete nft table commandThomas Haller2022-09-291-2/+9
| * firewall: fail from nm_firewall_nft_call() on non-zero exit codeThomas Haller2022-09-291-1/+10
| * device: allow resetting the devip state via nm_device_devip_set_state()Thomas Haller2022-09-292-2/+6
| * glib-aux: add NM_UTILS_ERROR_COMMAND_FAILED error codeThomas Haller2022-09-291-0/+2
| * glib-aux: add nm_utils_get_process_exit_status_desc_buf() helperThomas Haller2022-09-292-7/+30
|/
* firewall: merge branch 'th/firewall-cleanup'Thomas Haller2022-09-293-55/+71
|\
| * firewall: move logging stdin argument to nft callThomas Haller2022-09-291-7/+7
| * firewall: expose nm_firewall_nft_call() in header fileThomas Haller2022-09-292-12/+24
| * firewall-utils: move _append() macro to be used by other placesThomas Haller2022-09-291-11/+10
| * firewall/trivial: rename nm_firewall_config_apply() to nm_firewall_config_app...Thomas Haller2022-09-293-4/+6
| * firewall: more renaming and splitting _fw_nft_set_shared()Thomas Haller2022-09-291-11/+14
| * firewall/trivial: rename nm_firewall_config_new() to nm_firewall_config_new_s...Thomas Haller2022-09-293-5/+5
| * firewall/trivial: rename "shared"/"add" argument in firewall utils to "up"Thomas Haller2022-09-292-15/+15
|/
* core: transfer ownership of strbuf data in _fw_nft_set()Thomas Haller2022-09-291-2/+1