summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dhcp: refactor dhclient_start() to use cleanup attributeth/dhcp-cleanupThomas Haller2018-05-251-45/+45
* dhcp: cache errno in nm_dhcp_client_stop_existing() before using itThomas Haller2018-05-252-6/+10
* dhcp: use NMIPConfig type for argument of nm_dhcp_client_set_state()Thomas Haller2018-05-253-14/+13
* dhcp: use cleanup attribute in nm_dhcp_client_handle_event()Thomas Haller2018-05-251-22/+19
* dhcp: minor cleanup initializing name of leasefile for NMDhcpDhclintThomas Haller2018-05-251-17/+11
* core: let NM_IS_IP_CONFIG() check for expected addr-familyThomas Haller2018-05-253-8/+14
* shared: minor cleanup of nm_utils_get_start_time_for_pid()Thomas Haller2018-05-252-7/+22
* dhcp: fix leaking error in dhclient_start()Thomas Haller2018-05-251-0/+1
* ppp: merge branch 'th/ppp-stop'Thomas Haller2018-05-2511-204/+352
|\
| * core: add and use NM_SHUTDOWN_TIMEOUT_MS as duration that we plan for shutdownThomas Haller2018-05-252-1/+21
| * ppp-manager: rework stopping NMPPPManager by merging async/sync methodsThomas Haller2018-05-259-157/+183
| * ppp-manager/trivial: rename variables holding self pointersThomas Haller2018-05-251-64/+64
| * ppp-manager: refactor killing pppd process by using _ppp_kill() functionThomas Haller2018-05-251-24/+25
| * core: add nm_shutdown_register_watchdog() for marking object to wait for shut...Thomas Haller2018-05-252-0/+101
|/
* clients: fix an error message in case of property ambiguityLubomir Rintel2018-05-241-4/+6
* tests: merge branch 'th/cli-tests'Thomas Haller2018-05-24105-1336/+2200
|\
| * clients/tests: drop duplicate tests for German translationThomas Haller2018-05-24122-3137/+1818
| * clients/tests: test nmcli output for active-connection state DEACTIVATINGThomas Haller2018-05-2429-0/+833
| * clients/tests: load libnm via GObject introspectionThomas Haller2018-05-24101-100/+113
| * clients/tests: add SetProperties operation to test-networkmanager-service.py ...Thomas Haller2018-05-24102-105/+165
| * tests: don't return path name from obj.get_managed_ifaces() in test-networkma...Thomas Haller2018-05-241-7/+4
| * clients/tests: test nmcli output for multiple activation of same profileThomas Haller2018-05-24102-118/+1078
| * clients/tests: print active fields during `nmcli con show`Thomas Haller2018-05-2411-126/+438
| * clients/tests: add extra_env argument to call_nmcli()Thomas Haller2018-05-2479-80/+88
|/
* shared/trivial: fix typo on commentFrancesco Giudici2018-05-241-1/+1
* dispatcher: rework creating dispatcher environmentThomas Haller2018-05-242-350/+374
* build: merge branch 'th/contrib-rpm-use-gnutls'Thomas Haller2018-05-244-25/+24
|\
| * contrib/rpm: use gnutls crypto library instead of NSS on rhel-8 and fedora-29Thomas Haller2018-05-242-0/+14
| * build: print used crypto library in ./configure result outputThomas Haller2018-05-241-19/+7
| * libnm-util/crypto: fix harmless compiler warningThomas Haller2018-05-241-6/+3
|/
* doc: add units to nm_device_get_mtu()Thomas Haller2018-05-231-1/+1
* doc: add units to some libnm (and libnm-glib) function docsHarry Mallon2018-05-235-13/+13
* active-connection: fix build with clang-6.0Lubomir Rintel2018-05-211-1/+2
* tests: run the nmcli test with $PYTHON we autoconf'dLubomir Rintel2018-05-211-0/+1
* build/meson: fix building internal systemd libraryThomas Haller2018-05-191-0/+1
* systemd: merge branch systemd into masterThomas Haller2018-05-1842-193/+855
|\
| * systemd: update code from upstream (2018-05-18)Thomas Haller2018-05-1840-193/+847
* | active-connection: fix harmless typoFrancesco Giudici2018-05-181-1/+1
* | devices/wwan: Stop PPP manager in deactivate_cleanup()Frederic Danis2018-05-181-0/+1
* | dispatcher: fix leak in construct_device_dhcp4_items()Thomas Haller2018-05-161-10/+10
* | dispatcher: extra sanitize names of environment variablesThomas Haller2018-05-161-2/+26
* | core: minor cleanup using helpers NM_IN_STRSET() and nm_utils_strdict_get_keys()Thomas Haller2018-05-162-17/+7
* | tests: fix quitting mainloop in test-networkmanager-service.pyThomas Haller2018-05-151-4/+3
* | cli: merge branch 'th/cli-connection-handling' (part 1)Thomas Haller2018-05-1593-1739/+3209
|\ \
| * | tests: explicitly export/unexport objectsThomas Haller2018-05-151-22/+30
| * | tests/trivial: move codeThomas Haller2018-05-151-30/+30
| * | tests: rework handling of D-Bus properties in NetworkManager stub serviceThomas Haller2018-05-151-365/+320
| * | cli: use macro for list of argument for NmcMetaGenericInfo.get_fcn()th/cli-connection-handlingThomas Haller2018-05-144-55/+20
| * | cli: add helper methods for implementing NmcMetaGenericInfo's get_fcn()Thomas Haller2018-05-142-0/+41
| * | cli: add and use macro for creating NmcMetaGenericInfo parent groupsThomas Haller2018-05-142-12/+8