summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* platform: merge setup_devices() function into constructed()jk/master-testThomas Haller2015-05-264-19/+12
* libnm,dbus-helpers: include glib-compat for g_test_initialized()Lubomir Rintel2015-05-261-0/+2
* merge: branch 'lr/tap-tests' (bgo #749375)Lubomir Rintel2015-05-2632-214/+243
|\
| * tests: don't try to connect to the private socketlr/tap-testsLubomir Rintel2015-05-261-2/+3
| * tests: be a bit more helpful when valgrind tests failLubomir Rintel2015-05-261-1/+13
| * tests: use the TAP formatterLubomir Rintel2015-05-2619-3/+37
| * build: switch to parallel test harnessLubomir Rintel2015-05-264-17/+6
| * tests: call g_test_run() even when skipping the testLubomir Rintel2015-05-263-5/+2
| * tests: always spawn private d-busLubomir Rintel2015-05-263-15/+9
| * tests: move all asserts into testsLubomir Rintel2015-05-266-171/+173
|/
* dns: fall back to writing resolv.conf when other methods are not availableBeniamino Galvani2015-05-261-30/+46
* po: update Occitan (oc) translation (bgo #749754)Cédric Valmary2015-05-251-89/+6395
* test: include "nm-keyfile-internal.h" for tests under src/Thomas Haller2015-05-201-1/+3
* libnm/test: include "nm-keyfile-internal.h" in test-general.cThomas Haller2015-05-201-0/+1
* libnm: fix libnm.ver by putting new symbols into appropriate sectionThomas Haller2015-05-201-6/+6
* libnm: enforce that "nm-utils-private.h" header is not used inside src/Thomas Haller2015-05-202-0/+8
* libnm: rename DNSOptionDesc and @dns_option_descs to have an "nm"-prefixThomas Haller2015-05-206-13/+13
* libnm: move internal dns-option helpers to "nm-core-internal.h"Thomas Haller2015-05-207-17/+22
* systemd: fix build with toolchains not exporting CLOCK_BOOTTIMEDan Williams2015-05-191-0/+9
* merge: more isolated pieces of dcbw/devices-for-all (bgo #749401)Dan Williams2015-05-1911-95/+256
|\
| * 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
* libnm: fix nm_vpn_plugin_old_set_connection() for connection == NULLJiří Klimeš2015-05-191-1/+2
* libnm: NMVpnPluginOld: return service name as const string in need_secrets()Jiří Klimeš2015-05-192-3/+2
* libnm: fix NMVpnPluginOld registering VPN serviceJiří Klimeš2015-05-191-2/+2
* 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: merge branch 'th/keyfile-owner-check-bgo701112'Thomas Haller2015-05-196-5/+97
|\
| * 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-193-0/+80
|/
* merge: add scripts for importing VPN configurations for NM (bgo #744260)Jiří Klimeš2015-05-193-0/+1110
|\
| * contrib/scripts: fix importing 'remote' and 'remote-random' options for openvpnJiří Klimeš2015-05-191-7/+14
| * contrib/scripts: nm-import-openconnect - script for importing OpenConnect VPN...Jiří Klimeš2015-05-191-0/+277
| * contrib/scripts: nm-import-vpnc - script for importing Cisco VPN configs to NMJiří Klimeš2015-05-191-0/+432
| * contrib/scripts: nm-import-openvpn - script for importing OpenVPN configs to NMJiří Klimeš2015-05-191-0/+394
|/
* examples: add DBus + Python example for starting/stopping a WiFi hotspotDan Williams2015-05-181-0/+112
* device: fix wrong assert in NMDeviceFactoryThomas Haller2015-05-181-1/+3
* po: update Turkish (tr) translation (bgo #749503)Muhammet Kara2015-05-181-2378/+2599
* ifcfg-rh/tests: add missing file to EXTRA_DISTBeniamino Galvani2015-05-141-1/+2
* dns: merge branch 'bg/dns-options-rh1200131'Beniamino Galvani2015-05-1321-126/+1530
|\
| * 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
| * libnm-core/trivial: rename 'i' function argument to 'idx'Beniamino Galvani2015-05-133-76/+76