summaryrefslogtreecommitdiff
path: root/cli
Commit message (Expand)AuthorAgeFilesLines
* cli: generate setting docs from libnm-util/nm-setting-docs.xmlDan Winship2014-06-193-8/+109
* cli: clarify nmcli description for route metricJiří Klimeš2014-06-191-2/+2
* cli: editor - do not print separator when printing one settingJiří Klimeš2014-06-191-0/+1
* cli: editor - enhance TAB completion for 'print' commandJiří Klimeš2014-06-191-4/+39
* cli: editor - enhance 'print' commandJiří Klimeš2014-06-191-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
* nmcli: use correct Mbit/s units for maximal bitrate (rh #1080474)Jiří Klimeš2014-04-011-1/+1
* nmcli: fix an error when showing progress of activation in editorJiří Klimeš2014-03-311-6/+13
* cli: fix bridge priority default value (rh #1073664)Jiří Klimeš2014-03-171-2/+2
* cli: sanitize team config before setting it into propertyJiří Klimeš2014-03-121-1/+12
* cli: accept prefix "ifname/", "uuid/" or "id/" for 'master' argumentJiří Klimeš2014-03-121-12/+50
* cli: allow specifying 'master' for slaves as connection ID (rh #1057494)Jiří Klimeš2014-03-121-12/+69
* cli: fix a crash when trying to set a white-space string as IP (rh #1071394)Jiří Klimeš2014-03-031-18/+22
* cli/bash-completion: fix `nmcli connection CMD` completion for --help optionThomas Haller2014-03-021-10/+108
* cli/bash-completion: only allow --help as first argument for nmcli connection...Thomas Haller2014-03-011-18/+47
* cli/bash-completion: use printf instead of echo (because echo inteprets some ...Thomas Haller2014-03-011-7/+4
* cli/bash-completion: simplify code by passing arrays by indirection to functionsThomas Haller2014-03-011-57/+76