summaryrefslogtreecommitdiff
path: root/clients
Commit message (Expand)AuthorAgeFilesLines
* clients: avoid compiler warning about redefining NDEBUG for qrcodegenThomas Haller2020-01-151-0/+1
* libnm-core,cli: add VRF settingBeniamino Galvani2020-01-143-1/+30
* cli: don't use GIOChannel to watch plain file descriptor for nmc_readline_hel...Thomas Haller2020-01-131-7/+13
* tui: don't use GIOChannel to watch plain file descriptor for key pressThomas Haller2020-01-131-14/+10
* all: use nm_g_unix_fd_source_new() instead of g_unix_fd_source_new()Thomas Haller2020-01-132-16/+19
* tui: fix signature for nmt_newt_form_keypress_callback() callbackThomas Haller2020-01-131-1/+1
* clients/polkit: signal error when polkit setuid helper cannot be spawnedAntonio Cardace2019-12-241-0/+8
* clients: nm-polkit-listener: fix segfault when a session id for a given uid i...Antonio Cardace2019-12-241-3/+4
* clients: polkit-agent: implement polkit agent without using libpolkitAntonio Cardace2019-12-246-444/+896
* clients,libnm-core: zero-out memory used to store plain-text secretsAntonio Cardace2019-12-182-2/+4
* common: readline: fix memory leak of plain text secretAntonio Cardace2019-12-181-1/+5
* all: fix wrong "gs_free GError *" declarationsThomas Haller2019-12-161-1/+1
* all: rename time related function to spell out nsec/usec/msec/secThomas Haller2019-12-133-6/+6
* 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
* 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