summaryrefslogtreecommitdiff
path: root/clients
Commit message (Expand)AuthorAgeFilesLines
* cli: TAB-completion for enum-style property values (rh #1034126)Jiří Klimeš2015-06-151-45/+170
* cli: add missing nmc_property_802_1X_allowed_eap() functionJiří Klimeš2015-06-151-2/+5
* cli: change function for allowed values to return array of stringsJiří Klimeš2015-06-153-39/+28
* cli: add @brackets parameter to nmc_util_strv_for_displayJiří Klimeš2015-06-153-5/+7
* cli: print valid-values hint in property menu for empty "set" commandJiří Klimeš2015-06-151-2/+9
* cli: do not stall in 'nmcli connection delete/down' (rh #1168657)Jiří Klimeš2015-06-151-88/+95
* cli: don't look up a device for activation request unless we have toLubomir Rintel2015-06-091-2/+3
* fix typo and do not translate an empty stringYuri Chornoivan2015-05-041-1/+1
* cli: stop waiting for deactivation if device reaches unmanaged stateLubomir Rintel2015-04-231-3/+3
* cli: fix allowed slave-typesJiří Klimeš2015-04-221-1/+1
* cli: better indicate when a Wi-Fi plugin might not be available (rh #1168573)Jiří Klimeš2015-04-201-44/+58
* cli: add PHYS_PORT_ID property to devicesJiří Klimeš2015-04-201-7/+10
* device,libnm,cli: add "new-activation" reason for device state changeLubomir Rintel2015-04-141-0/+3
* wifi: indicate 2ghz and 5ghz wifi device capabilitiesBeniamino Galvani2015-04-091-1/+7
* cli: fix memleak in nmc_setting_get_valid_properties()Thomas Haller2015-03-131-0/+1
* cli: fix memory leaks when asking for argumentsJiří Klimeš2015-03-121-0/+2
* tui: fix a crash when connection list for activation is empty (rh #1119663)Jiří Klimeš2015-03-051-3/+5
* cli: add description for certificate properties in editor (rh #1182575)Jiří Klimeš2015-01-201-5/+44
* tui: fix crash when editing DSL connectionJiří Klimeš2015-01-071-0/+2
* tui: fix saving "Available to all users" (rh #1176042)Jiří Klimeš2015-01-071-1/+1
* nmcli/bash-completion: don't allow specifying connection by apath for 'connec...Thomas Haller2014-12-221-1/+1
* nmcli/bash-completion: fix detecting connection for connection modifyThomas Haller2014-12-221-2/+2
* cli: fix DEADCODE (CWE-561) found by coverityJiří Klimeš2014-12-161-7/+4
* cli: mute coverity for Error: DEADCODE (CWE-561)Jiří Klimeš2014-12-161-0/+2
* cli: expose the vpn.persistent propertylr/vpn-fixesLubomir Rintel2014-12-111-1/+13
* tui: fix deletion of slaves with master (rh #1131574)Dan Winship2014-12-051-5/+12
* tui: width and height parameters was swapped, but they are ignored anywayJiří Klimeš2014-12-051-4/+4
* tui: set GError so that it is not NULL laterJiří Klimeš2014-12-051-1/+1
* 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
* nmcli/bash-completion: complete [+-] modifier for `connection modify` propertyThomas Haller2014-12-011-1/+6
* cli: fix setting ethernet.s390-subchannelsJiří Klimeš2014-11-281-12/+7
* tui: fix a bug that hid the IP method popup (rh #1167710)Dan Winship2014-11-251-0/+1
* cli: add parent device information for VLAN devicesJiří Klimeš2014-11-241-4/+7
* libnm: rename NMSecretAgent to NMSecretAgentOldDan Winship2014-11-216-42/+44
* clients: merge nm_secret_agent_simple_set_connection_path() into nm_secret_ag...Dan Williams2014-11-216-40/+25
* clients: NMSecretAgentSimple API fixupsDan Winship2014-11-216-37/+35
* nmtui: Add a not reached assert to make compiler happyLubomir Rintel2014-11-211-0/+2
* tui: tweak NmtEditorGrid column rulesDan Winship2014-11-212-27/+32
* tui: simplify DSL page handlingDan Winship2014-11-213-30/+76
* tui: rework how editor pages workDan Winship2014-11-2133-269/+514
* tui: merge NmtPageMain into NmtEditorDan Winship2014-11-214-386/+193
* tui: rename two classesDan Winship2014-11-2132-347/+347
* cli: add support for secret agent to 'nmcli dev connect' toojk/nmcli-dev-connect-secretsJiří Klimeš2014-11-204-88/+132
* clients: fix processing a secret agent requestJiří Klimeš2014-11-201-1/+1
* cli,vpn: merge branch 'lr/nm-1-0-fixes'Lubomir Rintel2014-11-205-24/+115
|\
| * cli: Process secret agent request for a connection only if we know its pathlr/nm-1-0-fixesLubomir Rintel2014-11-205-21/+103
| * cli: Abort when given name of a non-existent connection for nmcli upLubomir Rintel2014-11-191-1/+7