summaryrefslogtreecommitdiff
path: root/clients
Commit message (Expand)AuthorAgeFilesLines
* cli/tests: add unit test for nmc_utils_parse_passwd_file()th/nmcli-passwd-file-parsingThomas Haller2020-05-121-0/+73
* cli: split parsing from nmc_utils_read_passwd_file()Thomas Haller2020-05-122-7/+22
* cli: move nmc_utils_read_passwd_file() to "common/nm-client-utils.c"Thomas Haller2020-05-123-180/+184
* cli: refactor error handling in parse_passwords()Thomas Haller2020-05-121-26/+53
* cli: support backslash escaping in passwd-fileThomas Haller2020-05-121-34/+118
* 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
* wireguard: suppress automatic "wireguard.peer-routes" for default routes if "...Thomas Haller2020-04-221-1/+1
* dns: add trust-ad DNS option only if all contributing settings agreeThomas Haller2020-04-201-2/+2
* libnm: document supported "ipv[46].dns-option" valuesThomas Haller2020-04-201-2/+2
* ethtool: refactor how options are hidden if defaultac/cli_hide_if_defaultAntonio Cardace2020-04-161-1/+1
* bridge: make some advanced options hidden if defaultAntonio Cardace2020-04-161-0/+6
* cli: let _print_fill() hide option if NM_META_ACCESSOR_GET_OUT_FLAGS_HIDE is setThomas Haller2020-04-161-3/+3
* clients: allow properties to be hidden if they have the default valueAntonio Cardace2020-04-162-9/+22
* cli/polkit: make parsing polkit-agent-helper-1 protocol more conformingThomas Haller2020-04-101-124/+130
* cli/polkit: suppress stderr from polkit-agent-helper when prompting for polki...Thomas Haller2020-04-101-1/+1
* cli/polkit: rework parsing identities for polkit requestThomas Haller2020-04-101-64/+72
* cli/polkit: reject unknown D-Bus methodsThomas Haller2020-04-101-3/+25
* cli/polkit: rename NM_POLKIT_LISTENER_SIGNAL_REQUEST signal to "request-sync"Thomas Haller2020-04-103-7/+7
* cli/polkit: avoid G_DECLARE_FINAL_TYPE() in nm-polkit-listener.hThomas Haller2020-04-102-11/+22
* cli: remove redundant return value from NMCCommand funcsThomas Haller2020-04-106-313/+308
* cli: mark argv argument for command line parsing as constThomas Haller2020-04-1011-151/+171
* cli: merge implementations for do_networking_on_off()Thomas Haller2020-04-101-17/+7