summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * keyfile: cleanup loggingThomas Haller2015-01-132-11/+26
| * keyfile: read_connections() must skip duplicate connectionsThomas Haller2015-01-131-10/+72
| * keyfile: merge update_connection() and new_connection()Thomas Haller2015-01-131-102/+90
| * keyfile/trival: move codeThomas Haller2015-01-131-17/+17
| * keyfile: simplify g_return() checks for _internal_write_connection()Thomas Haller2015-01-131-5/+2
| * settings: log connection diffs in replace_settings only where appropriateThomas Haller2015-01-1310-4/+16
| * settings: no need to check nm_connection_compare() before nm_settings_connect...Thomas Haller2015-01-131-5/+3
| * settings: fix wrong assertions for calling nm_settings_connection_replace_set...Thomas Haller2015-01-133-4/+8
| * core: log object type in nm_utils_log_connection_diff()Thomas Haller2015-01-131-4/+4
| * core: log ignored property notification with level TRACEThomas Haller2015-01-131-2/+2
|/
* ifnet: fix a crash in ifnet settings plugin (bgo #737645)Jiří Klimeš2015-01-132-2/+6
* merge: accept numeric bonding modes (bgo #704666) (rh #1133544) (rh #1171009)Jiří Klimeš2015-01-139-14/+152
|\
| * ifcfg-rh: add a testcase for numeric bonding mode values in BONDING_OPTSJiří Klimeš2015-01-134-1/+40
| * bond: normalize bond mode to string notation (rh #1171009)Jiří Klimeš2015-01-132-3/+41
| * libnm-core: accept numeric bond modes (bgo #704666) (rh #1133544)Jiří Klimeš2015-01-131-10/+5
| * utils: add functions for converting string <-> numeric bonding modesJiří Klimeš2015-01-133-1/+67
|/
* platform: merge branch 'th/route-fixes-bgo741871-v2'Thomas Haller2015-01-126-7/+206
|\
| * platform: suppress change event when deleting IPv4 route with metric 0Thomas Haller2015-01-123-4/+13
| * platform/tests: add test for deleting IPv4 route with metric 0Thomas Haller2015-01-121-0/+70
| * platform/tests: use assert_ip4_route_exists() functionThomas Haller2015-01-121-5/+5
| * platform/tests: add ip4_route_exists() test functionThomas Haller2015-01-122-0/+112
| * platform/tests: fix errors in fake platform handling route metricsThomas Haller2015-01-121-0/+8
|/
* platform: fix draining of the event queue with old libnl (rh #1180773)Lubomir Rintel2015-01-121-0/+6
* core: ensure manager state is updated on resume with connectivity checking en...Dan Williams2015-01-121-3/+2
* settings: fix up bad mergeLubomir Rintel2015-01-122-8/+2
* dispatcher: merge branch 'danw/policy-based-routing-rh1160013'Dan Winship2015-01-1225-141/+269
|\
| * ifcfg-rh: allow handling complex routing rules via dispatcher (rh #1160013)Dan Winship2015-01-129-17/+95
| * settings: make nm_settings_connection_replace_and_commit() virtualDan Winship2015-01-122-8/+23
| * dispatcher: pass CONNECTION_FILENAME to dispatcher scriptsDan Winship2015-01-129-0/+31
| * settings: add NMSettingsConnection:filenameDan Winship2015-01-128-116/+120
|/
* keyfile: retry harder finding a suitable filename in writer()Thomas Haller2015-01-121-14/+24
* core: merge branch 'th/singleton-bgo742450'Thomas Haller2015-01-1224-259/+176
|\
| * dbus: destroy singleton instance of NMDBusManager on exitThomas Haller2015-01-122-8/+6
| * auth: destroy singleton instance of NMAuthManager on exitThomas Haller2015-01-121-16/+6
| * core: use NM_DEFINE_SINGLETON_GETTER() macroThomas Haller2015-01-122-23/+2
| * core: declare nm_agent_manager_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-01-124-45/+48
| * core: declare nm_supplicant_manager_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-01-124-22/+4
| * core: declare nm_session_monitor_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-01-121-9/+2
| * core: declare nm_firewall_manager_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-01-122-18/+1
| * core: declare nm_inotify_helper_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-01-121-23/+20
| * core: declare nm_vpn_manager_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-01-123-19/+2
| * core: declare nm_dhcp_manager_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-01-123-21/+2
| * core: declare nm_dns_manager_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-01-123-19/+3
| * core: declare nm_sleep_monitor_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-01-123-26/+10
| * core/trivial: rename singleton variables according to default nameThomas Haller2015-01-124-28/+28
| * all: add macro NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-01-121-0/+60
|/
* trivial: whitespace fixThomas Haller2015-01-111-1/+1
* core: merge branch 'th/route-fixes-bgo741871'Thomas Haller2015-01-118-6/+75
|\
| * platform: workaround deletion of IPv4 route with metric 0Thomas Haller2015-01-111-0/+13
| * platform: route_search_cache() should not treat a metric 0 as "any" routeThomas Haller2015-01-111-1/+1