summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-21[WIP] initrd: add configuration generatorlr/initrdLubomir Rintel7-8/+795
2018-05-21[WIP] initrd/ibft: adjust the iBFT code for initrd generator useLubomir Rintel4-107/+143
2018-05-21initrd/ibft: copy ibft code from the settings pluginLubomir Rintel13-0/+1106
2018-05-21[WIP] config: add --configure-and-quit=initrd modeLubomir Rintel5-42/+114
2018-05-21dbus: don't even bother connecting in configure-and-quit modeLubomir Rintel2-22/+19
2018-05-21[WIP] keyfile: write in-memory connections to /runLubomir Rintel5-36/+73
2018-05-21active-connection: fix build with clang-6.0Lubomir Rintel1-1/+2
2018-05-21tests: run the nmcli test with $PYTHON we autoconf'dLubomir Rintel1-0/+1
2018-05-19build/meson: fix building internal systemd libraryThomas Haller1-0/+1
2018-05-18systemd: merge branch systemd into masterThomas Haller42-193/+855
2018-05-18systemd: update code from upstream (2018-05-18)Thomas Haller40-193/+847
2018-05-18active-connection: fix harmless typoFrancesco Giudici1-1/+1
2018-05-18devices/wwan: Stop PPP manager in deactivate_cleanup()Frederic Danis1-0/+1
2018-05-16dispatcher: fix leak in construct_device_dhcp4_items()Thomas Haller1-10/+10
2018-05-16dispatcher: extra sanitize names of environment variablesThomas Haller1-2/+26
2018-05-16core: minor cleanup using helpers NM_IN_STRSET() and nm_utils_strdict_get_keys()Thomas Haller2-17/+7
2018-05-15tests: fix quitting mainloop in test-networkmanager-service.pyThomas Haller1-4/+3
2018-05-15cli: merge branch 'th/cli-connection-handling' (part 1)Thomas Haller93-1739/+3209
2018-05-15tests: explicitly export/unexport objectsThomas Haller1-22/+30
2018-05-15tests/trivial: move codeThomas Haller1-30/+30
2018-05-15tests: rework handling of D-Bus properties in NetworkManager stub serviceThomas Haller1-365/+320
2018-05-14cli: use macro for list of argument for NmcMetaGenericInfo.get_fcn()Thomas Haller4-55/+20
2018-05-14cli: add helper methods for implementing NmcMetaGenericInfo's get_fcn()Thomas Haller2-0/+41
2018-05-14cli: add and use macro for creating NmcMetaGenericInfo parent groupsThomas Haller2-12/+8
2018-05-14cli/trivial: move codeThomas Haller1-74/+76
2018-05-14cli: rework connection handling for multiple resultsThomas Haller3-212/+330
2018-05-14cli: rework converting enums to strings in "connections.c"Thomas Haller1-44/+26
2018-05-14cli: move find_active_connection() to common.cThomas Haller3-84/+87
2018-05-14cli: cleanup code paths in "connections.c"Thomas Haller3-288/+205
2018-05-14clients/common: add nmc_objects_sort_by_path() helperThomas Haller2-0/+43
2018-05-14shared: add nm_utils_dbus_path_cmp() helperThomas Haller2-0/+91
2018-05-14shared: add nm_utils_dbus_path_get_last_component() helperThomas Haller2-0/+17
2018-05-14shared: add nm_utf8_collate0() helperThomas Haller1-0/+10
2018-05-14shared: add NM_CMP_DIRECT_STRCMP0() macroThomas Haller1-0/+3
2018-05-14clients/tests: add nmcli test for activating connectionThomas Haller18-0/+592
2018-05-14clients/tests: add more checks for output of nmcli by languageThomas Haller64-382/+1086
2018-05-14tests: better implement ActivateConnection in NetworkManager stub serviceThomas Haller1-3/+38
2018-05-14tests: various refactoring in tools/test-networkmanager-service.pyThomas Haller14-436/+401
2018-05-14clients/tests: add test for `nmcli device wifi` outputThomas Haller13-36/+59
2018-05-14build: qualify plugin dir name with a version stringLubomir Rintel7-30/+39
2018-05-14contrib/rpm: optionally depend on iwdLubomir Rintel1-6/+12
2018-05-14dns: merge branch 'bg/dns-bgo746422'Beniamino Galvani11-269/+322
2018-05-14libnm-core: document dns priorityBeniamino Galvani2-18/+28
2018-05-14dns: sd-resolved: honor dns-priorityBeniamino Galvani1-38/+16
2018-05-14dns: dnsmasq: honor dns-priorityBeniamino Galvani1-140/+22
2018-05-14dns: use dns-priority to provide a preprocessed domain list to pluginsBeniamino Galvani4-0/+210
2018-05-14core: reject invalid domains from ip configurationsBeniamino Galvani5-74/+47
2018-05-14dns: dnsmasq: fix adding multiple domainsBeniamino Galvani1-1/+1
2018-05-11build: meson: add missing nm-autoptr.h to libnm headersBeniamino Galvani1-0/+1
2018-05-11cli: merge branch 'th/cli-unit-tests'Thomas Haller48-178/+1895