summaryrefslogtreecommitdiff
path: root/clients
Commit message (Expand)AuthorAgeFilesLines
* cli: add nmcli device set commandLubomir Rintel2015-03-231-0/+108
* cli,trivial: move nmc_switch_parse_on_offLubomir Rintel2015-03-233-20/+21
* cli: allow multiple devices for 'nmcli device disconnect/delete' (bgo #746097)Jiří Klimeš2015-03-202-126/+235
* cli: do not stall in 'nmcli connection delete/down' (rh #1168657)Jiří Klimeš2015-03-161-88/+95
* cli: only offer active connections in TAB completion for 'nmcli con down'Jiří Klimeš2015-03-131-2/+30
* libnm: add define for cert scheme prefix file:// for NMSetting8021xThomas Haller2015-03-121-6/+5
* cli: fix memory leaks when asking for argumentsJiří Klimeš2015-03-121-0/+2
* cli: fix TAB completion for multiple connections in 'nmcli con down/delete'Jiří Klimeš2015-03-121-11/+15
* cli: don't return empty strings in nmc_string_to_arg_array()Jiří Klimeš2015-03-123-9/+27
* cli/completion: add completion for --order optionThomas Haller2015-03-021-2/+29
* tui: fix the previous commitJiří Klimeš2015-03-021-1/+1
* tui: add "Enable IGMP snooping" to bridge editor (bgo #744853)Jiří Klimeš2015-03-021-0/+6
* tui: fix a crash when connection list for activation is empty (rh #1119663)Jiří Klimeš2015-02-271-3/+5
* cli: sort access point listJiří Klimeš2015-02-261-4/+37
* nmcli: add support for bridge multicast-snooping propertyJiří Klimeš2015-02-262-6/+49
* cli: silently ignore duplicated categories in "--order" option (bgo #738613)Jiří Klimeš2015-02-251-9/+8
* trivial: suppress compiler uninitialized usage warningDan Williams2015-02-241-1/+1
* cli: color output of 'nmcli device wifi list'Jiří Klimeš2015-02-241-0/+31
* cli/completion: add completion for --colors optionThomas Haller2015-02-231-1/+8
* nmcli: colorize 'general', 'radio' and 'networking' outputsJiří Klimeš2015-02-231-19/+70
* nmcli: show devices list in colorsJiří Klimeš2015-02-231-1/+13
* nmcli: show connection list in colorsJiří Klimeš2015-02-231-1/+15
* nmcli: add global '--colors' option for controlling color outputJiří Klimeš2015-02-233-3/+32
* nmcli: add support for terminal formatting, like bold, dim, underline, etc.Jiří Klimeš2015-02-234-19/+76
* nmcli: add support for printing color stringsJiří Klimeš2015-02-233-29/+88
* nmcli: pay attention to color escape sequencies when counting string lengthJiří Klimeš2015-02-231-5/+34
* nmcli: make filtering color sequences a utility functionJiří Klimeš2015-02-233-19/+45
* nmcli: add --order option for 'nmcli connection show'Jiří Klimeš2015-02-231-27/+140
* nmcli: sort connections in 'nmcli connection show' outputJiří Klimeš2015-02-231-40/+143
* nmcli: (trivial): use real parameter types in fill_output_connection() prototypeJiří Klimeš2015-02-231-3/+1
* nmcli: allow adding 'generic' connections via nmcli connection addJiří Klimeš2015-02-111-0/+5
* cli: fix memleak in nmc_setting_get_valid_properties()Thomas Haller2015-02-091-0/+1
* cli: add support for wifi.powersave settingDan Williams2015-01-211-1/+46
* cli: add description for certificate properties in editor (rh #1182575)Jiří Klimeš2015-01-201-5/+44
* cli: fix client bond option countLubomir Rintel2015-01-191-1/+1
* trivial: whitespace fixThomas Haller2015-01-111-1/+1
* tui: fix crash when editing DSL connectionJiří Klimeš2015-01-071-0/+2
* tui: fix saving "Available to all users" (rh #1176042)Jiří Klimeš2015-01-071-1/+1
* nmcli/bash-completion: don't allow specifying connection by apath for 'connec...Thomas Haller2014-12-221-1/+1
* nmcli/bash-completion: fix detecting connection for connection modifyThomas Haller2014-12-221-2/+2
* cli: fix DEADCODE (CWE-561) found by coverityJiří Klimeš2014-12-121-7/+4
* cli: mute coverity for Error: DEADCODE (CWE-561)Jiří Klimeš2014-12-121-0/+2
* cli: expose the vpn.persistent propertylr/vpn-fixesLubomir Rintel2014-12-111-1/+13
* tui: fix deletion of slaves with master (rh #1131574)Dan Winship2014-12-051-5/+12
* tui: width and height parameters was swapped, but they are ignored anywayJiří Klimeš2014-12-051-4/+4
* tui: set GError so that it is not NULL laterJiří Klimeš2014-12-051-1/+1
* cli: g_strdup(NULL) returns NULL; simplify code for thatJiří Klimeš2014-12-031-40/+40
* cli: additional fix for nmcli connection downJiří Klimeš2014-12-031-6/+13
* cli: fix deactivation for multiple connections (bgo #740775) (rh #1168383)Jiří Klimeš2014-12-031-38/+60
* cli: wait for "con down" to deactivate the connection (bgo #740775) (rh #1168...Dan Williams2014-12-011-3/+73