summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * cli: add NM-PLUGIN-MISSING to devicesJiří Klimeš2015-04-201-10/+12
| * core: set nm-plugin-missing device propertyJiří Klimeš2015-04-201-0/+4
| * libnm: add nm-plugin-missing property indicating NM device plugin not availableJiří Klimeš2015-04-203-0/+43
| * device: add nm-plugin-missing property indicating NM device plugin not availableJiří Klimeš2015-04-203-0/+45
| * cli: better indicate when a Wi-Fi plugin might not be available (rh #1168573)Jiří Klimeš2015-04-201-44/+58
|/
* core: (trivial) fix spelling in commentsJiří Klimeš2015-04-203-9/+9
* core: merge branch 'th/reduce-info-logging-rh1212196'Thomas Haller2015-04-1817-73/+68
|\
| * device/logging: downgrade log level of "Activation: Stage x of 5" messagesThomas Haller2015-04-181-39/+27
| * core/logging: reduce info logging messages for devicesThomas Haller2015-04-182-6/+10
| * device/logging: log connection UUID when activating connectionThomas Haller2015-04-181-2/+3
| * core/logging: adjust log line about loading setting pluginsThomas Haller2015-04-181-1/+1
| * core/logging: downgrade some <info> loggings to <debug>Thomas Haller2015-04-182-2/+2