summaryrefslogtreecommitdiff
path: root/src/nmcli
Commit message (Expand)AuthorAgeFilesLines
* nmcli/devices: add "checkpoint" commandlr/nmcli-checkpointLubomir Rintel2022-06-151-1/+222
* nmcli: be less insistant on exiting when readline() gets no inputLubomir Rintel2022-06-151-1/+2
* nmcli/devices: use GPtrArray from get_device_list() directlyLubomir Rintel2022-06-151-32/+23
* nmcli/devices: return GPtrArray instead of GSList from get_device_list()Lubomir Rintel2022-06-151-43/+35
* nmcli/devices: make get_device_list() terminate on "--"Lubomir Rintel2022-06-151-0/+22
* nmcli/devices: make get_device_list() shift argc/argvLubomir Rintel2022-06-151-25/+28
* nmcli: add nmcli gen reload usageRyosuke YASUOKA2022-06-151-2/+3
* device: introduce ipv6.mtu propertyAlex Henrie2022-05-271-0/+2
* settings: add ipv4.link-local flagAdrian Freihofer2022-05-271-0/+2
* wifi: support "802-1x.phase1-auth-flags=tls-allow-unsafe-renegotiation" flagThomas Haller2022-05-161-1/+1
* build/meson: use "rename" directive for installing nmcli bash completionThomas Haller2022-05-131-3/+1
* nmcli/devices: fix sorting of APsLubomir Rintel2022-05-121-1/+1
* nmcli/devices: check connection created with "wifi connect"Lubomir Rintel2022-05-121-0/+6
* nmcli/connections: export nmc_connection_check_deprecated()Lubomir Rintel2022-05-122-5/+8
* core: change the priority order in static "ipv6.addresses"Thomas Haller2022-04-271-1/+1
* nmcli: add --offline option for "add" and "modify"Lubomir Rintel2022-04-194-72/+366
* nmcli/trivial: consistently order the options in process_command_line()Lubomir Rintel2022-04-191-2/+2
* nmcli.h: tidy up boolean struct membersLubomir Rintel2022-04-191-25/+30
* cli: indicate missing radio hardware in "nmcli radio"Beniamino Galvani2022-03-291-0/+10
* cli: remove one more g_assert()Lubomir Rintel2022-03-281-1/+1
* merge: branch 'lr/conn-migrate'Lubomir Rintel2022-03-281-5/+167
|\
| * cli: add "connection migrate" subcommandlr/conn-migrateLubomir Rintel2022-03-281-0/+160
| * cli: fix handling of erroneous connections in "delete"Lubomir Rintel2022-03-281-2/+4
| * cli: fix up help string for "delete"Lubomir Rintel2022-03-281-3/+3
* | clients: bulk removal of g_assert*() statementslr/assertsLubomir Rintel2022-03-282-24/+30
|/
* libnm/docs: fix documentation for "proxy.pac-script"Thomas Haller2022-03-211-1/+1
* libnm/doc: clarify behavior for autoconnect in `man nm-settings`Thomas Haller2022-03-161-1/+1
* coding-style: fix formattingThomas Haller2022-03-141-1/+1
* cli: connection: check for deprecated features on "add"/"modify"lr/wep-cliLubomir Rintel2022-03-131-0/+5
* cli: connection: check for warnings after "modify"Lubomir Rintel2022-03-131-0/+2
* cli: connection: factor out warning from "add" callbackLubomir Rintel2022-03-131-25/+36
* cli: connection: check for deprecated featuresLubomir Rintel2022-03-131-4/+36
* cli: device: color WEP APs differently in "wifi list"Lubomir Rintel2022-03-131-0/+5
* cli: device: factor out checking whether an AP is a WEP oneLubomir Rintel2022-03-131-21/+35
* cli: add color codes for deprecated featuresLubomir Rintel2022-03-131-1/+5
* all: prefer nm wrappers to automatically attach GSource to default contextThomas Haller2022-03-132-10/+7
* libnm/docs: add reference to secret-key in description for stable-idThomas Haller2022-03-111-1/+1
* cli: don't ignore errors from setting property aliasesLubomir Rintel2022-03-081-10/+10
* cli: make APInfo parameter to fill_output_access_point() constThomas Haller2022-03-041-20/+27
* cli: change "IN-USE" property to only honor the exact access pointThomas Haller2022-03-041-28/+16
* cli: minor cleanup initializing APInfo in "devices.c"Thomas Haller2022-03-041-12/+11
* cli: don't reset default values in interactive addBeniamino Galvani2022-02-211-3/+4
* style: fix clang-formatThomas Haller2022-02-171-1/+1
* nmcli: do not save/restore terminal attrsLubomir Rintel2022-02-161-6/+0
* openvswitch: Add ovs-dpdk n_rxq propertyAna Cabral2022-01-101-0/+2
* cli: correct active connection details header in nmcli outputSam Morris2022-01-031-1/+1
* nmcli: fix "remove" command to really remove the propertyFernando Fernandez Mancera2021-12-011-2/+3
* nmcli: introduce "add" command to edit modeFernando Fernandez Mancera2021-12-011-0/+9
* format: reformat source tree with clang-format 13.0Thomas Haller2021-11-2915-1155/+1170
* libnm: change default value for "dcb.app-fcoe-mode" propertyThomas Haller2021-11-041-1/+1