summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * rpm: install alternative implementations of ifup/ifdownlr/alternativesLubomir Rintel2018-06-111-0/+19
| * ifcfg-rh: add nm-ifup and nm-ifdown scriptsLubomir Rintel2018-06-113-0/+11
| * cli: allow specifying the connection by its filenameLubomir Rintel2018-06-114-16/+39
| * cli: add connection FILENAME fieldLubomir Rintel2018-06-1116-70/+76
| * tools/test-service: mock o.fd.NM.Settings.Connection.Filename propertyLubomir Rintel2018-06-111-0/+2
| * libnm/remote-connection: add filename propertyLubomir Rintel2018-06-113-0/+42
| * settings-connection: expose Filename property on D-BusLubomir Rintel2018-06-113-4/+14
|/
* clients/tests: merge branch 'th/more-clients-tests'Thomas Haller2018-06-11195-1778/+3569
|\
| * clients/tests: show device fields with invisible connectionThomas Haller2018-06-11113-1322/+1872
| * clients/tests: add more tests for nmcli showing connections and devicesThomas Haller2018-06-118-0/+235
| * clients/tests: expose IP and DHCP configs in test-networkmanager-service.py stubThomas Haller2018-06-119-13/+682
| * clients/tests: seed generated numbers for test-networkmanager-service.pyThomas Haller2018-06-11180-306/+381
| * clients/tests: add optional "required" argument to findConnectionUuid()Thomas Haller2018-06-11179-179/+181
| * tests: simulate available-connections in test-networkmanager-service.pyThomas Haller2018-06-117-18/+66
| * tests: fix dry-run for _dbus_property_set() in test-networkmanager-service.pyThomas Haller2018-06-111-0/+2
| * clients/tests: add test for terse output of `nmcli -t connection show $VPN`Thomas Haller2018-06-1114-320/+530
|/
* cli: spawn pager on "nmcli c" and "nmcli g permsisions"Lubomir Rintel2018-06-112-0/+6
* policy: log connection UUID for auto-activationThomas Haller2018-06-111-2/+4
* merge: branch 'fg/manage_DUID-rh1414093'Francesco Giudici2018-06-1144-190/+645
|\
| * cli: add dhcp-duid supportfg/manage_DUID-rh1414093Francesco Giudici2018-06-0923-22/+47
| * ifcfg: introduce DHCPV6_DUID to map ipv6.dhcp-duid propertyFrancesco Giudici2018-06-093-0/+19
| * ifcfg: make_ip6_setting cleanup & optimization 2/2Francesco Giudici2018-06-091-71/+70
| * ifcfg: make_ip6_setting cleanup & optimization 1/2Francesco Giudici2018-06-091-24/+23
| * dhcp: allow to skip DUID search from DHCP client global configurationFrancesco Giudici2018-06-093-16/+13
| * dhcp: remove fallback DUID-UUID generation from dhcp codeFrancesco Giudici2018-06-093-74/+62
| * libnm-core: add ipv6.dhcp-duid propertyFrancesco Giudici2018-06-0816-12/+381
| * core: add function to retrieve secret_key generation timeFrancesco Giudici2018-06-072-0/+17
| * dhclient: always update the DUID in the lease fileFrancesco Giudici2018-06-073-20/+29
| * dhclient: fix updating the DUID in multiline lease filesFrancesco Giudici2018-06-072-7/+40
|/
* man: improve explaining settings plugins in manual NetworkManager.confThomas Haller2018-06-071-11/+18
* clients/tests: merge branch 'th/clients-tests'Thomas Haller2018-06-06179-361/+1966
|\
| * clients/tests: test creating and activating VPN connectionThomas Haller2018-06-0628-16/+1286
| * clients/tests: add Util.debug_dbus_interface() helper functionThomas Haller2018-06-06152-151/+156
| * clients/tests: test adding IPv4/IPv6 addresses and routesThomas Haller2018-06-055-0/+203
| * clients/tests: test `nmcli con mod` command with different localeThomas Haller2018-06-053-5/+5
| * clients/tests: verify connections in test-networkmanager-service.py using libnmThomas Haller2018-06-054-58/+191
| * tests: nest custom exceptions in common namespaceThomas Haller2018-06-051-55/+57
| * tests: reorder definitions in test-networkmanager-service.pyThomas Haller2018-06-051-77/+67
| * tests: use libnm defines for NM test stubThomas Haller2018-06-051-26/+31
| * tests: rename local variables in NM test stub (2)Thomas Haller2018-06-051-29/+26
| * tests: rename local variables in NM test stub (1)Thomas Haller2018-06-051-47/+47
|/
* dns: change main.rc-manager=file behavior to always follow symlinkThomas Haller2018-06-053-7/+20
* cli: fix array out-of-bounds access on command timeoutBeniamino Galvani2018-06-051-1/+1
* manager: fix failed assertion on user activationsBeniamino Galvani2018-06-041-1/+5
* settings: let connections keep NMSettings aliveBeniamino Galvani2018-06-031-0/+7
* dhcp: fix handling of failure eventsBeniamino Galvani2018-06-021-7/+8
* cli: fix active connections colorBeniamino Galvani2018-06-011-1/+1
* device: don't try to change MTU on a disconnected deviceBeniamino Galvani2018-06-011-2/+4
* cli: merge branch 'th/cli-connection-handling-2'Thomas Haller2018-06-0192-1803/+2941
|\
| * cli/trivial: move codeThomas Haller2018-06-011-79/+81