summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rpm/build.sh: suggest dnf builddep after BUILDTYPE=SRPMlr/python3Lubomir Rintel2018-05-281-1/+4
* rpm: prefer python3Lubomir Rintel2018-05-281-0/+7
* cli: fix property matchingBeniamino Galvani2018-05-289-17/+120
* tests: implement Update2() in NetworkManager stubBeniamino Galvani2018-05-281-1/+6
* clients/tests: refactor by moving replace-text helper functionThomas Haller2018-05-281-31/+31
* clients/tests: generate Makefile.am for expected filesThomas Haller2018-05-27107-218/+246
* core/dhcp: merge branch 'th/dhcp-cleanup'Thomas Haller2018-05-269-117/+133
|\
| * dhcp: refactor dhclient_start() to use cleanup attributeThomas Haller2018-05-261-45/+45
| * dhcp: cache errno in nm_dhcp_client_stop_existing() before using itThomas Haller2018-05-262-6/+10
| * dhcp: use NMIPConfig type for argument of nm_dhcp_client_set_state()Thomas Haller2018-05-263-14/+13
| * dhcp: use cleanup attribute in nm_dhcp_client_handle_event()Thomas Haller2018-05-261-22/+19
| * dhcp: minor cleanup initializing name of leasefile for NMDhcpDhclintThomas Haller2018-05-261-17/+11
| * core: let NM_IS_IP_CONFIG() check for expected addr-familyThomas Haller2018-05-263-8/+14
| * shared: minor cleanup of nm_utils_get_start_time_for_pid()Thomas Haller2018-05-262-7/+22
| * dhcp: fix leaking error in dhclient_start()Thomas Haller2018-05-261-0/+1
|/
* cli: avoid bogus line seprator in pretty-outputThomas Haller2018-05-255-66/+5
* cli/tests: add test for output of `nmcli general permissions`Thomas Haller2018-05-2598-78/+826
* 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