summaryrefslogtreecommitdiff
path: root/clients
Commit message (Expand)AuthorAgeFilesLines
* all: use nm_utils_ifname_valid_kernel() instead of nm_utils_is_valid_iface_na...Antonio Cardace2020-02-172-4/+4
* nmcli: remove interface length check in nmcliAntonio Cardace2020-02-172-29/+1
* libnm,cli,ifcfg-rh: add ipv6.ra-timeout configuration optionThomas Haller2020-02-174-512/+653
* cli: add support for "ipv6.dhcp-timeout" propertyThomas Haller2020-02-173-524/+669
* libnm/doc: explain values for dhcp-timeout settingThomas Haller2020-02-171-2/+2
* doc: clarify default values for ipv4.mdns and ipv4.llmnr settingsThomas Haller2020-02-171-2/+2
* libnm-core: fix documentation of dns-priority propertyBeniamino Galvani2020-02-121-2/+2
* clients: add missing 'extern' keywordBeniamino Galvani2020-02-031-1/+1
* all: remove wrong CURL option initializationBeniamino Galvani2020-02-031-2/+0
* all: fix wrong "gs_free GError *" declarationsThomas Haller2019-12-161-1/+1
* cloud-setup/trivial: rename timeout_ms to timeout_msecThomas Haller2019-12-134-13/+13
* clients/tests: add test for selecting fields from multiple connections with `...Thomas Haller2019-12-132-818/+2153
* clients/tests: support Util.replace_text_sort_list() helperThomas Haller2019-12-131-0/+6
* clients/tests: add NMStubServer.findConnections() helper functionThomas Haller2019-12-131-5/+9
* clients/tests: support replacing UUIDs in command textThomas Haller2019-12-131-0/+8
* clients/tests: fix wrongly constructing command line string as tuple in TestN...Thomas Haller2019-12-131-1/+1
* clients/tests: support string arguments to Util.replace_text()Thomas Haller2019-12-131-1/+8
* clients/tests: rename "replace_stdout" variable to "replace_uuids"Thomas Haller2019-12-131-64/+64
* cli: expose device D-Bus pathBeniamino Galvani2019-12-104-880/+1180
* cloud-setup: mark environment variables that are supported configurationThomas Haller2019-12-033-4/+13
* cloud-setup: require to explicitly opt-in for providers via environment variableThomas Haller2019-12-034-3/+19
* cloud-setup: let dispatcher script run tool only if service is enabledThomas Haller2019-12-032-1/+7
* cloud-setup: enable more sandboxing in systemd unitThomas Haller2019-12-031-0/+19
* cloud-setup: add tool for automatic IP configuration in cloudThomas Haller2019-11-2814-0/+3410
* libnm: add ipvx.dhcp-hostname-flags propertiesBeniamino Galvani2019-11-284-632/+922
* all: add device carrier flagBeniamino Galvani2019-11-224-592/+821
* cli: print interface flagsBeniamino Galvani2019-11-224-408/+1269
* ovs: allow changing mac address of bridges and interfacesBeniamino Galvani2019-11-201-0/+1
* all: support 'stable' DHCP IAIDbg/dhcp-iaid-rh1749358Beniamino Galvani2019-11-111-2/+2
* all: add ipvX.dhcp-iaid propertiesBeniamino Galvani2019-11-114-632/+912
* clients/tests: read stdout/stderr buffers during test-clients.pyThomas Haller2019-11-071-12/+53
* clients/tests: set NM_TEST_CALLING_NUM environement variable for client testsThomas Haller2019-11-071-0/+1
* cli: unsubscribe permission signal from NMClient on exitThomas Haller2019-11-071-1/+4
* nmcli/tests: fix broken test after "nmcli: show IP interface name when doing ...Thomas Haller2019-11-072-612/+788
* nmcli: show IP interface name when doing 'nmcli connection show <PROFILE>'Antonio Cardace2019-11-062-2/+10
* clients: draw border around qr code on linux consoleLubomir Rintel2019-11-051-2/+2
* clients/cli: give some hints to the translatorsLubomir Rintel2019-10-301-0/+4
* devices: reuse the hotspot connection if we find appropriate onelr/hotspot-reuseLubomir Rintel2019-10-301-75/+140
* cli: split off the update or add-and-activate logicLubomir Rintel2019-10-301-27/+39
* cli: add "nmcli d wifi show"lr/nmcli-d-wifi-showLubomir Rintel2019-10-185-11/+1631
* cli/devices: keep the AddAndActivateInfo alive until the activation endsLubomir Rintel2019-10-181-67/+46
* cli/devices: on connecting a device, don't uselessly look it up from the acLubomir Rintel2019-10-181-12/+1
* utils: correct caching of can_show_graphicsLubomir Rintel2019-10-181-1/+1
* libnm,client: use nm_g_task_new() to set source-tag and check itThomas Haller2019-10-161-2/+1
* all: add 802-1x.optional propertyBeniamino Galvani2019-10-152-0/+4
* libnm-core: update 802-1x.phase2-auth* documentationBeniamino Galvani2019-10-151-2/+2
* clients/tests: shorten sleep while polling in popen_wait()Thomas Haller2019-10-131-2/+8
* clients/tests: increase timeout for asynchronous jobsThomas Haller2019-10-131-1/+1
* clients/tests: fix handling timeout for asynchronous jobsThomas Haller2019-10-121-2/+2
* clients/tests: don't wait for first job before scheduling parallel jobsThomas Haller2019-10-121-48/+124