summaryrefslogtreecommitdiff
path: root/clients/cli/connections.c
Commit message (Expand)AuthorAgeFilesLines
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-1/+0
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-2/+1
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-1/+1
* cli: fix a crash adding a slave connection with 'nmcli -a con add'Jiří Klimeš2015-07-151-2/+4
* cli: fix formating of "nmcli con add help" outputJiří Klimeš2015-07-151-2/+2
* cli: fix usage output for `nmcli connection add` removing duplicate "save"Thomas Haller2015-07-131-1/+0
* cli: add master option to "nmcli c add"Lubomir Rintel2015-07-121-6/+25
* cli: discover slave type for a connection with a masterLubomir Rintel2015-07-121-11/+33
* cli: remove an extraneous _strip_master_prefix() callLubomir Rintel2015-07-121-1/+1
* cli: process slave parameters after the rest of the settings are set upLubomir Rintel2015-07-121-193/+190
* cli: allow specifying arbitrary properties on "nmcli c add"Lubomir Rintel2015-07-021-4/+16
* cli: refactor: split connection property reader from do_connection_modify()Lubomir Rintel2015-07-021-118/+143
* cli: trivial: move is_property_valid()Lubomir Rintel2015-07-021-25/+24
* nmcli: don't hang activation of masters that progress beyond ip-configLubomir Rintel2015-06-231-1/+1
* cli: use color names when TAB-completing "nmcli prompt-color"Jiří Klimeš2015-06-111-1/+2
* cli: take color name arguments for "nmcli prompt-color" in editor (bgo #744936)Jiří Klimeš2015-06-111-15/+17
* cli: refactor property to string conversionThomas Haller2015-06-051-1/+1
* cli: TAB-completion for enum-style property values (rh #1034126)Jiří Klimeš2015-05-281-45/+170
* cli: change function for allowed values to return array of stringsJiří Klimeš2015-05-281-8/+14
* cli: add @brackets parameter to nmc_util_strv_for_displayJiří Klimeš2015-05-281-1/+1
* cli: print valid-values hint in property menu for empty "set" commandJiří Klimeš2015-05-281-2/+9
* wimax: drop WiMAX support (bgo #747846)Dan Winship2015-04-171-40/+0
* cli: don't look up a device for activation request unless we have tolr/conn-reactivation-bgo730492Lubomir Rintel2015-04-031-2/+3
* cli: do not stall in 'nmcli connection delete/down' (rh #1168657)Jiří Klimeš2015-03-161-88/+95
* cli: only offer active connections in TAB completion for 'nmcli con down'Jiří Klimeš2015-03-131-2/+30
* cli: fix memory leaks when asking for argumentsJiří Klimeš2015-03-121-0/+2
* cli: fix TAB completion for multiple connections in 'nmcli con down/delete'Jiří Klimeš2015-03-121-11/+15
* cli: don't return empty strings in nmc_string_to_arg_array()Jiří Klimeš2015-03-121-2/+2
* nmcli: add support for bridge multicast-snooping propertyJiří Klimeš2015-02-261-4/+35
* cli: silently ignore duplicated categories in "--order" option (bgo #738613)Jiří Klimeš2015-02-251-9/+8
* trivial: suppress compiler uninitialized usage warningDan Williams2015-02-241-1/+1
* nmcli: show connection list in colorsJiří Klimeš2015-02-231-1/+15
* nmcli: add support for terminal formatting, like bold, dim, underline, etc.Jiří Klimeš2015-02-231-6/+11
* nmcli: make filtering color sequences a utility functionJiří Klimeš2015-02-231-17/+2
* nmcli: add --order option for 'nmcli connection show'Jiří Klimeš2015-02-231-27/+140
* nmcli: sort connections in 'nmcli connection show' outputJiří Klimeš2015-02-231-40/+143
* nmcli: (trivial): use real parameter types in fill_output_connection() prototypeJiří Klimeš2015-02-231-3/+1
* nmcli: allow adding 'generic' connections via nmcli connection addJiří Klimeš2015-02-111-0/+5
* cli: fix client bond option countLubomir Rintel2015-01-191-1/+1
* cli: mute coverity for Error: DEADCODE (CWE-561)Jiří Klimeš2014-12-121-0/+2
* cli: g_strdup(NULL) returns NULL; simplify code for thatJiří Klimeš2014-12-031-40/+40
* cli: additional fix for nmcli connection downJiří Klimeš2014-12-031-6/+13
* cli: fix deactivation for multiple connections (bgo #740775) (rh #1168383)Jiří Klimeš2014-12-031-38/+60
* cli: wait for "con down" to deactivate the connection (bgo #740775) (rh #1168...Dan Williams2014-12-011-3/+73
* clients: merge nm_secret_agent_simple_set_connection_path() into nm_secret_ag...Dan Williams2014-11-211-7/+4
* clients: NMSecretAgentSimple API fixupsDan Winship2014-11-211-4/+4
* cli: add support for secret agent to 'nmcli dev connect' toojk/nmcli-dev-connect-secretsJiří Klimeš2014-11-201-87/+3
* cli: Process secret agent request for a connection only if we know its pathlr/nm-1-0-fixesLubomir Rintel2014-11-201-2/+17
* cli: Abort when given name of a non-existent connection for nmcli upLubomir Rintel2014-11-191-1/+7
* cli: Only escape VPN banner if it's presentLubomir Rintel2014-11-191-2/+5