summaryrefslogtreecommitdiff
path: root/clients
Commit message (Expand)AuthorAgeFilesLines
* cli: add support for NMSetting8021x domain-suffix-match propertiesBeniamino Galvani2016-03-161-48/+70
* cli: fix memory leak in connection listingBeniamino Galvani2016-03-141-2/+2
* cli: prefer 'modify' over 'monitor' when the command is abbreviatedBeniamino Galvani2016-03-102-3/+3
* nmcli: fix check on allowed parameters for slave connectionsFrancesco Giudici2016-03-041-134/+236
* all: use g_error_matches()Dan Winship2016-03-031-3/+3
* all: clean-up usage of GErrorThomas Haller2016-03-031-4/+4
* cli: fix use-after-free when adding ADSL connectionsBeniamino Galvani2016-02-291-7/+9
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-1974-124/+86
* cli: disable colors on dumb terminalsLubomir Rintel2016-02-171-2/+7
* libnm-core: make ipvx.dhcp-timeout signedBeniamino Galvani2016-02-161-1/+1
* libnm,core,cli: move dhcp-timeout property to generic NMSettingIPConfigBeniamino Galvani2016-02-161-4/+4
* all: add version-id argument to device's Reapply methodThomas Haller2016-02-161-1/+1
* wifi: don't touch by default current powersave settingBeniamino Galvani2016-02-161-16/+34
* all/trivial: rename STRLEN() macro to NM_STRLEN()Thomas Haller2016-02-141-4/+4
* cli: remove some dead codeLubomir Rintel2016-02-121-7/+1
* build: cleanup default includesThomas Haller2016-02-122-8/+6
* cli: remove unused NMC_FIELDS_SETTING_*_COMMON definesBeniamino Galvani2016-02-121-29/+0
* cli: fix compile errorBeniamino Galvani2016-02-111-1/+1
* client: fix NULL dereference with no connectionsLubomir Rintel2016-02-111-1/+4
* cli: sort_access_points() doesn't take a NULL argumentLubomir Rintel2016-02-111-1/+3
* cli: fix nmcli help for 'monitor' commandJiří Klimeš2016-02-031-1/+1
* tui: disallow reserved vlan id 4095Thomas Haller2016-01-221-1/+1
* cli: disallow reserved vlan id 4095Thomas Haller2016-01-221-3/+3
* libnm-core,core,cli: fix spelling of NM_IP_TUNNEL_MODE_UNKNOWNDan Williams2016-01-202-4/+4
* cli: add support for new ipv4.dad-timeout propertyJiří Klimeš2016-01-201-1/+31
* cli: add nmcli d reapplyLubomir Rintel2016-01-102-2/+132
* build: minor change creating symlinks in install-exec-hook for nmtuiThomas Haller2016-01-071-2/+2
* build: use symlinks for nmtuiMichael Biebl2016-01-071-1/+1
* build: rename directory "include" to "shared"Thomas Haller2015-12-244-8/+8
* 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