summaryrefslogtreecommitdiff
path: root/clients
AgeCommit message (Expand)AuthorFilesLines
2020-02-10shared/trivial: rename time related functions to use "nsec"/"msec" abbreviati...Thomas Haller1-1/+1
2020-02-10all: add nm_utils_error_is_cancelled() and nm_utils_error_is_cancelled_or_dis...Thomas Haller5-14/+14
2020-02-03clients: add missing 'extern' keywordBeniamino Galvani1-1/+1
2020-02-01all: remove wrong CURL option initializationBeniamino Galvani1-2/+0
2020-01-28all: use nm_utils_ipaddr_is_valid() instead of nm_utils_ipaddr_valid()Thomas Haller2-5/+5
2020-01-28all: use _nm_utils_inet4_ntop() instead of nm_utils_inet4_ntop()Thomas Haller1-1/+1
2020-01-15clients: avoid compiler warning about redefining NDEBUG for qrcodegenThomas Haller1-0/+1
2020-01-14libnm-core,cli: add VRF settingBeniamino Galvani3-1/+30
2020-01-13cli: don't use GIOChannel to watch plain file descriptor for nmc_readline_hel...Thomas Haller1-7/+13
2020-01-13tui: don't use GIOChannel to watch plain file descriptor for key pressThomas Haller1-14/+10
2020-01-13all: use nm_g_unix_fd_source_new() instead of g_unix_fd_source_new()Thomas Haller2-16/+19
2020-01-13tui: fix signature for nmt_newt_form_keypress_callback() callbackThomas Haller1-1/+1
2019-12-24clients/polkit: signal error when polkit setuid helper cannot be spawnedAntonio Cardace1-0/+8
2019-12-24clients: nm-polkit-listener: fix segfault when a session id for a given uid i...Antonio Cardace1-3/+4
2019-12-24clients: polkit-agent: implement polkit agent without using libpolkitAntonio Cardace6-444/+896
2019-12-18clients,libnm-core: zero-out memory used to store plain-text secretsAntonio Cardace2-2/+4
2019-12-18common: readline: fix memory leak of plain text secretAntonio Cardace1-1/+5
2019-12-16all: fix wrong "gs_free GError *" declarationsThomas Haller1-1/+1
2019-12-13all: rename time related function to spell out nsec/usec/msec/secThomas Haller3-6/+6
2019-12-13cloud-setup/trivial: rename timeout_ms to timeout_msecThomas Haller4-13/+13
2019-12-13clients/tests: add test for selecting fields from multiple connections with `...Thomas Haller2-818/+2153
2019-12-13clients/tests: support Util.replace_text_sort_list() helperThomas Haller1-0/+6
2019-12-13clients/tests: add NMStubServer.findConnections() helper functionThomas Haller1-5/+9
2019-12-13clients/tests: support replacing UUIDs in command textThomas Haller1-0/+8
2019-12-13clients/tests: fix wrongly constructing command line string as tuple in TestN...Thomas Haller1-1/+1
2019-12-13clients/tests: support string arguments to Util.replace_text()Thomas Haller1-1/+8
2019-12-13clients/tests: rename "replace_stdout" variable to "replace_uuids"Thomas Haller1-64/+64
2019-12-10cli: expose device D-Bus pathBeniamino Galvani4-880/+1180
2019-12-10doc: clarify default values for ipv4.mdns and ipv4.llmnr settingsThomas Haller1-2/+2
2019-12-10cli: don't fetch permissions for NMClient in nmcli unless requiredThomas Haller2-40/+53
2019-12-10cli: use nmc_client_new_async() instead of nm_client_new_async()Thomas Haller2-4/+14
2019-12-10nm-online: don't fetch permissions for NMClient in nm-onlineThomas Haller1-0/+1
2019-12-10nm-online: use nmc_client_new_async() instead of nm_client_new_async()Thomas Haller2-12/+18
2019-12-10cloud-setup: don't fetch permissions for NMClient in nm-cloud-setupThomas Haller1-0/+1
2019-12-10cloud-setup: reuse nmc_client_new_waitsync() to create NMClient instanceThomas Haller2-62/+26
2019-12-10tui: don't fetch permissions for NMClient in nmtuiThomas Haller1-0/+1
2019-12-10tui: create NMClient instance via async initThomas Haller2-2/+7
2019-12-10cli: sort permission in output of `nmcli general permissions`Thomas Haller2-514/+513
2019-12-10libnm,cli: cleanup mapping between NMClientPermission and stringsThomas Haller1-38/+2
2019-12-10core: also return unknown permission check resultThomas Haller1-1/+4
2019-12-05client/tui: add OWE supportDavid Bauer2-0/+10
2019-12-05client/cli: add support for OWE key management flagDavid Bauer1-3/+11
2019-12-05clients/secret-agent: don't require secrets for OWE connectionsDavid Bauer1-1/+1
2019-12-05clients/meta-setting-desc: allow setting wifi-sec.key-mgmt to OWEDavid Bauer1-1/+1
2019-12-05libnm-core/setting-wireless-security: add support for OWE key-managementDavid Bauer1-1/+1
2019-12-03cloud-setup: mark environment variables that are supported configurationThomas Haller3-4/+13
2019-12-03cloud-setup: require to explicitly opt-in for providers via environment variableThomas Haller4-3/+19
2019-12-03cloud-setup: let dispatcher script run tool only if service is enabledThomas Haller2-1/+7
2019-12-03cloud-setup: enable more sandboxing in systemd unitThomas Haller1-0/+19
2019-11-28cloud-setup: add tool for automatic IP configuration in cloudThomas Haller14-0/+3410