summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release: add CVE-2015-2924 to the NEWSlr/nm-1-0-2Lubomir Rintel2015-04-301-0/+2
* release: bump version to 1.0.2Lubomir Rintel2015-04-291-1/+1
* build: don't drop libnm-util/nm-version.h on cleanLubomir Rintel2015-04-291-2/+1
* build: work around automake-1.15 & intltool complaining about translations in...Lubomir Rintel2015-04-291-0/+2
* merge branch 'logging-refact' into nm-1-0Thomas Haller2015-04-297-27/+41
|\
| * logging: use _nm_log() to avoid duplicate check of whether logging is enabledThomas Haller2015-04-292-6/+6
| * logging: add logging macro _nm_log() that logs unconditionallyThomas Haller2015-04-291-1/+9
| * logging/trivial: rename _nm_log() to _nm_log_impl()Thomas Haller2015-04-293-18/+18
| * logging: ensure that the first argument of the logging statement is a C stringThomas Haller2015-04-291-1/+1
| * logging: always pass a static format string to logging functionsThomas Haller2015-04-291-2/+2
| * ibft/logging: don't localize logging stagementsThomas Haller2015-04-291-3/+3
| * logging: add error argument to _nm_log() to support "%m" format specifierThomas Haller2015-04-293-3/+9
|/
* platform: don't accept lowering IPv6 hop-limit from RA (CVE-2015-2924)Thomas Haller2015-04-294-16/+38
* platform: use driver name to detect IBM z-System CTC devices (rh #1212118)Jiří Klimeš2015-04-291-4/+3
* 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
* release: update NEWSLubomir Rintel2015-04-241-0/+42
* 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
* libnm,core: don't mix up enum typesLubomir Rintel2015-04-234-4/+4
* cli: fix allowed slave-typesJiří Klimeš2015-04-221-1/+1
* core: add "fatal-warnings" option to NM_DEBUGThomas Haller2015-04-212-9/+24
* platform: load libnl-3.so.200, not libnl-3.so (rh #1205195)Jiří Klimeš2015-04-211-1/+1
* cli: better indicate when a Wi-Fi plugin might not be available (rh #1168573)Jiří Klimeš2015-04-201-44/+58
* cli: add PHYS_PORT_ID property to devicesJiří Klimeš2015-04-201-7/+10
* valgrind: fix suppressions for glib for Fedora 21Thomas Haller2015-04-171-0/+11
* valgrind: add comment to suppressions fileThomas Haller2015-04-171-0/+6
* dispatcher: fix memleak in construct_device_dhcp4_items()Dan Williams2015-04-171-0/+1
* dispatcher: remove "old" from the test namesDan Winship2015-04-176-21/+21
* contrib/rpm: add comment to NetworkManager.conf fileThomas Haller2015-04-171-0/+13
* device: use "new-activation" reason when deactivating for another activationLubomir Rintel2015-04-141-1/+1
* device,libnm,cli: add "new-activation" reason for device state changeLubomir Rintel2015-04-144-0/+8
* device: translate NM_DEVICE_STATE_REASON_UNKNOWN to "unknown"Lubomir Rintel2015-04-141-0/+1
* test: print NMTST_SEED_RAND value with g_print()Thomas Haller2015-04-101-1/+1
* test: fix compiler warning in g_test_assert_expected_messages_internal()Thomas Haller2015-04-101-2/+7
* test: log message at g_test_assert_expected_messages()Thomas Haller2015-04-101-2/+14
* tests: check for no pending expected_messages on exit of testsThomas Haller2015-04-101-7/+8
* test: add description of test behavior to nm-test-utils.hThomas Haller2015-04-101-0/+54
* wifi: indicate 2ghz and 5ghz wifi device capabilitiesBeniamino Galvani2015-04-097-5/+65
* default-route-manager: cleanup logging macrosThomas Haller2015-04-091-4/+5
* default-route-manager: use NMPlatformVTableRouteThomas Haller2015-04-091-70/+38
* platform: add VTable to handle IPv4 and IPv6 routes genericallyThomas Haller2015-04-092-0/+108
* test: add option in nmtst_platform_ip4_routes_equal() to ignore orderingThomas Haller2015-04-092-4/+32