summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! rdisc: split fake & linux test code; add testcasesdcbw/rh1207730-rdisc-fixesThomas Haller2015-04-301-3/+10
* fixup! rdisc: split fake & linux test code; add testcasesThomas Haller2015-04-301-0/+5
* test: add nmtst_test_quick()Thomas Haller2015-04-301-3/+45
* test: add EXIT_SKIP defineThomas Haller2015-04-301-0/+3
* fixup! rdisc: split fake & linux test code; add testcasesDan Williams2015-04-292-6/+6
* fixup! rdisc: fix double-addition of gateways & routes if priority increasesDan Williams2015-04-291-19/+31
* fixup! rdisc: split fake & linux test code; add testcasesThomas Haller2015-04-292-13/+10
* rdisc: prevent solicitation loop for expiring DNS information (rh #1207730) (...Dan Williams2015-04-294-2/+112
* rdisc: fix double-addition of gateways & routes if priority increasesDan Williams2015-04-292-12/+102
* rdisc: split fake & linux test code; add testcasesDan Williams2015-04-295-109/+630
* rdisc: fix leak of DNS domainsDan Williams2015-04-291-1/+7
* rdisc: move most RA processing logic into base classDan Williams2015-04-296-473/+604
* rdisc: add missing chain up to parent finalize/disposeDan Williams2015-04-292-0/+4
* 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