summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! dns: don't override DHCP-supplied search order with domain (rh #1202539)bg/dns-searches-rh1202539Beniamino Galvani2015-04-301-12/+15
* dns: don't override DHCP-supplied search order with domain (rh #1202539)Beniamino Galvani2015-04-301-12/+15
* platform: use driver name to detect IBM z-System CTC devices (rh #1212118)Jiří Klimeš2015-04-291-4/+3
* wifi/libnm: merge branch 'mtl/wifi-ap-last-seen'Thomas Haller2015-04-2912-7/+210
|\
| * libnm: add Wi-Fi AP 'last-seen' propertyDan Williams2015-04-293-0/+46
| * wifi: expose the last_seen property for a NMAccessPointMathieu Trudel-Lapierre2015-04-296-2/+78
| * core: add nm_utils_monotonic_timestamp_as_boottime() functionThomas Haller2015-04-293-5/+86
|/
* utils: add nm_clear_g_source() helperThomas Haller2015-04-281-0/+13
* platform: ignore routes with non-zero TOSThomas Haller2015-04-281-2/+3
* libnm: set error when failing registration of old secret agentLubomir Rintel2015-04-281-1/+1
* nm-iface-helper: set last_config properlyDavid Ward2015-04-271-8/+6
* settings,manager: merge branch 'lr/james-bond-rh1183424'Lubomir Rintel2015-04-276-11/+119
|\
| * settings: remove 'do_export' argument from claim_connection()lr/james-bond-rh1183424Dan Williams2015-04-271-8/+5
| * settings/dbus: harden connection removal and object unexportDan Williams2015-04-272-2/+14
| * manager: don't try to delete generated connection if it's already goneLubomir Rintel2015-04-271-1/+2
| * nm-settings: add nm_settings_has_connection()Lubomir Rintel2015-04-272-0/+17
| * utils: match a cloned mac address with a connection that does not specify itLubomir Rintel2015-04-272-0/+81
|/
* logging: define _LOGT() macro to check valid argumentsThomas Haller2015-04-242-3/+3
* dbus-manager: harden registering/unregistering objectDan Williams2015-04-231-4/+8
* ifcfg-rh: don't try to read DEVTIMEOUT from file for in-memory connectionsLubomir Rintel2015-04-231-1/+5
* core: refactor nm_ethernet_address_is_valid() and reject invalid addressesThomas Haller2015-04-232-25/+28
* core/test: add test for nm_ethernet_address_is_valid()Thomas Haller2015-04-231-0/+25
* wifi: avoid assertion in request_wireless_scan() passing NULL to nm_utils_ssi...Thomas Haller2015-04-231-1/+3
* platform: remove wrong assertionThomas Haller2015-04-231-1/+0
* cli: stop waiting for deactivation if device reaches unmanaged stateLubomir Rintel2015-04-231-3/+3
* build/trivial: reorder and break lines in Makefile.amThomas Haller2015-04-221-2/+9
* platform: merge branch 'th/platform-div-bgo748131'Thomas Haller2015-04-225-108/+140
|\
| * platform: add NM_PLATFORM_SIGNAL_NONE enum valueThomas Haller2015-04-221-0/+1
| * platform: refactor detection of support_user_ipv6llThomas Haller2015-04-221-44/+57
| * platform: don't assert against success of nl_msg_parse()Thomas Haller2015-04-221-1/+2
| * platform: use new _LOG() logging macros in nm-linux-platform.cThomas Haller2015-04-221-3/+3
| * platform: add _LOG() logging macros to linux platformThomas Haller2015-04-221-0/+42
| * platform: add nm_platform_try_get() functionThomas Haller2015-04-222-0/+7
| * platform: drop nm_platform_free() and register weak-refThomas Haller2015-04-223-19/+8
| * platform: drop virtual setup() initalization functionThomas Haller2015-04-223-25/+8
| * platform: pass singleton instance to nm_platform_setup()Thomas Haller2015-04-224-12/+8
| * platform: initialize NMLinuxPlatform in constructed() methodThomas Haller2015-04-222-9/+9
|/
* logging: use _nm_log() to avoid duplicate check of whether logging is enabledThomas Haller2015-04-223-9/+9
* logging: add logging macro _nm_log() that logs unconditionallyThomas Haller2015-04-221-1/+9
* logging/trivial: rename _nm_log() to _nm_log_impl()Thomas Haller2015-04-223-18/+18
* logging: ensure that the first argument of the logging statement is a C stringThomas Haller2015-04-221-1/+1
* logging: always pass a static format string to logging functionsThomas Haller2015-04-221-2/+2
* ibft/logging: don't localize logging stagementsThomas Haller2015-04-221-3/+3
* nm-ip[64]-config: set ifindex when replacing a duplicate routeLubomir Rintel2015-04-222-0/+2
* cli: fix allowed slave-typesJiří Klimeš2015-04-221-1/+1
* platform/test: refactor detection of root-testThomas Haller2015-04-213-6/+13
* platform: pass @platform instance to build_rtnl_addr()Thomas Haller2015-04-211-7/+8
* platform: add self argument to platform functionsThomas Haller2015-04-2146-1017/+1206
* trivial: fix spelling in commentsThomas Haller2015-04-202-5/+5
* merge: add new nm-plugin-missing property for devices (bgo #747851)Jiří Klimeš2015-04-208-45/+153
|\