summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* manager: improve the add_device() error handling a bitlr/device-link-type-1Lubomir Rintel2015-12-081-8/+17
* device: set link type from all factoriesLubomir Rintel2015-12-0813-1/+62
* device: precisely match the link type to the platform deviceLubomir Rintel2015-12-081-1/+14
* device: add link_type propertyLubomir Rintel2015-12-082-16/+41
* trival: fix whitespaceThomas Haller2015-12-081-1/+1
* config: add defines for key names for keyfileThomas Haller2015-12-082-4/+10
* active-connection: improve logging in NMActiveConnectionThomas Haller2015-12-071-59/+56
* macros: add nm_sprintf_bufa()Thomas Haller2015-12-071-0/+11
* device: fix crash in master_ready() logging unset priv->masterThomas Haller2015-12-071-1/+1
* core: use define for NMManager's "state-changed" signal nameThomas Haller2015-12-073-2/+3
* core: use define for NMPPPManager's "state-changed" signal nameThomas Haller2015-12-075-8/+11
* core: use define for NMDnsMasqManager's "state-changed" signal nameThomas Haller2015-12-073-9/+12
* core: use define for NMDevice's "state-changed" signal nameThomas Haller2015-12-077-8/+10
* device: cache pointer to private-data in NMDevice structureThomas Haller2015-12-072-3/+12
* device: fix a typo in assertionLubomir Rintel2015-12-071-1/+1
* cli: produce new line after readline when echoing was offJiří Klimeš2015-12-071-1/+4
* device: don't pass void* pointer to NM_DEVICE_GET_PRIVATE()Thomas Haller2015-12-071-4/+13
* examples: add README for python-networkmanager NetworkManager libraryThomas Haller2015-12-074-1/+10
* examples: add README for examples/python/giThomas Haller2015-12-072-1/+4
* route-manager: always flush IPv6 routes during nm_route_manager_route_flush()Thomas Haller2015-12-071-2/+5
* device: use NM_UTILS_STRING_LOOKUP_TABLE() for reason_to_string()Thomas Haller2015-12-071-9/+4
* utils: add NM_UTILS_STRING_LOOKUP_TABLE() macroThomas Haller2015-12-071-0/+36
* utils: minor refactoring of NM_UTILS_FLAGS2STR_DEFINE() macroThomas Haller2015-12-071-4/+9
* merge: nmcli: don't show password by default, add --show-secrets (rh #759116)Jiří Klimeš2015-12-079-76/+128
|\
| * cli: add global --show-secrets optionJiří 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
|/
* initscript: remove all distribution initscriptsThomas Haller2015-12-079-581/+2
* 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