summaryrefslogtreecommitdiff
path: root/src/nmcli
Commit message (Expand)AuthorAgeFilesLines
* 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
* cli: Fix for rl_startup_hook function signatures mismatch (-lreadline vs -ledit)Lukasz Majewski2021-07-143-5/+11
* nmcli: include 'searches' field for nmcli device showAna Cabral2021-07-092-0/+14
* cli: reorder command list in nmc_command_func_device()Thomas Haller2021-07-091-1/+1
* cli: sort entries in src/nmcli/devices.c by alphabetical orderVojtech Bubela2021-07-091-7/+7
* cli: fix list of commands in nmc_command_func_device()Thomas Haller2021-07-091-1/+1
* cli: add alias to nmcli device connect|disconnectVojtech Bubela2021-07-091-0/+2
* clang-format: use "IndentPPDirectives:None" instead of "BeforeHash"Thomas Haller2021-07-091-2/+2
* cli: fail `nmcli connection up $PROFILE ifname $DEVICE` for non-existing virt...Thomas Haller2021-07-081-2/+1
* cli: improve error message for device not foundThomas Haller2021-07-081-8/+19
* cli: replace strcmp() uses with nm_streq()/NM_IN_STRSET()Thomas Haller2021-07-081-43/+42
* all: add a new ipv{4,6}.required-timeout propertyBeniamino Galvani2021-07-051-0/+4
* build: fix linking libnm-log-null into different test programsThomas Haller2021-07-051-0/+2
* libnm: better document "ethernet.s390-options" propertyThomas Haller2021-07-021-1/+1