summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * device: remove reading ipv6 privacy setting from sysctlThomas Haller2015-06-053-83/+9
| * device: add global configuration default for ip6-privacy (use_tempaddr, RFC4941)Thomas Haller2015-06-053-19/+97
| * libnm/doc: document behavior of setting ip6-privacy in /etc/sysctl.confThomas Haller2015-06-051-2/+6
| * device: make route-metric configurable per-deviceThomas Haller2015-06-052-32/+51
| * config: support a [connection] section to NetworkManager.conf to specify conn...Thomas Haller2015-06-055-0/+272
| * config: publish nm_config_keyfile_get_boolean() utility functionThomas Haller2015-06-052-8/+12
| * device: add device-spec "type:"Thomas Haller2015-06-054-2/+46
| * device: add nm_device_get_type_description() functionThomas Haller2015-06-055-1/+60
|/
* merge branch 'th/default-dns-options-bgo749648'Thomas Haller2015-06-0515-462/+606
|\
| * cli: show dns-options default valueThomas Haller2015-06-051-2/+4
| * cli: add DEFINE_GETTER_WITH_DEFAULT() macroThomas Haller2015-06-051-0/+25
| * cli: stack allocate search string in nmc_properties_find()Thomas Haller2015-06-051-7/+7
| * cli: refactor nmc_add_prop_funcs() to use variadic macroThomas Haller2015-06-051-20/+31
| * cli: do not create a copy of static strings for nmc_properties hashThomas Haller2015-06-051-11/+13
| * cli: refactor property to string conversionThomas Haller2015-06-053-372/+320
| * ifcfg-rh: distinguish in reader and writer between unset and empty dns-optionsThomas Haller2015-06-055-6/+23
| * libnm/test: test compare_property() to handle default valuesThomas Haller2015-06-051-0/+46
| * libnm: make dns-options support an "undefined" default valueThomas Haller2015-06-054-17/+84
| * ifcfg-rh: add svSetValueFull() to support writing empty valuesThomas Haller2015-06-052-1/+10
| * ifcfg-rh: fix svSetValue() to properly handle empty variablesThomas Haller2015-06-051-1/+1
| * ifcfg-rh: use svGetValueFull() in svGetValueInt64()Thomas Haller2015-06-051-1/+1
| * ifcfg-rh: add svGetValueFull() functionThomas Haller2015-06-052-6/+18
| * ifcfg-rh: refactor svSetValue() and svEscape() not to clone string needlesslyThomas Haller2015-06-053-23/+26
| * libnm: fix compare_property() to handle default valuesThomas Haller2015-06-051-4/+6
|/
* core: detect route-metric when creating nm-generated-assumed connectionThomas Haller2015-06-054-2/+90
* valgrind: rework run-test-valgrind.sh script not to print unrelated messageThomas Haller2015-06-041-17/+29
* trival: add code commentThomas Haller2015-06-042-0/+6
* core: avoid loading GIO modulesLubomir Rintel2015-06-042-0/+8
* tests: delete the valgrind logs if they're emptyLubomir Rintel2015-06-041-0/+3
* tests: don't limit the valgrind tracebacks to 12 framesLubomir Rintel2015-06-041-0/+1
* valgrind: add comment to valgrind suppression explaining how to reproduceThomas Haller2015-06-041-0/+3
* valgrind: add valgrind suppression for Fedora 22Thomas Haller2015-06-031-0/+14
* libnm: fix take ownership of floating argument in NMSecretAgentOld:get_secret...Thomas Haller2015-06-031-1/+2
* libnm: don't take ownership of input argument in NMSecretAgentOld:get_secrets...Thomas Haller2015-06-031-1/+1
* build: correctly set DISTCHECK_CONFIGURE_FLAGSLubomir Rintel2015-06-031-3/+1
* device: don't assume by default IPv6LL-only connectionsBeniamino Galvani2015-06-024-0/+41
* ifcfg-rh: merge branch 'th/ifcfg-rh-fixes-bgo750231'Thomas Haller2015-06-028-92/+102
|\
| * ifcfg-rh: better detect alias filesThomas Haller2015-06-023-45/+57
| * ifcfg-rh: escape colon in generated filenameThomas Haller2015-06-021-1/+1
| * ifcfg-rh: refactor utils_should_ignore_file() to return earlyThomas Haller2015-06-021-25/+19
| * ifcfg-rh: also read alias file for dhcp connectionsThomas Haller2015-06-021-5/+3
| * ifcfg-rh: log warning when loading of connection failsThomas Haller2015-06-025-15/+21
|/
* merge: fix build & tests with older toolingLubomir Rintel2015-06-0214-9/+43
|\
| * build: don't default to -Werrorlr/ancient-ubuntuLubomir Rintel2015-06-023-3/+3
| * build: don't abort configure if there's no systemd devel headersLubomir Rintel2015-06-021-3/+10
| * tests: avoid calling GLib.IOChannel.unix_new()Lubomir Rintel2015-06-021-1/+1
| * libnm-core,libnm-util: avoid calling a constructorLubomir Rintel2015-06-022-2/+14
| * systemd-dhcp: fix build with Linux 3.2.0 headersLubomir Rintel2015-06-021-0/+5
| * ppp-manager: fix build with Linux 3.2.0 headersLubomir Rintel2015-06-021-0/+1
| * build: use compat version of g_clear_pointer()Lubomir Rintel2015-06-025-0/+9
|/