summaryrefslogtreecommitdiff
path: root/clients
Commit message (Expand)AuthorAgeFilesLines
* libnm: update documentation for 802-1x ca-cert, ca-path and system-ca-certsThomas Haller2020-05-271-4/+4
* all: avoid (soon to be) deprecated API instead of nm_setting_option*()Thomas Haller2020-05-221-93/+57
* clients: add support for ethtool ring settingsAntonio Cardace2020-05-201-8/+33
* cli: support dns-search for import of WireGuard profilesThomas Haller2020-05-191-17/+29
* nmtui: show error on connection deactivation failureOlivier Gayot2020-05-151-1/+12
* cli: let nmcli remove individual coalesce settingsAntonio Cardace2020-05-141-0/+7
* clients/tests: set "UBSAN_OPTIONS" to abort tests and set "ASAN_OPTIONS=detec...Thomas Haller2020-05-141-2/+3
* clients/tests: preserve caller's ASAN/LSAN/UBSAN environment variables for cl...Thomas Haller2020-05-141-1/+18
* cli: use nm_strdup_int() in "clients/cli/devices.c"Thomas Haller2020-05-141-7/+7
* cli: fix leak in show_device_lldp_list() for nmc_parse_lldp_capabilities()Thomas Haller2020-05-141-2/+5
* cli: fix leak in show_device_lldp_list()Thomas Haller2020-05-141-2/+2
* cli: fix memcpy() with %NULL pointers in nmc_get_devices_sorted()Thomas Haller2020-05-141-1/+2
* cli: cleanup internal functions in "clients/cli/connections.c"Thomas Haller2020-05-131-60/+49
* cli: use cleanup attribute in save_history_cmds()Thomas Haller2020-05-131-37/+32
* cli/tests: add unit test for nmc_utils_parse_passwd_file()Thomas Haller2020-05-131-0/+73
* cli: split parsing from nmc_utils_read_passwd_file()Thomas Haller2020-05-132-7/+22
* cli: move nmc_utils_read_passwd_file() to "common/nm-client-utils.c"Thomas Haller2020-05-133-180/+184
* cli: refactor error handling in parse_passwords()Thomas Haller2020-05-131-26/+53
* cli: support backslash escaping in passwd-fileThomas Haller2020-05-131-34/+118
* clients: add support for ethtool coalesce settingsAntonio Cardace2020-05-131-38/+107
* cli: unref main loop after destroying NMClient instanceBeniamino Galvani2020-05-121-1/+1
* cli: avoid empty if block without a commentThomas Haller2020-05-073-0/+11
* cli: avoid redundant "if" check that is always TRUE in nmcli_editor_tab_compl...Thomas Haller2020-05-071-1/+1
* cli: avoid non-thread-safe localtime() function in nmcliThomas Haller2020-05-071-1/+3
* cli/polkit: add missing variable initialization in retrieve_session_id_cb()Beniamino Galvani2020-05-071-1/+1
* cli/polkit: add missing variable initialization in dbus_method_call_cb()Beniamino Galvani2020-05-071-1/+1
* cli: use default implementation of getter for NMSettingMatch propertiesThomas Haller2020-05-061-102/+3
* settings: add match for driverAdrian Freihofer2020-05-062-0/+46
* settings: add match for proc cmdlineAdrian Freihofer2020-05-062-0/+46
* nm-setting-bridge: add 'multicast-startup-query-interval' bridge optionAntonio Cardace2020-05-042-0/+5
* nm-setting-bridge: add 'multicast-startup-query-count' bridge optionAntonio Cardace2020-05-042-0/+5
* nm-setting-bridge: add 'multicast-query-response-interval' bridge optionAntonio Cardace2020-05-042-0/+5
* nm-setting-bridge: add 'multicast-query-interval' bridge optionAntonio Cardace2020-05-042-0/+5
* nm-setting-bridge: add 'multicast-querier-interval' bridge optionAntonio Cardace2020-05-042-0/+5
* nm-setting-bridge: add 'multicast-membership-interval' bridge optionAntonio Cardace2020-05-042-0/+5
* nm-setting-bridge: add 'multicast-last-member-interval' bridge optionAntonio Cardace2020-05-042-0/+5
* nm-setting-bridge: add 'multicast-last-member-count' bridge optionAntonio Cardace2020-05-042-0/+5
* nm-setting-bridge: add 'multicast-hash-max' bridge optionAntonio Cardace2020-05-042-0/+5
* nm-online: allow configuring timeout via NM_ONLINE_TIMEOUT environmentThomas Haller2020-04-301-1/+3
* clients/trivial: rename VpnPasswordName struct to have NM prefixThomas Haller2020-04-293-6/+6
* clients: define VPN password list closer to where it is used in nm_vpn_get_se...Thomas Haller2020-04-293-39/+49
* clients: cleanup nm_vpn_get_secret_names() to use NM_IN_STRSET()Thomas Haller2020-04-291-12/+12
* cli: hide default setting of "connection.mud-url" from nmcli outputth/mud-url-global-defaultThomas Haller2020-04-284-654/+517
* dhcp: make connection.mud-url configurable as global connection defaultThomas Haller2020-04-281-1/+1
* cli: handle string properties that can both be empty and %NULLThomas Haller2020-04-282-8/+43
* libnm/doc: clarify use of "ipv[46].gateway in nm-settings manualThomas Haller2020-04-261-2/+2
* cli: repeatedly trigger Wi-Fi scans while waiting for scan resultThomas Haller2020-04-241-7/+50
* dhcp: add support for MUD URL (RFC 8520)Eliot Lear2020-04-245-516/+658
* cli: unset "ipv[46].never-default" when setting "ipv[46].gateway"Thomas Haller2020-04-222-3/+9
* wireguard: don't let explicit gateway override WireGuard's peer routeThomas Haller2020-04-221-1/+1