summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm/nm-manager: don't block the object creation on permissionslr/omLubomir Rintel2016-10-081-5/+8
* libnm: use the o.fd.DBus.ObjectManager API for object managementLubomir Rintel2016-10-0843-1728/+931
* libnm/tests: work around ObjectManager bogus warningLubomir Rintel2016-10-081-0/+9
* libnm/tests: add restart method to the manager mock test support interfaceLubomir Rintel2016-10-081-2/+7
* libnm/tests: add object manager mockLubomir Rintel2016-10-081-1/+52
* libnm/tests: turn all mock objects into ExportedObjsLubomir Rintel2016-10-081-32/+23
* libnm/tests: only init the exported obj when the interfaces are in placeLubomir Rintel2016-10-081-22/+27
* libnm/tests: correct vlan id type in vlan device mockLubomir Rintel2016-10-081-1/+1
* libnm/tests: notify of changing active-connections in manager mockLubomir Rintel2016-10-081-0/+1
* libnm/tests: emit standard properties changed signals from mock objectsLubomir Rintel2016-10-081-0/+5
* libnm/tests: connection might not be gone at the time manager signals removalLubomir Rintel2016-10-081-2/+3
* cli: use nmc_do_cmd to get the client and check if the daemon is runningLubomir Rintel2016-10-087-142/+54
* cli: make it possible to call sub-commands with client obtained asynchronouslyLubomir Rintel2016-10-087-115/+209
* cli: get rid of client-global connections listLubomir Rintel2016-10-086-45/+68
* libnm: order the property updatesLubomir Rintel2016-10-081-90/+101
* wifi: clean up clearing a pending scanDan Williams2016-10-081-8/+4
* gitignore: ignore test-wifi-ap-utilsThomas Haller2016-10-081-1/+1
* wwan/ppp: send explicit port speed to pppd when port speed is zero (rh #1281731)Dan Williams2016-10-075-4/+37
* core: remove unnecessary includes to netlink/route libraryThomas Haller2016-10-075-10/+3
* po: fix POTFILES.in after renaming "nm-wifi-ap-utils.c"Thomas Haller2016-10-061-1/+1
* keyfile: merge branch 'th/keyfile-rename-bgo772463'Thomas Haller2016-10-0632-445/+423
|\
| * keyfile: add logging macros to keyfile pluginThomas Haller2016-10-061-18/+28
| * keyfile: fix calling parent implementation in NMSKeyfilePlugin:constructed()Thomas Haller2016-10-061-1/+3
| * keyfile/build: don't build keyfile settings plugin as libraryThomas Haller2016-10-062-52/+2
| * keyfile: refactor GObject type creationThomas Haller2016-10-068-63/+73
| * keyfile: rename public keyfile functions and namesThomas Haller2016-10-0612-211/+210
| * keyfile: rename filesThomas Haller2016-10-0615-40/+47
| * build: use NetworkManager logging domain for device and settings pluginsThomas Haller2016-10-0616-17/+17
|/
* wifi: merge branch 'th/wifi-rename'Thomas Haller2016-10-069-583/+574
|\
| * wifi: move code in nm-wifi-ap.c around and minor cleanupThomas Haller2016-10-061-226/+218
| * wifi: rename NMAccessPoint to NMWifiAPThomas Haller2016-10-069-387/+386
|/
* iface-helper: merge branch 'th/iface-helper-logging-bgo772456'Thomas Haller2016-10-064-52/+189
|\
| * iface-helper: use different syslog-identfier for nm-iface-helperThomas Haller2016-10-061-0/+1
| * logging: allow setting the syslog-identifier not to use G_LOG_DOMAINThomas Haller2016-10-062-9/+84
| * iface-helper: pass on the logging level to nm-iface-helperThomas Haller2016-10-061-0/+6
| * iface-helper: set logging prefixThomas Haller2016-10-061-4/+6
| * logging: support system-wide prefixThomas Haller2016-10-052-4/+35
| * iface-helper: use logging macrosThomas Haller2016-10-051-10/+21
| * iface-helper: free main_loop instance at end of main()Thomas Haller2016-10-051-0/+1
| * iface-helper: return from main() instead of calling exit()Thomas Haller2016-10-051-10/+12
| * iface-helper: namespace global variablesThomas Haller2016-10-051-19/+27
|/
* proxy: merge branch 'th/proxy-cleanup'Thomas Haller2016-10-0512-699/+333
|\
| * ifcfg-rh/proxy: fix memleak in make_proxy_setting()Thomas Haller2016-10-051-3/+2
| * libnm/proxy: add proxy setting for non-slave connection during normalizationThomas Haller2016-10-055-9/+60
| * libnm: cleanup error paths in _nm_connection_verify()Thomas Haller2016-10-051-16/+18
| * proxy: cleanup handling of proxy-methodThomas Haller2016-10-056-17/+27
| * keyfile/tests: refactor loading plain keyfile via glib APIThomas Haller2016-10-051-35/+24
| * keyfile/tests: refactor uuid creation in testThomas Haller2016-10-051-51/+18
| * keyfile/tests: refactor writing of test keyfileThomas Haller2016-10-051-210/+50
| * keyfile/tests: use cleanup attribute for keyfileThomas Haller2016-10-051-14/+5