summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* route-manager/test: add variations to test codeth/route-manager-bgo740064-v1Thomas Haller2015-03-291-6/+10
* fixup! route-manager: refactor route-manager and route_sync()Thomas Haller2015-03-291-141/+230
* route-manager: refactor route-manager and route_sync()Thomas Haller2015-03-292-261/+568
* util: add nm_utils_array_remove_at_indexes() functionThomas Haller2015-03-293-0/+175
* default-route-manager: cleanup logging macrosThomas Haller2015-03-291-4/+5
* default-route-manager: use NMPlatformVTableRouteThomas Haller2015-03-291-70/+38
* platform: add VTable to handle IPv4 and IPv6 routes genericallyThomas Haller2015-03-292-0/+108
* test: add option in nmtst_platform_ip4_routes_equal() to ignore orderingThomas Haller2015-03-293-12/+40
* route-manager/test: check for exact expected error messageThomas Haller2015-03-291-6/+6
* route-manager/test: fix usage of g_assert_expect_message()Thomas Haller2015-03-292-3/+3
* platform/test: clear host part of routes in fake platformThomas Haller2015-03-291-2/+2
* platform/test: fake platform must use nm-logging for reporting errorsThomas Haller2015-03-291-4/+4
* platform/test: split initialization of platform tests outThomas Haller2015-03-297-1/+34
* test: setup logging during nmtst_init_assert_logging()Thomas Haller2015-03-299-17/+29
* platform: don't write debug message to stderrThomas Haller2015-03-291-5/+12
* test: fix enabling DEBUG logging for testsThomas Haller2015-03-291-1/+1
* test: fix parsing of NMTST_SEED_RANDThomas Haller2015-03-291-1/+1
* test: change message about random seed in nmtstThomas Haller2015-03-291-1/+1
* contrib/fedora: update REQUIRED_PACKAGES file with perl-YAML packageThomas Haller2015-03-291-0/+1
* merge: respawn DNS plugin children if they quit unexpectedly (bgo #728342)Dan Williams2015-03-275-93/+131
|\
| * dns: refresh DNS if plugin child quits unexpectedly (bgo #728342)Dan Williams2015-03-271-1/+22
| * dns: ensure that update_dns() always returns a GError on failureDan Williams2015-03-274-63/+63
| * dns: refactor building IP config lists for plugins (bgo #728342)Dan Williams2015-03-271-27/+43
| * dns: kill plugin child synchronously to avoid restart race (rh #1161232) (bgo...Dan Williams2015-03-271-2/+3
|/
* merge: use dev_id when constructing interface identifiers (rh #1101809)Dan Williams2015-03-277-6/+85
|\
| * core: use dev_id when calculating the interface IPv6 IID (rh #1101809)Dan Williams2015-03-273-4/+18
| * platform: add nm_platform_link_get_dev_id()Dan Williams2015-03-274-1/+60
| * platform: update code documentation for nm_platform_link_get_physical_port_id()Dan Williams2015-03-271-1/+7
|/
* platform: prevent warning when udev is clueless about a deviceDan Williams2015-03-271-1/+1
* man: add an example to nmcli manual pageJiří Klimeš2015-03-261-0/+4
* libnm-util: allow 0.0.0.0/1 route in verify() (rh #1203904)Jiří Klimeš2015-03-242-10/+44
* dhcp: merge branch 'systemd-dhcp' into masterth/dhcpThomas Haller2015-03-2311-91/+176
|\
| * dhcp: update systemd DHCP codeThomas Haller2015-03-2311-89/+175
* | platform: merge branch 'lr/udev-unmanaged-fd731014'Lubomir Rintel2015-03-2317-61/+169
|\ \
| * | Revert "core: make veth devices default-unmanaged for now"lr/udev-unmanaged-fd731014Lubomir Rintel2015-03-231-1/+0
| * | data: move OLPC MESH udev rules away from calloutsLubomir Rintel2015-03-233-7/+4
| * | data: add udev rules to make emulated ethernet devices default unmanagedLubomir Rintel2015-03-232-0/+40
| * | platform: give the platform an opportunity to override default-unmanagedLubomir Rintel2015-03-236-1/+75
| * | platform: don't wait for udev device initializaton if there's no udevLubomir Rintel2015-03-237-53/+45
| * | contrib: ensure udev rules from RPM package are appliedLubomir Rintel2015-03-201-0/+6
|/ /
* | trivial: remove semicolon after macro definitionThomas Haller2015-03-201-1/+1
* | libnm/keyfile: sort keyfile entries and nm_connection_for_each_setting_value()Thomas Haller2015-03-204-71/+221
|\ \
| * | libnm: sort properties for nm_setting_enumerate_values()Thomas Haller2015-03-201-0/+35
| * | libnm: sort settings for nm_connection_for_each_setting_value()Thomas Haller2015-03-201-3/+41
| * | keyfile/test: refactor and cleanup _keyfile_convert()Thomas Haller2015-03-201-58/+113
| * | test: print connections as keyfile on failure of nmtst_assert_connection_equa...Thomas Haller2015-03-201-0/+18
| * | test: fix printing error in nmtst_assert_connection_equals()Thomas Haller2015-03-201-7/+10
| * | test: fix __NMTST_LOG() macro to allow format-string-only argumentThomas Haller2015-03-201-3/+4
|/ /
* | libnm: merge branch 'th/wep-key-bgo745890'Thomas Haller2015-03-2011-167/+30
|\ \
| * | libnm: accept unknown WEP key type in nm_utils_wep_key_valid()Thomas Haller2015-03-203-5/+22