summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! dhcp: add nettools dhcp4 clientth/review/tomegun/nettoolsThomas Haller2019-05-291-56/+58
* fixup! dhcp: add nettools dhcp4 clientThomas Haller2019-05-291-0/+2
* fixup! dhcp: add nettools dhcp4 clientThomas Haller2019-05-291-7/+7
* dhcp: add nettools dhcp4 clientTom Gundersen2019-05-298-4/+1215
* fixup! dhcp: support notifying the client of the result of DADThomas Haller2019-05-293-23/+23
* fixup! dhcp: support notifying the client of the result of DADThomas Haller2019-05-292-8/+8
* dhcp: support notifying the client of the result of DADTom Gundersen2019-05-293-3/+51
* shared: build n-dhcp4Tom Gundersen2019-05-273-0/+77
* shared: fix return in nm_value_type_to_variant()/nm_value_type_get_variant_ty...Thomas Haller2019-05-271-0/+2
* dispatcher: merge branch 'th/dispatcher-cleanup'Thomas Haller2019-05-2712-527/+726
|\
| * dispatcher: log warning when nm-dispatcher quits with requests pendingThomas Haller2019-05-271-0/+15
| * dispatcher/systemd: order NetworkManager-dispatcher.service Before=NetworkMan...Thomas Haller2019-05-271-0/+6
| * dispatcher/trivial: add FIXME comment about how to fix shutdown of NtworkManagerThomas Haller2019-05-271-0/+8
| * dispatcher: log ifname/con_uuid as structured logging for dispatcher requestsThomas Haller2019-05-271-39/+98
| * dispatcher: cleanup nm_dispatcher_call_cancel()Thomas Haller2019-05-272-19/+19
| * dispatcher: use GDBusConnection instead of GDBusProxy in "nm-dispatcher.c"Thomas Haller2019-05-273-76/+76
| * dispatcher: replace guint call-id by opaque NMDispatcherCallIdThomas Haller2019-05-274-96/+89
| * dispatcher: add logging macros for per-request messagesThomas Haller2019-05-271-24/+45
| * dispatcher: cleanup constructing parameter in _dispatcher_call()Thomas Haller2019-05-271-43/+33
| * dispatcher: cleanup dispatcher_results_process()Thomas Haller2019-05-271-28/+18
| * build: don't link dispatcher with generated nmdbus-dispatcher bindingsThomas Haller2019-05-274-23/+45
| * dispatcher: unown dispatcher D-Bus name on exitThomas Haller2019-05-271-6/+10
| * dispatcher: drop GDBusInterfaceSkeleton and generate GDBus bindingsThomas Haller2019-05-271-57/+141
| * dispatcher: drop Handler GObjectThomas Haller2019-05-271-98/+42
| * dispatcher: keep the GDBusConnection instance in the global variableThomas Haller2019-05-271-7/+6
| * dispatcher: parse command line arguments in a seprate functionThomas Haller2019-05-271-11/+22
| * dispatcher: don't just exit() but always shutdown before exitingThomas Haller2019-05-271-19/+27
| * dispatcher: move global variable ever_aquired_name into "gl" structThomas Haller2019-05-271-5/+4
| * dispatcher: unref main loop at exit and remove signal handler sourcesThomas Haller2019-05-271-4/+12
| * dispatcher: namespace global variables in a struct "gl"Thomas Haller2019-05-271-20/+22
| * dispatcher: use logging macros instead of g_log() directlyThomas Haller2019-05-271-46/+75
| * dispatcher: silence message about non-existing dispatcher directoryThomas Haller2019-05-271-2/+4
| * dispatcher: log messages about loading scripts per-requestThomas Haller2019-05-271-15/+17
| * dispatcher: don't print debug messages of dispatcher in regular modeThomas Haller2019-05-271-3/+4
| * dispatcher/trivial: rename logging levelsThomas Haller2019-05-271-14/+14
| * shared: add _NM_ENSURE_TYPE_CONST()Thomas Haller2019-05-271-0/+2
|/
* po: update Brazilian Portuguese (pt_BR) translationRafael Fontenelle2019-05-271-1197/+1162
* Merge commit 'e23b3c9c3ac86b065eef002fa5c4321cc4a87df2' as 'shared/n-dhcp4'Tom Gundersen2019-05-2540-0/+10480
|\
| * Squashed 'shared/n-dhcp4/' content from commit fb1d43449Tom Gundersen2019-05-1440-0/+10480
* libnm/team: merge branch 'th/libnm-team'Thomas Haller2019-05-2333-2088/+4295
|\
| * libnm/keyfile: don't parse JSON config in keyfile reader twiceThomas Haller2019-05-231-5/+5
| * nmcli: don't validate team config in nmcliThomas Haller2019-05-231-13/+0
| * libnm: support strict parsing of team link watcher from GVariantThomas Haller2019-05-234-52/+106
| * libnm: implement team's _link_watcher_from_variant() reusing meta dataThomas Haller2019-05-231-85/+148
| * libnm: implement team's _link_watcher_to_variant() reusing meta dataThomas Haller2019-05-231-102/+76
| * libnm: split creation/conversion of team link watcher from variantThomas Haller2019-05-231-155/+171
| * libnm: move team link-watchers to/from variant to "nm-team-setting.c"Thomas Haller2019-05-234-207/+211
| * libnm: rework team handling of JSON configThomas Haller2019-05-2313-1583/+2728
| * libnm: add "libnm-core/nm-team-utils.h"Thomas Haller2019-05-234-11/+68
| * libnm: add init_from_dbus() virtual function to NMSettingThomas Haller2019-05-232-30/+69