summaryrefslogtreecommitdiff
path: root/clients
Commit message (Expand)AuthorAgeFilesLines
* macros: add macro _nm_printf() for function attributeThomas Haller2016-06-052-3/+3
* build: avoid compiler warnings about non-constant format strings (-Wformat-no...Thomas Haller2016-06-057-22/+35
* all: move NM_AUTH_PERMISSION_* defines to "nm-common-macros.h" headerThomas Haller2016-06-011-14/+1
* manager: add Reload() D-Bus commandThomas Haller2016-06-011-0/+3
* libnm: implement missing NM_AUTH_PERMISSION_SETTINGS_MODIFY_GLOBAL_DNSThomas Haller2016-06-011-1/+3
* cli: add ipv6.token supportLubomir Rintel2016-05-301-1/+12
* team: expose current device configuration through D-Bus and nmcliBeniamino Galvani2016-05-261-11/+91
* cli: re-merge branch 'th/cli-vpn-import-fixes-rh1337300'Thomas Haller2016-05-194-44/+144
|\
| * clients,cli: show better error message when failing to load VPN pluginThomas Haller2016-05-191-5/+29
| * clients,cli: for connection-add consider VPNs as loaded from the pluginThomas Haller2016-05-193-20/+90
| * clients: don't assert against existance of plugin in nm_vpn_supports_ipv6()Thomas Haller2016-05-191-2/+4
| * clients: lookup VPN plugins either by "name" or "service"Thomas Haller2016-05-193-13/+12
| * nmcli-completion: complete filename for VPN import and passwd-fileThomas Haller2016-05-191-4/+9
* | cli: remove wrong assertion in check_valid_name()Beniamino Galvani2016-05-191-1/+0
|/
* cli: append newline to failure messageBeniamino Galvani2016-05-161-1/+1
* cli: also hide phase2 private key unless --show-secrets is passedBeniamino Galvani2016-05-131-9/+20
* cli: hide secret certificate blobs unless --show-secrets is passedBeniamino Galvani2016-05-131-27/+60
* cli: add support for DNS priorityBeniamino Galvani2016-05-121-52/+74
* clients: add missing openvpn secret types to secret agentBeniamino Galvani2016-05-051-2/+7
* cli: declare external variable nm_cli in <nmcli.h> headerThomas Haller2016-05-035-18/+2
* cli: remove unused functionsThomas Haller2016-05-032-74/+0
* cli: don't allow multiple <ifname> arguments to device-reapplyThomas Haller2016-05-032-51/+32
* cli: refactor cleanup in do_device_reapply()Thomas Haller2016-05-031-10/+7
* build: cleanup includes of <gmodule.h>Thomas Haller2016-04-301-1/+0
* cli: handle device failure when activatingBeniamino Galvani2016-04-291-1/+8
* cli: remove version check against NMFrancesco Giudici2016-04-289-67/+3
* tui: quit from top-level form when exitingBeniamino Galvani2016-04-271-1/+15
* tui: return to initial menu after sub-forms exitBeniamino Galvani2016-04-157-30/+33
* build: disable deprecation checks for internal compilationThomas Haller2016-04-053-3/+0
* cli: fix setting 'slave-type' for `nmcli connection add type *-slave`Thomas Haller2016-03-301-0/+3
* cli/trivial: fix indention and whitespaceThomas Haller2016-03-301-30/+30
* cli: allow setting multiple IPs in bond 'arp_ip_target' optionBeniamino Galvani2016-03-291-1/+30
* cli/trivial: fix TABs for indentionThomas Haller2016-03-291-12/+12
* nmcli: fix slave_type settingLubomir Rintel2016-03-291-18/+8
* cli: make the *-slave type option parsing out of the common pathLubomir Rintel2016-03-291-138/+136
* 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