summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bond: merge branch 'jk/numeric-bond-modes-nm-1-0' into nm-1-0danw/nm-1-0Dan Winship2015-01-218-13/+150
|\
| * ifcfg-rh: add a testcase for numeric bonding mode values in BONDING_OPTSJiří Klimeš2015-01-214-1/+40
| * bond: normalize bond mode to string notation (rh #1171009)Jiří Klimeš2015-01-212-3/+41
| * libnm-core: accept numeric bond modes (bgo #704666) (rh #1133544)Jiří Klimeš2015-01-211-10/+5
| * utils: add functions for converting string <-> numeric bonding modesDan Winship2015-01-212-0/+65
|/
* libnm-core, libnm-util: belatedly update NM_VERSION_CUR_STABLEDan Winship2015-01-212-2/+2
* cli: add description for certificate properties in editor (rh #1182575)Jiří Klimeš2015-01-201-5/+44
* core: show better error for software device creation failures (rh #1182923)Jiří Klimeš2015-01-201-15/+45
* libnm-core: fix compile error in set_property_from_dbus() for missing return ...Thomas Haller2015-01-201-1/+1
* libnm-core: merge branch 'validate-proptype-nm-1-0' into nm-1-0Dan Winship2015-01-162-20/+232
|\
| * libnm-core: validate property types from D-Bus (rh #1182567)Dan Winship2015-01-162-7/+225
| * libnm-core: simplify _nm_setting_new_from_dbus()Dan Winship2015-01-161-9/+1
| * libnm-core: fix a leak in _nm_setting_new_from_dbus()Dan Winship2015-01-161-4/+6
|/
* connectivity: fix compile error no WITH_CONCHECKThomas Haller2015-01-161-0/+2
* platform: avoid storing unknown netlink object types (bgo #742928)Aleksander Morgado2015-01-151-1/+44
* platform: don't read past end of address array (bgo #742937)Dan Williams2015-01-151-1/+8
* connectivity: merge branch 'connectivity-nm-1-0' into nm-1-0Dan Winship2015-01-152-24/+57
|\
| * connectivity: avoid redundant connectivity checksDan Winship2015-01-151-9/+17
| * connectivity: simplify redundant codeDan Winship2015-01-152-5/+5
| * connectivity: fix manager state during connectivity check (bgo #742823)Dan Winship2015-01-151-9/+5
| * connectivity: improve debug loggingDan Winship2015-01-151-1/+30
|/
* ifcfg-rh: update test files not to use obsolete GATEWAY<n> variablesJiří Klimeš2015-01-156-7/+50
* man: add description of BOOTPROTO to nm-settings-ifcfg-rh manpageJiří Klimeš2015-01-151-1/+11
* ifcfg-rh: read custom IP address for shared connections (rh #1174632)Jiří Klimeš2015-01-154-3/+76
* ifcfg-rh: merge branch 'policy-based-routing-nm-1-0' into nm-1-0Dan Winship2015-01-1425-146/+268
|\
| * ifcfg-rh: allow handling complex routing rules via dispatcher (rh #1160013)Dan Winship2015-01-149-17/+95
| * settings: make nm_settings_connection_replace_and_commit() virtualDan Winship2015-01-142-8/+23
| * dispatcher: pass CONNECTION_FILENAME to dispatcher scriptsDan Winship2015-01-149-0/+31
| * settings: add NMSettingsConnection:filenameDan Winship2015-01-148-121/+119
|/
* ifcfg-rh: merge branch 'devtimeout-nm-1-0' into nm-1-0Dan Winship2015-01-148-5/+253
|\
| * ifcfg-rh: handle DEVTIMEOUT property (rh #1171917)Dan Winship2015-01-143-1/+135
| * core: allow connections to participate in NMManager:startup-completeDan Winship2015-01-145-4/+118
|/
* ifcfg-rh: fix wireless_connection_from_ifcfg() to accept missing @error argumentThomas Haller2015-01-141-4/+7
* ifcfg-rh: merge branch 'ifcfg-rh-cleanup-nm-1-0' into nm-1-0 (bgo #741659)Dan Winship2015-01-146-1868/+680
|\
| * ifcfg-rh/tests: drop out_*file args from connection_from_file_test()Dan Winship2015-01-143-272/+71
| * ifcfg-rh/tests: removed unused connection_from_file_test() argsDan Winship2015-01-141-989/+199
| * ifcfg-rh/tests: remove gratuituous checksDan Winship2015-01-141-27/+0
| * ifcfg-rh: remove "ignore_error" arg from connection_from_file()Dan Winship2015-01-145-31/+17
| * ifcfg-rh: split connection_from_file() / connection_from_file_test()Dan Winship2015-01-144-1095/+939
|/
* ifnet: fix a crash in ifnet settings plugin (bgo #737645)Jiří Klimeš2015-01-132-2/+6
* platform: fix draining of the event queue with old libnl (rh #1180773)Lubomir Rintel2015-01-121-0/+6
* 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
|/
* core: merge branch 'th/route-fixes-bgo741871'Thomas Haller2015-01-128-6/+75
|\
| * platform: workaround deletion of IPv4 route with metric 0Thomas Haller2015-01-121-0/+13
| * platform: route_search_cache() should not treat a metric 0 as "any" routeThomas Haller2015-01-121-1/+1