summaryrefslogtreecommitdiff
path: root/clients
Commit message (Expand)AuthorAgeFilesLines
* build: extract version macros from "nm-version.h" to new header file "nm-vers...Thomas Haller2015-09-304-1/+5
* tui: fix crash during activation when failed to create secret-agentThomas Haller2015-09-301-4/+4
* cli: print s390 subchannels for devices that have thatJiří Klimeš2015-09-291-4/+6
* cli: allow 'ipv6' and 'ppp' settings for GSM and CDMA connections (rh #1265993)Jiří Klimeš2015-09-251-0/+4
* cli: fix error string formatJiří Klimeš2015-09-251-1/+1
* cli: remove static width parameter from fields definitionJiří Klimeš2015-09-255-423/+423
* cli: fix type on printed nmcli error messageThomas Haller2015-09-211-2/+2
* nmcli/bash-completion: fix completion for device names for `nmcli device set`Thomas Haller2015-09-211-1/+1
* cli: support vpn.timeout property in nmcliJiří Klimeš2015-09-211-1/+13
* cli: allow creating ADSL connections with 'nmcli connection add' (rh #1264089)Jiří Klimeš2015-09-212-1/+159
* cli: initialize adsl.protocol in editor when creating a new connectionJiří Klimeš2015-09-211-0/+8
* nmcli: extend `nmcli device set` command to accept explicit ifname specifierThomas Haller2015-09-182-4/+13
* cli: add nmcli device set commandLubomir Rintel2015-09-182-1/+144
* nmcli: wake-on-lan property set/get fixesJiří Klimeš2015-09-151-15/+27
* nmcli: allow "none" value for ethernet.wake-on-lan property (rh #1260584)Jiří Klimeš2015-09-151-5/+11
* cli: describe usage of the 'connection.metered' propertyBeniamino Galvani2015-09-041-1/+11
* cli: terminate when the input terminal goes awayLubomir Rintel2015-08-201-0/+10
* cli: fix connecting to a hidden SSID with 'nmcli dev wifi connect' (bgo #752173)Jiří Klimeš2015-08-142-14/+68
* cli: add 'ssid' parameter for 'nmcli device wifi rescan'Jiří Klimeš2015-08-142-12/+59
* cli: fix an bug when reporting an errorJiří Klimeš2015-08-131-9/+3
* build: fix out-of-tree build for missing "nm-version.h"Thomas Haller2015-08-051-0/+1
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-0550-86/+0
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-0540-39/+41
* logging: support an "OFF" logging levelThomas Haller2015-08-041-1/+1
* tui: use NMVpnPluginInfo in vpn-helper.cThomas Haller2015-07-292-132/+28
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-2438-44/+43
* cli: add support for Wake-on-LAN settingsBeniamino Galvani2015-07-241-1/+62
* cli: fix verifying flag-based properties (rh #1244048)Jiří Klimeš2015-07-171-3/+63
* cli: fix a crash adding a slave connection with 'nmcli -a con add'Jiří Klimeš2015-07-151-2/+4
* cli: fix formating of "nmcli con add help" outputJiří Klimeš2015-07-151-2/+2
* cli: add 'slave-type' parameter for "nmcli con add" to bash completionJiří Klimeš2015-07-151-3/+9
* cli: fix usage output for `nmcli connection add` removing duplicate "save"Thomas Haller2015-07-131-1/+0
* cli: add "nmcli c add master" to bash-completionlr/cli-add-masterLubomir Rintel2015-07-121-22/+4
* cli: add master option to "nmcli c add"Lubomir Rintel2015-07-121-6/+25
* cli: discover slave type for a connection with a masterLubomir Rintel2015-07-121-11/+33
* cli: remove an extraneous _strip_master_prefix() callLubomir Rintel2015-07-121-1/+1
* cli: process slave parameters after the rest of the settings are set upLubomir Rintel2015-07-121-193/+190
* all: remove #if GLIB_CHECK_VERSION conditionals around g_type_init()Thomas Haller2015-07-123-7/+6
* clients: fix bad array loop in nm-secret-agent-simple.c:strv_has (bgo #752137)Jiří Klimeš2015-07-101-3/+3
* cli: add bash completion for 'nmcli c add -- <property list>'lr/cli-add-propertiesLubomir Rintel2015-07-021-26/+43
* cli: allow specifying arbitrary properties on "nmcli c add"Lubomir Rintel2015-07-021-4/+16
* cli: refactor: split connection property reader from do_connection_modify()Lubomir Rintel2015-07-021-118/+143
* cli: trivial: move is_property_valid()Lubomir Rintel2015-07-021-25/+24
* nmcli: don't hang activation of masters that progress beyond ip-configLubomir Rintel2015-06-231-1/+1
* cli: add support for connection.autoconnect-slaves propertyJiří Klimeš2015-06-191-6/+58
* cli: use color names when TAB-completing "nmcli prompt-color"Jiří Klimeš2015-06-111-1/+2
* cli: take color name arguments for "nmcli prompt-color" in editor (bgo #744936)Jiří Klimeš2015-06-113-15/+41
* cli: fix metered to string propertyThomas Haller2015-06-101-0/+11
* cli: fix error message localizationBeniamino Galvani2015-06-091-2/+8
* cli: add support for 'metered' connection propertyBeniamino Galvani2015-06-091-1/+56