summaryrefslogtreecommitdiff
path: root/clients
Commit message (Expand)AuthorAgeFilesLines
...
* tui: fix alignment of pop-up menusDan Winship2014-11-121-2/+17
* tui: fix gateway editingDan Winship2014-11-124-6/+122
* clients: only handle secret requests for connection being explicitly activatedJiří Klimeš2014-11-125-8/+28
* tui: fix generated new connection namesDan Winship2014-11-111-1/+1
* 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-073-14/+19
* 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-078-289/+227
* 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-076-241/+233
* libnm-core, all: merge IPv4 and IPv6 address/route typesDan Winship2014-11-0711-1243/+496
* 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
* clients: add common code for polkit agent listenerJiří Klimeš2014-11-072-0/+519
* 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
* clients: add real property name to NNSecretAgentSimpleSecretJiří Klimeš2014-11-072-1/+3
* clients: move secret agent to common directoryJiří Klimeš2014-11-076-251/+247
* 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
* nmcli/bash-completion: complete logging level "TRACE"Thomas Haller2014-11-061-1/+1
* Revert "tui: additional fix for 'primary' option"Lubomir Rintel2014-11-041-1/+1
* cli: Activating an already activated connection failsLubomir Rintel2014-11-031-2/+1
* Merge branch 'lr/ap'Lubomir Rintel2014-10-314-24/+138
|\
| * cli: Add mode option for wifi connecitonsLubomir Rintel2014-10-234-24/+138
* | cli: allow showing secrets in the editorJiří Klimeš2014-10-303-5/+26
* | cli: display '<hidden>' string for secret propertiesJiří Klimeš2014-10-303-52/+55
* | cli/bash-completion: update bash completion for '--show-secrets' optionThomas Haller2014-10-301-2/+5
* | cli: add '--show-secrets' option for 'nmcli connection show'Jiří Klimeš2014-10-301-9/+36
* | cli: add 'verify fix' command for nmcli connection editorJiří Klimeš2014-10-301-7/+26
* | cli: check IP configuration when setting connection.master in editorJiří Klimeš2014-10-303-1/+43
* | trivial: fix a typo in commentsJiří Klimeš2014-10-302-2/+2
* | libnm: change GSList to GPtrArray in libnm methodsDan Winship2014-10-2810-140/+107
|/
* libnm: consolidate NMClientError and NMObjectErrorDan Winship2014-10-221-1/+1
* libnm: strip GDBus gunk from GErrorsDan Winship2014-10-223-15/+0
* libnm-core, libnm, settings: move NMSecretAgentError to nm-errorsDan Winship2014-10-221-1/+1
* libnm-core, core: move NMManagerError to nm-errorsDan Winship2014-10-221-6/+1
* tui: fix incorrect chain up to parentDan Williams2014-10-211-1/+1
* cli/bash-completion: normalize OPTIONS_TYPE to use it inside _nmcli_compl_ARGS()Thomas Haller2014-10-211-0/+17
* cli: fix getting/setting hostname (bgo #738796)Lubomir Rintel2014-10-201-0/+2
* cli: get connection ID straight from the active connectionJiří Klimeš2014-10-201-13/+1
* cli: show active connection even if the connection profile is not visibleJiří Klimeš2014-10-201-0/+65