summaryrefslogtreecommitdiff
path: root/clients
Commit message (Expand)AuthorAgeFilesLines
* tun: add support for MTU and cloned-mac-address propertiesBeniamino Galvani2015-12-191-0/+1
* vxlan: add support for MTU and cloned-mac-address propertiesBeniamino Galvani2015-12-191-0/+1
* ip-tunnel: add a MTU propertyBeniamino Galvani2015-12-191-1/+12
* cli: (bash completion): add new settings to completion of '--fields'Jiří Klimeš2015-12-171-1/+1
* cli: add bash completion for arguments of tun, ip-tunnel, macvlan, vxlanJiří Klimeš2015-12-171-1/+34
* cli: use '|' instead of ',' for delimiting the modesJiří Klimeš2015-12-171-1/+1
* cli: really fix the description this timeJiří Klimeš2015-12-171-1/+0
* cli: fix spelling in user visible textsThomas Haller2015-12-171-2/+2
* cli: check ip-tunnel mode right after it is readJiří Klimeš2015-12-161-8/+8
* cli: enable TAB-completion for macvlan.mode in editorJiří Klimeš2015-12-161-1/+13
* cli: enable TAB-completion for "MACVLAN mode: " in nmcli -a con add type macvlanJiří Klimeš2015-12-161-1/+15
* cli: enable TAB-completion for ip-tunnel.mode in editorJiří Klimeš2015-12-161-1/+14
* cli: enable TAB-completion for "Tunnel mode: " in nmcli -a con add type ip-tunJiří Klimeš2015-12-161-1/+15
* cli: there are 5 optional arguments for vxlan connectionsJiří Klimeš2015-12-161-1/+1
* cli: remove stray space from help descriptionJiří Klimeš2015-12-161-1/+2
* cli: (trivial) fix a copy-paste error in a commentJiří Klimeš2015-12-161-1/+1
* cli: document ip-tunnel connection typeBeniamino Galvani2015-12-161-1/+5
* cli: allow specifying a 'dev' option when adding IP tunnelsBeniamino Galvani2015-12-161-3/+35
* cli: fix error handling in creation of IP tunnelsBeniamino Galvani2015-12-161-0/+3
* cli: monitor whether NetworkManager is runningJiří Klimeš2015-12-141-0/+33
* cli: primary connection is not NMConnection, but NMActiveConnectionJiří Klimeš2015-12-141-4/+4
* tui: prefill a secret in the entry if we have a valueJiří Klimeš2015-12-121-0/+2
* tui: allow connecting to OpenConnectJiří Klimeš2015-12-121-1/+91
* cli: do not present secrets from openconnect to the user for confirmationJiří Klimeš2015-12-121-4/+10
* cli: make asking VPN secrets for OpenConnect really workJiří Klimeš2015-12-121-1/+95
* clients: add a helper function to get required openconnect VPN secretsJiří Klimeš2015-12-122-0/+85
* clients: add vpn_type member to secret structure in secret agentJiří Klimeš2015-12-122-0/+20
* clients: move vpn_get_secret_names() to nm-vpn-helpersJiří Klimeš2015-12-124-48/+54
* clients: enable VPN secrets for nmtui/nmcli secret agent (rh #975185)Jiří Klimeš2015-12-122-13/+185
* cli: add vxlan supportBeniamino Galvani2015-12-093-3/+453
* cli: add macvlan supportBeniamino Galvani2015-12-093-2/+270
* cli: TAB-complete yes/no for boolean properties in the editorJiří Klimeš2015-12-091-22/+71
* cli: produce new line after readline when echoing was offJiří Klimeš2015-12-071-1/+4
* cli: add global --show-secrets optionJiří Klimeš2015-12-076-17/+24
* cli: use nmc_readline_echo() for asking password in 'nmcli con add'Jiří Klimeš2015-12-071-9/+11
* cli: use nmc_readline_echo() for asking password in 'nmcli dev wifi connect'Jiří Klimeš2015-12-071-1/+1
* cli: use new nmc_readline_echo() in polkit agentJiří Klimeš2015-12-071-15/+2
* cli: do not echo passwords on terminal when asking for themJiří Klimeš2015-12-072-25/+75
* cli: drop an extra newlineLubomir Rintel2015-12-071-1/+1
* cli: avoid using tmp template after it goes out of scopeLubomir Rintel2015-12-071-1/+1
* cli: improve the error reporting a bitLubomir Rintel2015-12-071-1/+2
* cli: add 'nmcli connection export' (rh #1034105)Jiří Klimeš2015-12-072-12/+204
* cli: add 'nmcli connection import' (rh #1034105)Jiří Klimeš2015-12-073-4/+186
* clients: accept service without org.freedesktop.NetworkManager prefixJiří Klimeš2015-12-051-0/+5
* clients: add GError parameter to nm_vpn_get_plugin_by_service()Jiří Klimeš2015-12-052-5/+8
* cli: add nmcli monitorlr/nmcli-monitor-rh1034158Lubomir Rintel2015-12-057-0/+116
* cli,connections: add connection monitorLubomir Rintel2015-12-051-1/+114
* cli,devices: add device monitorLubomir Rintel2015-12-052-6/+121
* cli,devices: factor out parsing of the interface listLubomir Rintel2015-12-051-109/+63
* cli,devices: factor out device_state_to_color()Lubomir Rintel2015-12-051-8/+20