summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: use NML3ConfigData (WIP)th/l3cfg-22Thomas Haller2021-08-0693-14334/+5490
* dhcp: ensure NMDhcpClient was stopped in destructorThomas Haller2021-08-061-4/+7
* dhcp: stop tracking NMDhcpClient instances from NMDhcpManagerThomas Haller2021-08-063-89/+6
* dhcp: replace NMDhcpClient's signals with "notify" and one notify data argumentThomas Haller2021-08-065-100/+135
* ndisc: add nm_ndisc_dhcp_level_to_string() helperThomas Haller2021-08-062-0/+12
* std-aux: add XXX() macroThomas Haller2021-08-061-0/+7
* .gitignore: include files used by eclipse-cdt IDEAna Cabral2021-08-061-0/+3
* device: store the original MTU before force-setting itbg/mtu-initBeniamino Galvani2021-08-061-15/+21
* firewalld: merge branch 'th/firewalld-reloaded'Thomas Haller2021-08-063-21/+74
|\
| * firewalld: listen to Reloaded signal and reconfigure firewall zonesThomas Haller2021-08-063-12/+55
| * firewalld: fix initialized_now argument for NMFirewalldManager's "state-chang...Thomas Haller2021-08-061-1/+9
| * firewalld: make D-Bus calls against unique name for firewalld serviceThomas Haller2021-08-061-1/+1
| * firewalld: track current name_owner in NMFirewalldManagerThomas Haller2021-08-061-10/+12
| * firewalld: prefix firewalld logging messages with "firewalld"Thomas Haller2021-08-061-1/+1
|/
* nm-sudo,dispatcher: merge branch 'th/nm-sudo-cleanup'Thomas Haller2021-08-064-160/+277
|\
| * nm-sudo,dispatcher: rename and refactor code to make them more similarThomas Haller2021-08-062-88/+105
| * dispatcher: reject new requests after releasing nameThomas Haller2021-08-061-37/+63
| * nm-sudo: don't register pending job for current operationsThomas Haller2021-08-061-2/+0
| * nm-sudo: reject new request once we have no well-known-nameThomas Haller2021-08-061-39/+82
| * nm-sudo: fix clearing timeout source in _idle_timeout_cb()Thomas Haller2021-08-061-0/+1
| * glib-aux: add nm_g_main_context_iterate_for_msec() helperThomas Haller2021-08-062-0/+32
|/
* all: merge branch 'th/l3cfg-21'Thomas Haller2021-08-0521-169/+275
|\
| * dhcp: don't log plain pointer values for debuggingThomas Haller2021-08-052-3/+3
| * dhcp: add nm_dhcp_client_can_accept() functionThomas Haller2021-08-052-0/+15
| * l3cfg: add nm_l3cfg_remove_config_all_dirty() for removing dirty configsThomas Haller2021-08-053-9/+13
| * dispatcher: rename NM_DISPATCHER_ACTION_DHCP_CHANGE_X enumsThomas Haller2021-08-053-17/+20
| * dhcp: drop NM_DHCP_STATE_MAX enum valueThomas Haller2021-08-052-4/+1
| * core: cleanup arguments for GObject signal of NMDhcpClientThomas Haller2021-08-053-23/+32
| * all: use G_CALLBACK() macro instead of plain castThomas Haller2021-08-059-55/+55
| * device: track pending actions with a sorted string list instead of GSListThomas Haller2021-08-051-49/+57
| * glib-aux: add nm_arr_insert_at()/nm_arr_remove_at() helpersThomas Haller2021-08-051-0/+53
| * glib-aux: fix thread-safe initialization in _nm_g_source_sentinel_get_init()Thomas Haller2021-08-051-2/+2
| * std-aux: add nm_utils_addr_family_to_str() helperThomas Haller2021-08-051-0/+15
| * std-aux: use unique temporary variable in NM_IS_IPv4()Thomas Haller2021-08-051-7/+9
|/
* nm-sudo,dispatcher: merge branch 'th/nm-sudo-exit-on-idle-race'Thomas Haller2021-08-0412-257/+716
|\
| * dispatcher: add D-Bus method "Ping"Thomas Haller2021-08-041-0/+33
| * dispatcher: support enabling debug logging via environment variableThomas Haller2021-08-043-10/+50
| * dispatcher: fix race for exit-on-idleThomas Haller2021-08-042-83/+156
| * dispatcher: minor various cleanup of timeout and shutdownThomas Haller2021-08-041-11/+18
| * dispatcher: use nm_g_bus_get_blocking() to create GDBusConnectionThomas Haller2021-08-041-4/+12
| * dispatcher: add cancellable for tracking SIGTERMThomas Haller2021-08-041-0/+6
| * dispatcher: ignore SIGPIPEThomas Haller2021-08-041-0/+1
| * dispatcher: setup signal handler as firstThomas Haller2021-08-041-5/+6
| * dispatcher: use GSource instead of source idsThomas Haller2021-08-041-22/+23
| * dispatcher: replace GMainLoop by explicit context iterationThomas Haller2021-08-041-10/+12
| * dispatcher: add comment about exit-on-idle raceThomas Haller2021-08-041-0/+3
| * nm-sudo: expect unknown interface in _bus_method_call()Thomas Haller2021-08-041-5/+17
| * nm-sudo: return result from _bus_register_service()Thomas Haller2021-08-041-12/+9
| * nm-sudo: use nm_dbus_connection_call_blocking() in _bus_register_service()Thomas Haller2021-08-041-65/+37
| * nm-sudo: use nm_g_main_context_iterate_ready() helperThomas Haller2021-08-041-7/+2