summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dispatcher: repeat waitpid() call on EINTRth/waitpid-bgo748885Thomas Haller2015-05-051-3/+6
* dns-manager: fail dns config if netconfig exits with non-zero statusThomas Haller2015-05-051-0/+7
* dns-manager: use nm_utils_kill_child_sync() to wait for netconfig to exitThomas Haller2015-05-051-19/+10
* utils: preserve errno in nm_utils_kill_child_sync()Thomas Haller2015-05-051-1/+4
* cli: (trivial) move DEFINE_SETTER_STR_LIST_MULTI to the right placeJiří Klimeš2015-05-051-9/+12
* platform: fix memleak in build_rtnl_addr() using wrong put() methodThomas Haller2015-05-051-1/+1
* po: updated Ukranian translation (bgo #748905)Yuri Chornoivan2015-05-041-1279/+1799
* valgrind: add libnl suppressionThomas Haller2015-05-041-0/+52
* platform: re-enable the platform link testThomas Haller2015-05-041-0/+1
* platform: fix root-tests after adding link detection without udevThomas Haller2015-05-046-38/+15
* platform: keep udev-device in udev_device_added() even if there is no netlink...Thomas Haller2015-05-041-4/+4
* fix typo and do not translate an empty stringYuri Chornoivan2015-05-043-3/+3
* test/trivial: use new EXIT_SKIP return value instead of 77Thomas Haller2015-05-041-1/+1
* dns-manager: fix missing includeThomas Haller2015-05-041-0/+1
* dns: merge branch 'bg/resolv-conf-bgo747821'Beniamino Galvani2015-05-047-33/+160
|\
| * man: document 'rc-manager' optionbg/resolv-conf-bgo747821Beniamino Galvani2015-05-041-0/+14
| * dns: allow runtime selection of resolv.conf managerBeniamino Galvani2015-05-046-21/+111
| * dns: don't fall back to other methods when resolvconf or netconfig failBeniamino Galvani2015-05-041-16/+9
| * dns: always write a private resolv.conf to runtime directoryBeniamino Galvani2015-05-041-17/+47
|/
* test: fix parsing of command line arguments for setting nmtst_test_quick()Thomas Haller2015-05-041-7/+8
* trivial: update .gitignore for new rdisc testsDan Williams2015-05-011-0/+2
* merge: fix continuous router solicitation loop issue with DNS expiry (rh #120...Dan Williams2015-05-0111-519/+1447
|\
| * rdisc: prevent solicitation loop for expiring DNS information (rh #1207730) (...Dan Williams2015-05-014-2/+112
| * rdisc: fix double-addition of gateways & routes if priority increasesDan Williams2015-05-012-29/+131
| * rdisc: split fake & linux test code; add testcasesDan Williams2015-05-015-118/+648
| * rdisc: fix leak of DNS domainsDan Williams2015-05-011-1/+7
| * rdisc: move most RA processing logic into base classDan Williams2015-05-016-473/+604
| * rdisc: add missing chain up to parent finalize/disposeDan Williams2015-05-012-0/+4
| * test: add nmtst_test_quick()Thomas Haller2015-05-011-3/+45
| * test: add EXIT_SKIP defineThomas Haller2015-05-011-0/+3
* | Revert "core: treat ECHILD as child already terminated"Thomas Haller2015-05-011-1/+1
|/
* merge: don't wait for udev before announcing links; other cleanups (bgo #7476...Dan Williams2015-05-0120-377/+446
|\
| * platform: intern driver string for NMPlatformLinkThomas Haller2015-05-013-13/+14
| * platform: refactor extraction of type-name for linkThomas Haller2015-05-016-41/+66
| * platform: expose nm_link_type_to_string() functionThomas Haller2015-05-012-1/+3
| * core: treat ECHILD as child already terminatedDan Williams2015-05-011-1/+1
| * platform: detect TUN/TAP device in link_extract_type() independently of platf...Thomas Haller2015-05-011-4/+10
| * core: remove G_GNUC_WARN_UNUSED_RESULT from ASSERT_VALID_PATH_COMPONENT()Thomas Haller2015-05-011-1/+1
| * core: change activation failure messages to debug levelDan Williams2015-05-011-3/+3
| * platform: rework link type detection for better fallback (bgo #743209)Dan Williams2015-05-013-80/+59
| * platform: refactor link-type to string conversionDan Williams2015-05-011-36/+72
| * platform: don't wait for udev before announcing linksDan Williams2015-05-018-95/+113
| * core: add generic NMDevice function to recheck availabilityDan Williams2015-05-016-90/+91
| * platform: don't use udev for link type determinationDan Williams2015-05-013-46/+47
|/
* 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
* 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
|/