summaryrefslogtreecommitdiff
path: root/clients/cli
Commit message (Expand)AuthorAgeFilesLines
* cli: fix DEADCODE (CWE-561) found by coverityJiří Klimeš2014-12-121-7/+4
* cli: mute coverity for Error: DEADCODE (CWE-561)Jiří Klimeš2014-12-121-0/+2
* cli: expose the vpn.persistent propertylr/vpn-fixesLubomir Rintel2014-12-111-1/+13
* 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
* cli: add parent device information for VLAN devicesJiří Klimeš2014-11-241-4/+7
* libnm: rename NMSecretAgent to NMSecretAgentOldDan Winship2014-11-213-3/+4
* clients: merge nm_secret_agent_simple_set_connection_path() into nm_secret_ag...Dan Williams2014-11-213-11/+7
* clients: NMSecretAgentSimple API fixupsDan Winship2014-11-213-7/+7
* cli: add support for secret agent to 'nmcli dev connect' toojk/nmcli-dev-connect-secretsJiří Klimeš2014-11-204-88/+132
* cli,vpn: merge branch 'lr/nm-1-0-fixes'Lubomir Rintel2014-11-202-6/+31
|\
| * cli: Process secret agent request for a connection only if we know its pathlr/nm-1-0-fixesLubomir Rintel2014-11-202-3/+19
| * 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
* | translations: avoid preprocessor strings inside translation macroThomas Haller2014-11-202-4/+5
|/
* cli: Watch for device as well as AC state changes when activatingLubomir Rintel2014-11-191-8/+38
* cli, libnm: don't use D-Bus-specific documentation in nmcliDan Winship2014-11-191-1/+1
* libnm, libnm-util: move settings doc generation to libnm-coreDan Winship2014-11-191-1/+1
* cli: fix showing secrets in nmcli editor (bgo #737415)Jiří Klimeš2014-11-191-7/+15
* cli: ignore timestamp when comparing connections in the editorJiří Klimeš2014-11-191-1/+1
* cli: Finish waiting for the device activation when it disconnectsLubomir Rintel2014-11-141-26/+12
* docs: make the settings docs work from tarball buildsDan Winship2014-11-141-2/+1
* Revert "cli: Finish waiting for device activation when they disconnect"Lubomir Rintel2014-11-141-2/+1
* cli: Finish waiting for device activation when they disconnectLubomir Rintel2014-11-131-1/+2
* clients: only handle secret requests for connection being explicitly activatedJiří Klimeš2014-11-122-2/+3
* cli: show gateway as a separate item in active connection data (bgo #739958)Jiří Klimeš2014-11-111-26/+24
* cli: fix nmcli timeout when disconnecting a deviceJiří Klimeš2014-11-101-2/+14
* cli: fix an activation bugDan Winship2014-11-071-0/+1
* libnm,core: enhance nm_utils_hexstr2bin()Dan Williams2014-11-071-6/+4
* cli: support new property NM_SETTING_IP_CONFIG_ROUTE_METRICThomas Haller2014-11-071-29/+51
* cli: add utility methods for gint64 typesThomas Haller2014-11-071-0/+41
* connections: Don't give up if we've not seen an active connection yetLubomir Rintel2014-11-071-1/+1
* all: allow route metrics to be "0"Dan Winship2014-11-072-11/+13
* libnm: create NMDhcpConfig as parent of NMDhcp4Config and NMDhcp6ConfigDan Winship2014-11-074-10/+9
* libnm: create NMIPConfig as parent of NMIP4Config and NMIP6ConfigDan Winship2014-11-074-19/+18
* libnm-core: add NMSettingIPConfig:gateway, drop NMIPAddress:gatewayDan Winship2014-11-074-167/+217
* core, clients: implement dhcp-send-hostname for IPv6Dan Winship2014-11-071-2/+13
* libnm-core: extract NMSettingIPConfig superclass out of IP4, IP6 classesDan Winship2014-11-073-190/+192
* libnm-core, all: merge IPv4 and IPv6 address/route typesDan Winship2014-11-074-402/+221
* cli: add 'nmcli agent' command (bgo #739568)Jiří Klimeš2014-11-0710-13/+335
* cli: add a polkit agent support for nmcliJiří Klimeš2014-11-075-1/+215
* cli: add 'passwd-file' option for 'nmcli connection up' to provide passwordsJiří Klimeš2014-11-074-29/+163
* cli: use secret agent for getting passwords from userJiří Klimeš2014-11-074-14/+85
* cli: fix an error path in second level 'set' command of nmcli editorJiří Klimeš2014-11-061-1/+7
* cli: fix a regression in monitoring addresses vs. method changesJiří Klimeš2014-11-061-6/+3
* nmcli/bash-completion: complete "help" for `nmcli general status|permissions ...Thomas Haller2014-11-061-0/+6