summaryrefslogtreecommitdiff
path: root/clients
Commit message (Expand)AuthorAgeFilesLines
* 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
* doc: clarify default values for ipv4.mdns and ipv4.llmnr settingsThomas Haller2019-12-101-2/+2
* cli: don't fetch permissions for NMClient in nmcli unless requiredThomas Haller2019-12-102-40/+53
* cli: use nmc_client_new_async() instead of nm_client_new_async()Thomas Haller2019-12-102-4/+14
* nm-online: don't fetch permissions for NMClient in nm-onlineThomas Haller2019-12-101-0/+1
* nm-online: use nmc_client_new_async() instead of nm_client_new_async()Thomas Haller2019-12-102-12/+18
* cloud-setup: don't fetch permissions for NMClient in nm-cloud-setupThomas Haller2019-12-101-0/+1
* cloud-setup: reuse nmc_client_new_waitsync() to create NMClient instanceThomas Haller2019-12-102-62/+26
* tui: don't fetch permissions for NMClient in nmtuiThomas Haller2019-12-101-0/+1
* tui: create NMClient instance via async initThomas Haller2019-12-102-2/+7
* cli: sort permission in output of `nmcli general permissions`Thomas Haller2019-12-102-514/+513
* libnm,cli: cleanup mapping between NMClientPermission and stringsThomas Haller2019-12-101-38/+2
* core: also return unknown permission check resultThomas Haller2019-12-101-1/+4
* client/tui: add OWE supportDavid Bauer2019-12-052-0/+10
* client/cli: add support for OWE key management flagDavid Bauer2019-12-051-3/+11
* clients/secret-agent: don't require secrets for OWE connectionsDavid Bauer2019-12-051-1/+1
* clients/meta-setting-desc: allow setting wifi-sec.key-mgmt to OWEDavid Bauer2019-12-051-1/+1
* libnm-core/setting-wireless-security: add support for OWE key-managementDavid Bauer2019-12-051-1/+1
* 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