summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: avoid accidentally changing route-metric during config-reloadth/device-reapply-metricThomas Haller2018-06-141-1/+4
* device: cache the NMConfigData instance for the current activationThomas Haller2018-06-142-3/+17
* device: don't allow reapplying a different route-metricThomas Haller2018-06-141-0/+10
* device: simplify nm_device_hash_check_invalid_keys()Thomas Haller2018-06-141-7/+8
* core/trivial: rename local variables to make code clearerThomas Haller2018-06-142-11/+11
* device: check for proxy setting separately in can_reapply_change()Thomas Haller2018-06-141-2/+4
* shared: simplify nm_g_object_ref_set()Thomas Haller2018-06-141-11/+7
* device: fix crash during reapplyThomas Haller2018-06-141-1/+1
* merge: branch 'lr/wwan-ppp-route-rh1585611'Lubomir Rintel2018-06-144-11/+13
|\
| * wwan: ensure the route parameters are set on IPv6 only configurationlr/wwan-ppp-route-rh1585611Lubomir Rintel2018-06-134-9/+11
| * wwan: set the route parameters at the beginning of ip4 configLubomir Rintel2018-06-131-2/+2
|/
* cli: Actually add passwords to the AddAndActivateConnection argumentsAndrew Zaborowski2018-06-131-4/+6
* cli: drop an unused variableLubomir Rintel2018-06-131-1/+0
* device: drop an unused variableLubomir Rintel2018-06-131-1/+0
* merge: branch 'lr/cli-wifi-list-rescan'Lubomir Rintel2018-06-1350-448/+792
|\
| * 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