summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ifcfg-rh: better detect alias filesth/ifcfg-rh-fixes-bgo750231Thomas Haller2015-06-013-45/+57
* ifcfg-rh: escape colon in generated filenameThomas Haller2015-06-011-1/+1
* ifcfg-rh: refactor utils_should_ignore_file() to return earlyThomas Haller2015-06-011-25/+19
* ifcfg-rh: also read alias file for dhcp connectionsThomas Haller2015-06-011-5/+3
* ifcfg-rh: log warning when loading of connection failsThomas Haller2015-06-015-15/+21
* build: rename file "include/nm-utils-internal.h" to "nm-macros-internal.h"Thomas Haller2015-06-0114-16/+16
* utils: move NM_FLAGS_*() macros to header file "include/nm-utils-internal.h"Thomas Haller2015-05-292-9/+10
* default-route: merge branch 'th/default-route-fixes-rh1205405'Thomas Haller2015-05-293-21/+69
|\
| * default-route: also configure default-routes for assumed connectionsThomas Haller2015-05-291-7/+13
| * default-route: for devices with 'never-default' enforce the default-route onl...Thomas Haller2015-05-291-2/+34
| * default-route: add @out_is_never_default argument to has_default_route()Thomas Haller2015-05-293-18/+28
|/
* 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
|\