summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm: NMVpnPluginOld fixesjk/libnm-nm-vpn-plugin-old-fixesJiří Klimeš2015-05-291-21/+32
* merge: increase 'max_replies_per_connection' limit in D-Bus configurationJiří Klimeš2015-05-292-0/+11
|\
| * libnm-glib: print a bold warning about reaching a D-Bus limitJiří Klimeš2015-05-291-0/+9
| * dbus: increase 'max_replies_per_connection' limit in D-Bus configurationJiří Klimeš2015-05-291-0/+2
|/
* builds: only enable TAP driver for glib >= 2.37.6Lubomir Rintel2015-05-2818-35/+5
* nm-import-openvpn: import 'float' OpenVPN optionJiří Klimeš2015-05-281-0/+1
* build: support runstatedir configure optionPavel Šimerda2015-05-284-4/+9
* merge: offer valid values for enum-style properties in nmcli (rh #1034126)Jiří Klimeš2015-05-285-93/+219
|\
| * cli: TAB-completion for enum-style property values (rh #1034126)Jiří Klimeš2015-05-281-45/+170
| * cli: add missing nmc_property_802_1X_allowed_eap() functionJiří Klimeš2015-05-281-2/+5
| * cli: change function for allowed values to return array of stringsJiří Klimeš2015-05-283-39/+28
| * cli: add @brackets parameter to nmc_util_strv_for_displayJiří Klimeš2015-05-283-5/+7
| * cli: print valid-values hint in property menu for empty "set" commandJiří Klimeš2015-05-281-2/+9
|/
* core/cli: add missing device state-reason to string conversionsJiří Klimeš2015-05-272-0/+8
* device: log the device we were searching in udevJiří Klimeš2015-05-271-3/+5
* Partially revert "dhcp: gracefully recover from failed DHCP BOUND state trans...Dan Williams2015-05-261-2/+2
* ifnet/test: rename test check_ifnet to test-ifnetThomas Haller2015-05-263-7/+7
* libnm-glib: do not access NULL GError variable (rh #1224819)Jiří Klimeš2015-05-261-4/+6
* test: fix running valgrind tests with NMTST_NO_VALGRINDThomas Haller2015-05-261-1/+1
* ifnet/tests: convert to GLib test functionsBeniamino Galvani2015-05-262-151/+92
* ifnet/tests: fix GCC 5 warning about possible misuse of logical notBeniamino Galvani2015-05-261-1/+1
* 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