summaryrefslogtreecommitdiff
path: root/src/nmcli
Commit message (Expand)AuthorAgeFilesLines
* 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
* cli: add support for connection.dns-over-tlsRobin Ebert2021-10-151-0/+2
* nmcli: make relatives path for `nmcli connection load` absoluteThomas Haller2021-09-131-5/+23
* all: prefer g_snprintf() over snprintf()Thomas Haller2021-08-261-7/+7
* bond: add support of queue_id of bond portGris Ge2021-08-262-13/+23
* all: add some README.md files describing the purpose of our sourcesThomas Haller2021-08-191-0/+13
* nmcli/docs: fix address order in ipv46.addresses documentation for `man nm-se...Thomas Haller2021-08-191-1/+1
* nmcli/docs: better describe ipv[46].addresses in `man nm-settings-nmcli`Thomas Haller2021-08-171-2/+2
* nmcli: edit output of nmcli so it shows more inormation about routesVojtech Bubela2021-08-021-6/+15
* all: rename nm_utils_strdict_*() to nm_strdict_*()Thomas Haller2021-08-021-1/+1
* all: rename nm_utils_strsplit_set*() to nm_strsplit_set*()Thomas Haller2021-08-023-4/+4
* all: rename nm_utils_strdup_reset*() to nm_strdup_reset*()Thomas Haller2021-08-023-5/+4
* cli: fix leak of text for libreadlineThomas Haller2021-07-293-15/+13
* all: unify and rename strv helper APIThomas Haller2021-07-293-3/+3
* cli: Provide optional support for libedit instead of readlineLukasz Majewski2021-07-145-4/+42
* cli: Provide rl_completion_display_matches_hook function only for libreadlineLukasz Majewski2021-07-141-0/+4