summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* tests: call g_test_run() even when skipping the testLubomir Rintel2015-05-262-2/+2
* tests: move all asserts into testsLubomir Rintel2015-05-261-12/+23
* dns: fall back to writing resolv.conf when other methods are not availableBeniamino Galvani2015-05-261-30/+46
* libnm: enforce that "nm-utils-private.h" header is not used inside src/Thomas Haller2015-05-201-0/+4
* libnm: rename DNSOptionDesc and @dns_option_descs to have an "nm"-prefixThomas Haller2015-05-202-2/+2
* libnm: move internal dns-option helpers to "nm-core-internal.h"Thomas Haller2015-05-204-4/+4
* systemd: fix build with toolchains not exporting CLOCK_BOOTTIMEDan Williams2015-05-191-0/+9
* core: rearrange some VLAN code and clean up dispose()Dan Williams2015-05-191-44/+33
* platform: move InfiniBand property reading into the platform and prefer netlinkDan Williams2015-05-195-16/+168
* core: earlier software capability detectionDan Williams2015-05-196-21/+39
* core: check duplicate devices by interface name not UDIDan Williams2015-05-191-15/+17
* connectivity: use default on missing connectivity.interval configThomas Haller2015-05-193-4/+13
* config: return internal field directly in nm_config_data_get_connectivity_int...Thomas Haller2015-05-191-1/+1
* config: minor fix in read_entire_config()Thomas Haller2015-05-191-2/+1
* dns: don't update error when writing private resolv.confBeniamino Galvani2015-05-191-4/+2
* dns: accept NULL error argument in update_resolv_conf()Beniamino Galvani2015-05-191-5/+4
* core: replace g_test_initialized() by nm_utils_get_testing()Thomas Haller2015-05-191-1/+2
* keyfile: readd owner check of files (bgo #701112)Thomas Haller2015-05-193-4/+15
* core/tests: add nm_utils_get_testing() functionThomas Haller2015-05-192-0/+71
* device: fix wrong assert in NMDeviceFactoryThomas Haller2015-05-181-1/+3
* ifcfg-rh/tests: add missing file to EXTRA_DISTBeniamino Galvani2015-05-141-1/+2
* ifcfg-rh: use GLib test functions in new testcases for DNS optionsBeniamino Galvani2015-05-131-60/+17
* ifcfg-rh/tests: add tests for RES_OPTIONS parsingBeniamino Galvani2015-05-132-0/+219
* core: capture DNS options from resolv.confBeniamino Galvani2015-05-137-16/+192
* ifcfg-rh: support RES_OPTIONSBeniamino Galvani2015-05-132-0/+103
* dns-manager: add support for DNS optionsBeniamino Galvani2015-05-131-8/+54
* core: add DNS options property to NMIP4Config and NMIP6ConfigBeniamino Galvani2015-05-134-2/+296
* platform/test: include call location in signal assertionsThomas Haller2015-05-132-21/+29
* platform/test: make asserting signals more flexibleThomas Haller2015-05-134-29/+37
* route-manager/test: fix missing initialization of temporary variables on stackThomas Haller2015-05-131-3/+3
* platform: fix nm_platform_link_cmp() to consider ifindexThomas Haller2015-05-131-0/+1
* platform: fix memleak in link_delete()Thomas Haller2015-05-131-1/+1
* device: set Ethernet MTU for PPPoE connections in stage2/configBeniamino Galvani2015-05-131-0/+23
* Revert "ppp-manager: don't use kernel pppoe (rh #1034860, rh #1061641)"Dan Williams2015-05-131-33/+12
* device: set MTU on IP interfaceBeniamino Galvani2015-05-131-1/+1
* core: fix compile error due to missing pointer castThomas Haller2015-05-131-1/+1
* manager: AddAndActivateConnection(): don't save until the connection is activ...Lubomir Rintel2015-05-122-3/+5
* core: use explict NMLogDomain enum instead of intThomas Haller2015-05-123-12/+14
* platform/test: fix valgrind warning about NULL arguments to mount()Thomas Haller2015-05-121-2/+2
* device: fix configuring static ip addressesThomas Haller2015-05-111-5/+4
* linux-platforms: don't enumerate devices via udev if udevd is not runningLubomir Rintel2015-05-111-5/+7
* platform/test: unshare the netns namespace so that root tests don't mess with...Lubomir Rintel2015-05-111-0/+38
* build: re-add a line accidentally removed by the last mergeLubomir Rintel2015-05-111-0/+1
* ipv4ll: use internal implementationBeniamino Galvani2015-05-116-162/+74
* device: fix device state transition after IPv4LL failureBeniamino Galvani2015-05-111-9/+11
* device/trivial: move nm_device_check_ip_failed()Beniamino Galvani2015-05-111-36/+36
* device/trivial: rename 'aipd' and 'autoip4' to 'ipv4ll'Beniamino Galvani2015-05-113-45/+45
* systemd: ensure every file includes 'nm-sd-adapt.h' firstBeniamino Galvani2015-05-115-0/+11
* device: make sure NMDevice doesn't vanish halfway through applying configurationLubomir Rintel2015-05-111-0/+3
* systemd: merge branch 'systemd'Beniamino Galvani2015-05-1111-370/+1172
|\