summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cli/devices: rescan the Wi-Fi network if the AP list is not fresh enoughlr/cli-wifi-list-rescanLubomir Rintel2018-06-1339-433/+677
* cli/devices: parse "nmcli d wifi list" arguments with next_arg()Lubomir Rintel2018-06-131-12/+14
* cli/utils: make next_arg() recognize arguments that are not in "--option" formLubomir Rintel2018-06-131-4/+12
* wifi: expose the LastScan propertyLubomir Rintel2018-06-1310-0/+90
* clients/tests: better document how to re-generate files for clients testsThomas Haller2018-06-13248-256/+317
* dhcp: merge branch 'th/dhcp-client-id'Thomas Haller2018-06-124-128/+210
|\
| * examples: add ipv4.dhcp-client-id and ipv6.dhcp-duid to 30-anon.conf exampleth/dhcp-client-idThomas Haller2018-06-121-6/+31
| * libnm: avoid allocating GBytes in _nm_utils_dhcp_duid_valid()Thomas Haller2018-06-121-16/+11
| * device: log generated ipv4.dhcp-client-id in <debug> modeThomas Haller2018-06-121-15/+33
| * device: unify logging of ipv6.dhcp-duid by giving common prefixThomas Haller2018-06-121-5/+12
| * device: refactor generate_duid_from_machine_id() to have a straight forward c...Thomas Haller2018-06-121-46/+59
| * device: handle failure in generate_duid_from_machine_id() in dhcp6_get_duid()Thomas Haller2018-06-122-27/+19
| * device: fix enforcing ipv6.dhcp-duid for binary DUIDThomas Haller2018-06-121-3/+2
| * device: handle failure to generate ipv4.dhcp-client-id by fallback to random ...Thomas Haller2018-06-121-30/+53
| * device: obtain current MAC address from platform for generating ipv4.dhcp-cli...Thomas Haller2018-06-121-20/+30
|/
* client: cli: Fix message in connect callbackAndrew Zaborowski2018-06-121-1/+1
* contrib/rpm: fix dependency for /sbin/update-alternativesThomas Haller2018-06-111-2/+2
* clients/tests: merge branch 'th/more-clients-tests'Thomas Haller2018-06-11248-205/+1689
|\
| * clients/tests: minor cleanup iterating over various nmcli output modesThomas Haller2018-06-11193-208/+208
| * clients/tests: add tests for `nmcli device wifi list` outputThomas Haller2018-06-1156-0/+1462
| * clients/tests: extend tests to gracefully handle unstable outputThomas Haller2018-06-11193-198/+206
| * clients/tests: run tests with G_DEBUG=fatal-warningsThomas Haller2018-06-11193-192/+206
|/
* merge: branch 'lr/alternatives'Lubomir Rintel2018-06-1130-90/+203
|\
| * 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