summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * cli: rework printing of general active-connection propertiesThomas Haller2018-06-0112-131/+176
| * cli: sort active-connection for `nmcli connection show $PROFILE` outputThomas Haller2018-06-015-24/+30
| * cli: rework printing of `nmcli connection` for multiple active connectionsThomas Haller2018-06-0134-378/+607
| * clients/tests: add test for showing connection's active stateThomas Haller2018-06-0177-1328/+1391
| * clients/tests: add test for showing invisible connection in nmcliThomas Haller2018-06-0149-44/+648
| * clients/tests: add tests for output of `nmcli con show`Thomas Haller2018-06-0159-1282/+1471
|/
* shared/trivial: add code comment to explain NMUtilsEnumValueInfo consistency ...Thomas Haller2018-06-011-0/+9
* settings: fix plugins loadingBeniamino Galvani2018-06-011-5/+5
* man: clarify main.rc-manager=file behavior for resolv.conf as dangling symlinkThomas Haller2018-06-012-2/+7
* dns: move local variables to inner scope in update_resolv_conf()Thomas Haller2018-06-011-2/+2
* release: bump version to 1.11.4 (development)1.11.4-devLubomir Rintel2018-05-312-2/+2
* release: update NEWS for a development snapshotLubomir Rintel2018-05-311-0/+53
* test: don't assert on the tun link being up to date prior to upping itLubomir Rintel2018-05-311-0/+8
* all: merge branch 'th/build-cleanup-defines'Thomas Haller2018-05-3151-747/+626
|\
| * build/meson: fix meson build for shared filesThomas Haller2018-05-317-77/+94
| * all: replace systemd's siphash24 with c-siphashThomas Haller2018-05-3110-267/+101
| * build: use default NM_BUILD_* defines for testsThomas Haller2018-05-3133-392/+402
| * build: define NM_BUILD_SRCDIR and NM_BUILD_BUILDDIRThomas Haller2018-05-312-0/+10
| * build: use common locale directory for building nmtuiThomas Haller2018-05-311-1/+1