summaryrefslogtreecommitdiff
path: root/clients
Commit message (Expand)AuthorAgeFilesLines
* 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
* cli: pass cmd to NMCCommand.func()Thomas Haller2020-04-106-70/+70
* cli: cleanup NMCCommand and declarations of func implementationsThomas Haller2020-04-1011-162/+108
* clients/trivial: remove obsolete comment from test-client.py howtoThomas Haller2020-04-091-5/+0
* clients: set ipv4.dns-priority to a exclusive value (-10) when importing Wire...Thomas Haller2020-04-081-0/+8
* clients: set routing search domain with nameservers when importing WireGuard ...Thomas Haller2020-04-083-0/+19
* clients: use nm_utils_inet_ntop_dup() in nm_vpn_wireguard_import()Thomas Haller2020-04-081-3/+2
* clients/trivial: fix outdated code comment about Table=auto in nm_vpn_wiregua...Thomas Haller2020-04-081-3/+4
* nm-setting-bridge: add 'multicast-querier' bridge optionac/bridge_optionsAntonio Cardace2020-04-062-0/+4
* nm-setting-bridge: add 'multicast-query-use-ifaddr' bridge optionAntonio Cardace2020-04-062-0/+4
* nm-setting-bridge: add 'multicast-router' bridge optionAntonio Cardace2020-04-062-0/+9
* nm-setting-bridge: add 'vlan-stats-enabled' bridge optionAntonio Cardace2020-04-062-0/+4
* nm-setting-bridge: add 'vlan-protocol' bridge optionAntonio Cardace2020-04-062-0/+8
* nm-setting-bridge: add 'group-address' bridge optionAntonio Cardace2020-04-062-0/+4
* cli: support backslash escaping for cli options like vpn.data, vpn.secrets, b...Thomas Haller2020-04-041-59/+63
* cli: simplify _value_strsplit() by using nm_utils_strsplit_set_full()Thomas Haller2020-04-041-29/+8
* cli: allow setting VPN data and secrets to empty valuesThomas Haller2020-04-041-2/+0
* cli: hide nm_cli global variable from public headersThomas Haller2020-04-043-5/+2
* cli: avoid using nm_cli global variable in print_data()Thomas Haller2020-04-044-21/+41
* cli: avoid passing full NmCli global variable to nm_cli_spawn_pager()Thomas Haller2020-04-045-12/+20
* cli: make nmc_meta_environment_arg const pointerThomas Haller2020-04-044-8/+8
* cli: add and use nm_cli_global_readline global variableThomas Haller2020-04-044-6/+10
* cli: fix `nmcli device wifi list --rescan=yes` to waitThomas Haller2020-04-031-2/+1
* meson: merge branch 'inigomartinez/meson-license'Thomas Haller2020-03-287-0/+14
|\
| * license: Add license using SPDX identifiers to meson build filesIñigo Martínez2020-02-177-0/+14
* | Add domain_match mode for wifi certificate domain comparisonNiklas Goerke2020-03-232-2/+10
* | clients/tests: comment return code by signal in test outputThomas Haller2020-03-231-1/+43
* | cli: support setting removalBeniamino Galvani2020-03-233-36/+121
* | libnm-core: slightly improve sriov setting documentationBeniamino Galvani2020-03-231-1/+1
* | all: use nm_clear_pointer() instead of g_clear_pointer()Thomas Haller2020-03-234-7/+7
* | all: use nm_clear_g_free() instead of g_clear_pointer()Thomas Haller2020-03-236-9/+9
* | cli: use async method D-Bus for `nmcli radio wifi on|off`Thomas Haller2020-03-231-1/+27
* | cli: use async method D-Bus for `nmcli networking on|off`Thomas Haller2020-03-231-2/+34
* | cli: replace deprecated and synchronous nm_client_set_logging()Thomas Haller2020-03-231-8/+30
* | cli: fix `nmcli device wifi` with no Wi-Fi devices availableThomas Haller2020-03-201-0/+10
* | cli: fix use after free in wifi_list_finish()Thomas Haller2020-03-191-2/+2
* | cli: rework do_device_wifi_list() to scan and print Wi-Fi listThomas Haller2020-03-191-104/+123
* | cli: use nm_utils_hwaddr_matches() for matching BSSID in wifi_print_aps()Thomas Haller2020-03-191-5/+4
* | 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