summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cli: add global --show-secrets optionjk/nmcli-show-secrets-rh759116Jiří Klimeš2015-12-077-27/+40
* cli: use nmc_readline_echo() for asking password in 'nmcli con add'Jiří Klimeš2015-12-071-9/+11
* cli: use nmc_readline_echo() for asking password in 'nmcli dev wifi connect'Jiří Klimeš2015-12-071-1/+1
* cli: use new nmc_readline_echo() in polkit agentJiří Klimeš2015-12-071-15/+2
* cli: do not echo passwords on terminal when asking for themJiří Klimeš2015-12-072-25/+75
* man: rephrase a sentence in nmcli man pageJiří Klimeš2015-12-071-1/+1
* nm-import-openvpn: import 'route' optionJiří Klimeš2015-12-071-37/+96
* device/tun: fix reloading tun propertiesThomas Haller2015-12-071-6/+20
* cli: drop an extra newlineLubomir Rintel2015-12-071-1/+1
* vpn-editor-plugin: improve the error handling a bitLubomir Rintel2015-12-071-0/+10
* cli: avoid using tmp template after it goes out of scopeLubomir Rintel2015-12-071-1/+1
* cli: improve the error reporting a bitLubomir Rintel2015-12-071-1/+2
* clients: add clients/common/nm-vpn-helpers.c to POTFILES.inLubomir Rintel2015-12-071-0/+1
* merge: implement nmcli con import/export for VPN connections (rh #1034105)Jiří Klimeš2015-12-076-19/+432
|\
| * cli: add 'nmcli connection export' (rh #1034105)Jiří Klimeš2015-12-073-12/+216
| * cli: add 'nmcli connection import' (rh #1034105)Jiří Klimeš2015-12-074-4/+205
| * clients: accept service without org.freedesktop.NetworkManager prefixJiří Klimeš2015-12-051-0/+5
| * clients: add GError parameter to nm_vpn_get_plugin_by_service()Jiří Klimeš2015-12-052-5/+8
|/
* tests/valgrind: rename name of logfile for valgrind runThomas Haller2015-12-051-1/+1
* core: merge branch 'th/device-master-slave-bgo759027'Thomas Haller2015-12-059-245/+151
|\
| * device: cleanup handling master/slave relationships in NMDeviceThomas Haller2015-12-054-89/+118
| * device: implement slave property in parent device classThomas Haller2015-12-058-161/+38
| * wifi: fix supplicant_connection_timeout_cb() using settings-connectionThomas Haller2015-12-051-1/+1
|/
* merge: branch 'lr/nmcli-monitor-rh1034158'Lubomir Rintel2015-12-0515-224/+612
|\
| * cli: add nmcli monitorlr/nmcli-monitor-rh1034158Lubomir Rintel2015-12-058-3/+131
| * cli,connections: add connection monitorLubomir Rintel2015-12-052-2/+127
| * cli,devices: add device monitorLubomir Rintel2015-12-053-7/+130
| * cli,devices: factor out parsing of the interface listLubomir Rintel2015-12-051-109/+63
| * cli,devices: factor out device_state_to_color()Lubomir Rintel2015-12-051-8/+20
| * cli: turn should_wait into a semaphoreLubomir Rintel2015-12-056-30/+20
| * libnm,device: don't notify of property change when getting vendor & product f...Lubomir Rintel2015-12-051-10/+15
| * libnm,nm-object: only send "notify" signal when the object property actually ...Lubomir Rintel2015-12-051-25/+65
| * cli: move the decision whether to use colors to nmc_colorize()Lubomir Rintel2015-12-053-32/+43
|/
* core: strip trailing dot from domain search listBeniamino Galvani2015-12-054-10/+84
* core: merge branch 'th/device-master-slave-bgo759027' (part 1)Thomas Haller2015-12-046-51/+41
|\
| * device: don't return error from release_slave()Thomas Haller2015-12-045-22/+11
| * device/trivial: rename master related function of nm-deviceThomas Haller2015-12-041-12/+11
| * device/trivial: rename fields to have unique namesThomas Haller2015-12-041-16/+16
| * utils: save duplicate lookup of path in nm_utils_g_value_set_object_path_array()Thomas Haller2015-12-041-2/+4
|/
* policy: add a friendly warningLubomir Rintel2015-12-041-1/+5
* core: subscribe recheck_assume_connection() early when adding deviceThomas Haller2015-12-041-11/+18
* utils: assert for valid flags description in nm_utils_flags2str()Thomas Haller2015-12-041-0/+13
* macros: fix nm_utils_is_power_of_two() for const argumentsThomas Haller2015-12-041-1/+1
* platform: use NM_UTILS_FLAGS2STR_DEFINE() macroThomas Haller2015-12-041-42/+32
* utils: add NM_UTILS_FLAGS2STR_DEFINE() macroThomas Haller2015-12-041-0/+15
* core: merge branch 'lr/default-unmanaged-bgo746566' (part 3)Thomas Haller2015-12-047-107/+113
|\
| * device: expose nm_device_set_autoconnect() functionThomas Haller2015-12-045-4/+5
| * device: return the unmanaged flags from nm_device_get_unmanaged_flags()Thomas Haller2015-12-042-6/+7
| * core/trivial: rename functionsThomas Haller2015-12-045-77/+77
| * core/trivial: move codeThomas Haller2015-12-042-16/+18