summaryrefslogtreecommitdiff
path: root/clients
Commit message (Expand)AuthorAgeFilesLines
* cli: fix out of bounds access in _print_fill()Thomas Haller2020-03-161-1/+2
* cli: minor cleanup dropping unnecessary local variablesThomas Haller2020-03-161-7/+8
* cli: return typed PrintDataCol array from _output_selection_parse()Thomas Haller2020-03-161-7/+13
* cli: add get_type argument to ap_wpa_rsn_flags_to_string() for optional i18nThomas Haller2020-03-161-7/+11
* cli: use slice allocator in do_device_wifi_list() and designated initializers...Thomas Haller2020-03-161-15/+26
* cli: cleanup selecting Wi-Fi device for `nmcli device wifi list`Thomas Haller2020-03-161-28/+47
* cli: take reference in sort_access_points() for "clients/cli/devices.c"Thomas Haller2020-03-161-6/+5
* cli: use NM_CMP*() macros for compare_aps() in "clients/cli/devices.c"Thomas Haller2020-03-161-8/+7
* cli: use nm_utils_bin2hexstr_full() in ssid_to_hex()Thomas Haller2020-03-161-11/+6
* nmtui: only set 'mode' and enable 'miimon' when setting up a new connectionAntonio Cardace2020-03-061-12/+7
* clients: use nm_utils_ifname_valid() to validate interface name in nm_vpn_wir...Thomas Haller2020-02-261-2/+2
* 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
* shared: drop _STATIC variant of macros that define functionsThomas Haller2020-02-132-5/+10
* core: for WireGuard devices use a default dns-priority of 50 (like for VPNs)Thomas Haller2020-02-121-2/+2
* libnm-core: fix documentation of dns-priority propertyBeniamino Galvani2020-02-121-2/+2
* all: use g_ascii_strcasecmp() instead of the locale dependent strcasecmp()Thomas Haller2020-02-113-41/+41
* shared/trivial: rename time related functions to use "nsec"/"msec" abbreviati...Thomas Haller2020-02-101-1/+1
* all: add nm_utils_error_is_cancelled() and nm_utils_error_is_cancelled_or_dis...Thomas Haller2020-02-105-14/+14
* clients: add missing 'extern' keywordBeniamino Galvani2020-02-031-1/+1
* all: remove wrong CURL option initializationBeniamino Galvani2020-02-011-2/+0
* all: use nm_utils_ipaddr_is_valid() instead of nm_utils_ipaddr_valid()Thomas Haller2020-01-282-5/+5
* all: use _nm_utils_inet4_ntop() instead of nm_utils_inet4_ntop()Thomas Haller2020-01-281-1/+1
* 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