summaryrefslogtreecommitdiff
path: root/cli/src
Commit message (Expand)AuthorAgeFilesLines
* clients: reorganize source tree, put all the installed clients togetherDan Winship2014-07-3016-23300/+0
* cli: add 'nmcli device delete <ifname>' command (rh #1034150)Jiří Klimeš2014-07-221-2/+124
* cli: show whether the device is software-based in CAPABILITIESJiří Klimeš2014-07-221-2/+4
* cli: show IS-SOFTWARE property in GENERAL section for devicesJiří Klimeš2014-07-221-13/+15
* build: more srcdir!=builddir fixesDan Winship2014-07-151-1/+0
* build: fix nm-setting-docs build in various configurationsDan Winship2014-06-272-2/+2
* cli: make Ctrl-C exit nmcli when line is empty *and* we are not in the editorJiří Klimeš2014-06-244-5/+25
* cli: don't print "Error: nmcli terminated by signal Quit (3)" on Ctrl-DJiří Klimeš2014-06-243-2/+16
* cli: append NL to error messages and also print the signal nameJiří Klimeš2014-06-241-5/+7
* cli: allow quitting on Ctrl-D while in readline()Jiří Klimeš2014-06-241-0/+7
* cli: mitigate slowness of readline() for some broken versionsJiří Klimeš2014-06-241-0/+4
* cli: don't quit nmcli on Ctrl-C while in readline()Jiří Klimeš2014-06-244-6/+99
* cli: make "(not available)" translatableJiří Klimeš2014-06-201-1/+1
* 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
* 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-301-5/+29
* 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-281-11/+9
* 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
* all: fix various warnings detected with coverityThomas Haller2014-05-021-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
* 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