summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* keyfile/build: set LDFLAGS for buiding keyfile testsThomas Haller2016-10-111-2/+5
* config: fix printing default values for missing sectionsThomas Haller2016-10-111-15/+41
* config: print default value for logging.auditThomas Haller2016-10-113-2/+5
* logging: protect VPN_PLUGIN logging domainThomas Haller2016-10-111-1/+8
* logging: remove LOGD_HW alias for LOGD_PLATFORMThomas Haller2016-10-1118-80/+79
* logging: avoid some heap allocations constructing journal logging dataThomas Haller2016-10-111-50/+71
* logging: avoid copy of logging message fo syslog and glib logging backendThomas Haller2016-10-111-20/+15
* logging: fix a warning when built without journaldLubomir Rintel2016-10-111-0/+2
* config: allow fallback to fake permanent address for default wired connectionsLubomir Rintel2016-10-112-2/+2
* ethernet: don't assert there's the udev device for an ethernet deviceLubomir Rintel2016-10-111-5/+2
* platform/tests: skip root tests when we can't mount /sys/devicesLubomir Rintel2016-10-111-0/+4
* wifi: clean up clearing a pending scanDan Williams2016-10-081-8/+4
* 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
* 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: move code in nm-wifi-ap.c around and minor cleanupThomas Haller2016-10-061-226/+218
* wifi: rename NMAccessPoint to NMWifiAPThomas Haller2016-10-068-386/+385
* 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
* 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-052-0/+19
* proxy: cleanup handling of proxy-methodThomas Haller2016-10-052-3/+4
* 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
* keyfile/tests: refactor checking re-reading keyfile in testsThomas Haller2016-10-051-108/+44
* keyfile/tests: refactor tests to use cleanup attributesThomas Haller2016-10-051-297/+142
* config: add default values to 'NM --print-config' outputBeniamino Galvani2016-10-041-1/+21
* config: pass default auth-polkit value as string instead of booleanBeniamino Galvani2016-10-042-3/+4
* config: don't set default plugins in nm-config keyfileBeniamino Galvani2016-10-042-10/+10
* proxy: rename NMPacRunnerManager to NMPacrunnerManagerThomas Haller2016-10-045-66/+66
* proxy: reorder parts in nm-proxy-config.c and nm-pacrunner-manager.cThomas Haller2016-10-043-35/+21
* proxy: change semantics of pac-scriptAtul Anand2016-10-041-7/+3
* proxy: remove unnecessary APIsAtul Anand2016-10-046-319/+3
* proxy: refactor NMProxyConfig to keep internal variables as strvThomas Haller2016-10-044-77/+76
* proxy: fix logging level for proxy related messages in nm-device.cThomas Haller2016-10-041-2/+2