summaryrefslogtreecommitdiff
path: root/clients
Commit message (Expand)AuthorAgeFilesLines
* clients: fix appending integer to result in nmc_property_set_bytes()Thomas Haller2017-05-231-1/+4
* clients: fix setter for 802-1x.password-rawBeniamino Galvani2017-05-231-11/+12
* cli: completion: escape shell special characters "()&!"Beniamino Galvani2016-10-261-1/+6
* cli: show pre-filled readline input if it is not a real password (rh #1351272)Jiří Klimeš2016-08-171-1/+2
* tui: avoid failed assertion when adding bond slavesBeniamino Galvani2016-08-011-2/+7
* cli: fix parsing of route metric on 32-bit archsBeniamino Galvani2016-06-301-3/+7
* cli: initialize connection list in do_device_connect()Beniamino Galvani2016-06-271-0/+2
* all: move NM_AUTH_PERMISSION_* defines to "nm-common-macros.h" headerThomas Haller2016-06-101-14/+1
* manager: add Reload() D-Bus commandThomas Haller2016-06-101-0/+3
* libnm: implement missing NM_AUTH_PERMISSION_SETTINGS_MODIFY_GLOBAL_DNSThomas Haller2016-06-101-1/+3
* cli: add support for DNS priorityBeniamino Galvani2016-06-101-52/+74
* cli: remove wrong assertion in check_valid_name()Beniamino Galvani2016-05-191-1/+0
* clients: fix build error for missing nm_vpn_plugin_info_get_service() after b...Thomas Haller2016-05-191-1/+3
* 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: 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
* 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
* cli: remove version check against NMFrancesco Giudici2016-05-029-67/+3
* cli: handle device failure when activatingBeniamino Galvani2016-04-291-1/+8
* 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