summaryrefslogtreecommitdiff
path: root/cli
Commit message (Expand)AuthorAgeFilesLines
* cli: fix a crash when there are many NM connections and low D-Bus reply limitJiří Klimeš2015-05-211-5/+2
* cli: better indicate when a Wi-Fi plugin might not be available (rh #1168573)Jiří Klimeš2015-04-201-41/+55
* cli: add PHYS_PORT_ID property to devicesJiří Klimeš2015-04-201-8/+11
* cli: fix memleak in nmc_setting_get_valid_properties()Thomas Haller2015-02-101-0/+1
* cli: add description for certificate properties in editor (rh #1182575)Jiří Klimeš2015-01-221-5/+44
* cli: fix crash in `nmcli device wifi` with multiple wifi devices (bgo #734466)Jiří Klimeš2014-11-061-2/+25
* cli: fix leak completing Infiniband connection and clean up array freeingDan Williams2014-09-031-13/+13
* cli: succeed in master bring-up when device state reaches IP_CONFIG (bgo #733...Thomas Haller2014-08-191-40/+51
* cli: fix warning in parse_output_fields() about strict-overflowThomas Haller2014-08-011-2/+2
* cli: fix warning about uninitialized valueThomas Haller2014-08-011-0/+3
* cli: remove unused static struct nmc_mobile_settingsThomas Haller2014-08-011-11/+0
* all: add compatibility macros to ignore deprecation warnings for clangThomas Haller2014-08-011-0/+1
* cli: clarify nmcli description for route metricJiří Klimeš2014-06-201-2/+2
* cli: editor - do not print separator when printing one settingJiří Klimeš2014-06-201-0/+1
* cli: editor - enhance TAB completion for 'print' commandJiří Klimeš2014-06-201-4/+39
* cli: editor - enhance 'print' commandJiří Klimeš2014-06-201-10/+48
* nmcli autocomplete tab display : rename ERROR to ERRSwapnil Nagarkar2014-06-121-1/+1
* cli: don't accept prefix 0 for routesJiří Klimeš2014-06-111-2/+2
* cli: don't accept default route entries, NM handles the default route itselfJiří Klimeš2014-06-111-0/+8
* cli: allow missing next hop for routes (bgo #727615)Jiří Klimeš2014-06-113-105/+163
* cli: fix a couple errors noticed by coverityDan Williams2014-06-061-23/+26
* cli: fix error parsing input arguments in non-interactive modeThomas Haller2014-06-061-2/+4
* cli: switch to the new-style readline typedefs (bgo #731294)Jiří Klimeš2014-06-064-40/+39
* cli: use readline for quit confirmation in editor, and accept localized answerJiří Klimeš2014-06-041-14/+22
* cli: implement TAB completion for connection and interface namesJiří Klimeš2014-06-042-9/+112
* cli: implement TAB completion for inputs in questionnaire modeJiří Klimeš2014-06-041-168/+290
* cli: use readline also in other commands (besides interactive editor)Jiří Klimeš2014-06-042-83/+112
* cli: make prompt argument a printf-like format string, remove history argumentJiří Klimeš2014-06-043-28/+25
* cli: move readline related functions to common.h to be usable throughout nmcliJiří Klimeš2014-06-045-71/+102
* cli/build: make libreadline a build-time dependency (bgo #729846)Jiří Klimeš2014-06-042-200/+57
* cli: don't leak 'str' returned by g_strdup_vprintf()Jiří Klimeš2014-06-041-2/+4
* cli: add optional 'mac' argument for 'nmcli con add type bridge'Jiří Klimeš2014-05-302-6/+30
* cli: support new bridge.mac-address propertyJiří Klimeš2014-05-301-12/+23
* cli: don't use nm_utils_hwaddr_type() to stringify HWADDRThomas Haller2014-05-291-2/+2
* cli: do not restrict VPN type of created connections (rh #1100750)Jiří Klimeš2014-05-282-12/+10
* cli: extract username and gateway for some more VPN typesJiří Klimeš2014-05-281-0/+5
* all: g_type_init() has been deprecated in GLib 2.35.0Jiří Klimeš2014-05-271-0/+2
* cli: add missing reason-to-string mappings for NMDeviceStateReasonJiří Klimeš2014-05-261-0/+9
* cli: TAB completion for connection.secondariesJiří Klimeš2014-05-231-20/+123
* cli: only allow setting VPN connection as secondaries in editorJiří Klimeš2014-05-231-0/+16
* cli: fix completion of interfaces in editor for "activate" commandJiří Klimeš2014-05-151-1/+1
* cli: fix ambiguity of "o" (on vs off) in nmc_string_to_bool()Jiří Klimeš2014-05-151-0/+6
* nmcli/completion: fix logging domain "OLPC" for nmcli bash completionThomas Haller2014-05-121-1/+1
* all: fix various warnings detected with coverityThomas Haller2014-05-021-1/+1
* man/cli: add missing log domains to manual page and nmcli bash completionThomas Haller2014-04-241-1/+1
* all: set G_LOG_DOMAIN appropriately, for better g_log() messagesDan Winship2014-04-231-0/+1
* nmcli: improve setting connection.secondaries propertyJiří Klimeš2014-04-225-69/+130
* cli/bash-completion: escape spaces in profile names (rh #1041901) (bgo #709426)Jiří Klimeš2014-04-151-0/+30
* fix typos in documentation and messagesYuri Chornoivan2014-04-031-3/+3
* cli: fix setting DCB application priority (rh #1080510)Dan Williams2014-04-021-4/+4