summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* team: get configuration only when teamd appears on bus for externally added i...lr/teamd-rh1172734Lubomir Rintel2015-01-081-21/+44
* Revert "team: start teamd when ensuring team connection else teamdctl_connect...Lubomir Rintel2015-01-081-6/+4
* core: add /bin to the default search pathThomas Haller2015-01-081-0/+1
* ifcfg: refactor utils_get_ifcfg_name()Thomas Haller2015-01-071-21/+26
* Revert "ifcfg-rh: avoid passing NULL error to connection_from_file_full()"Thomas Haller2015-01-061-8/+3
* build: fix compilation with GLib 2.32Jiří Klimeš2015-01-061-0/+1
* session: merge nm-session-monitor-* modulesPavel Šimerda2015-01-056-980/+334
* main: don't initialize the session monitorPavel Šimerda2015-01-051-5/+0
* session: switch code to nm_session_monitor_{,dis}connect()Pavel Šimerda2015-01-053-8/+37
* auth: remove session monitor argumentPavel Šimerda2015-01-056-13/+1
* session: switch code to nm_session_monitor_session_exists()Pavel Šimerda2015-01-055-29/+43
* session: merge nm-session-utils into nm-session-managerPavel Šimerda2015-01-057-70/+42
* consolekit: fix memory leak on errorPavel Šimerda2015-01-051-1/+1
* ifcfg-rh: refactor g_return statements in reader.cThomas Haller2015-01-021-12/+6
* ifcfg-rh: fix wireless_connection_from_ifcfg() to accept missing @error argumentThomas Haller2015-01-021-4/+7
* ifcfg-rh: avoid passing NULL error to connection_from_file_full()Lubomir Rintel2015-01-021-3/+8
* dns-manager: don't replace /etc/resolv.conf installed by other toolsPavel Šimerda2014-12-231-0/+35
* dns-manager: make /etc/resolv.conf a symlink to /run/NetworkManager/resolv.co...Pavel Šimerda2014-12-231-54/+57
* core: fix re-activation of connections on EXTERNAL_DOWN interfaces (bgo #741742)Dan Williams2014-12-191-29/+44
* ifcfg-rh/tests: remove unused variableThomas Haller2014-12-181-27/+8
* ifcfg-rh/tests: remove test artifact 'route6-Test_Write_Wired_Static'Thomas Haller2014-12-181-0/+3
* core: don't assume connection if device is EXTERNAL_DOWN (bgo #741694)Dan Williams2014-12-181-0/+1
* all: move STRLEN() macro to global header nm-utils-internal.hThomas Haller2014-12-183-3/+2
* logging: pass file:line as separate arguments to _nm_log()Thomas Haller2014-12-183-9/+11
* device: fix assertion in nm_device_slave_notify_release() logging the master ...Thomas Haller2014-12-181-1/+3
* ifcfg-rh/tests: drop out_*file args from connection_from_file_test()Dan Winship2014-12-183-272/+71
* ifcfg-rh/tests: removed unused connection_from_file_test() argsDan Winship2014-12-181-989/+199
* ifcfg-rh/tests: remove gratuituous checksDan Winship2014-12-181-27/+0
* ifcfg-rh: remove "ignore_error" arg from connection_from_file()Dan Winship2014-12-185-31/+17
* ifcfg-rh: split connection_from_file() / connection_from_file_test()Dan Winship2014-12-184-1095/+939
* core: fix setting initial EXTERNAL_DOWN unmanaged flag (bgo #725647) (rh #103...Dan Williams2014-12-181-4/+9
* trivial: add some debug messages on device destruction/removalDan Williams2014-12-182-0/+5
* core: don't bounce disable_ipv6 if NM IPv6LL wasn't enabled (bgo #740702)Dan Williams2014-12-171-1/+4
* platform/tests: for route tests, add test routes with a different metricThomas Haller2014-12-161-2/+4
* core: don't bring up devices using assumed connections (bgo #725647) (rh #103...dcbw/external-managed-iffup-rh1030947Dan Williams2014-12-161-16/+18
* core: don't manage externally created software devices until IFF_UP (rh #1030...Dan Williams2014-12-162-15/+73
* core: don't assume connections for INTERNAL or PARENT unmanaged devicesDan Williams2014-12-161-1/+3
* core: don't auto-launch logind (bgo #741572)Dan Williams2014-12-161-9/+44
* tests: fix NEGATIVE_RETURNS (CWE-394) in testsJiří Klimeš2014-12-151-1/+5
* ifcfg-rh: coverity complained about not checking stat() return valueJiří Klimeš2014-12-151-2/+4
* device: mute coverity CHECKED_RETURN (CWE-252)Jiří Klimeš2014-12-151-5/+7
* team: only proceed with stage2 when team device is STATE_PREPAREThomas Haller2014-12-121-3/+8
* core: better handle DHCP expiry/nak during initial lease acquisition (bgo #73...Dan Williams2014-12-124-10/+25
* utils: add missing va_end macro in nm_utils_uuid_generate_from_strings()Jiří Klimeš2014-12-121-0/+1
* core: fix attaching managed slaves to master devices (rh #1141266)Dan Williams2014-12-111-3/+4
* core: fix warning when releasing slaves on exit (rh #1169936)Dan Williams2014-12-111-1/+1
* core: clean up half-done IP operations when re-entering NEED_AUTH state (bgo ...Dan Williams2014-12-111-12/+27
* platform: Fix build with LIBNL_INET6_ADDR_GEN_MODELubomir Rintel2014-12-111-0/+3
* device: assume connections for device with slaveslr/bridge-rh1141266Lubomir Rintel2014-12-111-3/+5
* device: set the master on device additionLubomir Rintel2014-12-113-18/+50