summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* settings: drop unmaintained ifnet settings plugin of Gentooth/setting-plugin-ifnetThomas Haller2017-12-2032-8564/+7
* build: drop --enable-ifcfg-suse configure optionThomas Haller2017-12-201-6/+1
* build/meson: drop option for deprecated ifcfg-suse setting pluginsThomas Haller2017-12-202-6/+0
* man: document all setting plugins in NetworkManager.conf manualThomas Haller2017-12-202-14/+24
* settings: drop unused define for HOSTNAME_FILEThomas Haller2017-12-201-15/+0
* settings: avoid assertion when deleting connectionsBeniamino Galvani2017-12-206-13/+26
* core: ensure that the default route-metric bumps at most 50 pointsThomas Haller2017-12-191-8/+18
* man/openvswitch: fix type in examplesLubomir Rintel2017-12-191-10/+10
* build: Enable unused-but-set warning in mesonIñigo Martínez2017-12-181-1/+0
* build: Move default path values to options fileIñigo Martínez2017-12-183-166/+91
* build: Remove documentation generation workaroundsIñigo Martínez2017-12-184-10/+3
* build: Drop HAVE_VLAN_FLAG_LOOSE_BINDINGIñigo Martínez2017-12-183-40/+0
* dns: rework write_to_netconfig()Thomas Haller2017-12-181-31/+38
* core: avoid compiler warnings in write_to_netconfig() and ifnet_update_parser...Thomas Haller2017-12-182-6/+4
* clients/cli: use a nicer password promptLubomir Rintel2017-12-183-12/+46
* libnm-core: move detection of UTF-8 capable terminals to clients/Lubomir Rintel2017-12-185-45/+73
* clients/cli: don't store a password in historyLubomir Rintel2017-12-181-0/+5
* build: enable unused-but-set warningLubomir Rintel2017-12-181-1/+0
* all: get rid of a handful of unused-but-set variablesLubomir Rintel2017-12-1835-144/+39
* ifcfg-rh: remove the watch on finalizeLubomir Rintel2017-12-181-6/+7
* libnm/vpn: fix secret comparisonLubomir Rintel2017-12-182-12/+34
* manager: fix connectivity-check-enabled propertyLubomir Rintel2017-12-181-1/+1
* libnm-core/tc-config: remove deprecation guards from typedefsLubomir Rintel2017-12-181-3/+0
* build: fix out-of-tree build for generate-plugin-docs.plThomas Haller2017-12-181-3/+3
* libnm: merge branch 'th/libnm-attribute-handling'Thomas Haller2017-12-1814-119/+138
|\
| * libnm: add NM_IP_ADDRESS_ATTRIBUTE_LABEL defineThomas Haller2017-12-188-34/+36
| * keyfile: avoid heap allocating temporay name for numbered key in ip_address_o...Thomas Haller2017-12-181-7/+7
| * libnm: avoid deep cloning list of address attribute names for nm_utils_ip_add...Thomas Haller2017-12-183-10/+19
| * libnm: sort attribute names in nm_tc_action_get_attribute_names()Thomas Haller2017-12-182-23/+13
| * libnm: sort attribute names in nm_ip_address_get_attribute_names()Thomas Haller2017-12-181-14/+4
| * libnm: use nm_utils_strdict_get_keys() for getting attribute-names of ip-routesThomas Haller2017-12-181-32/+4
| * shared: add nm_utils_strv_make_deep_copied() helperThomas Haller2017-12-182-0/+25
| * shared: add nm_utils_strdict_get_keys() helperThomas Haller2017-12-182-0/+31
|/
* build: use template files for enum types' sources generationIñigo Martínez2017-12-1831-141/+552
* build: merge branch 'meson-generate-build-docs'Thomas Haller2017-12-185-77/+61
|\
| * build: Merge no introspection headers with public headersIñigo Martínez2017-12-163-22/+13
| * build: Make generate-plugin-docs.pl independent of autotoolsIñigo Martínez2017-12-164-55/+48
|/
* all: merge branch 'th/static-asserts'Thomas Haller2017-12-1515-41/+54
|\
| * shared: add static assert for nm_g_slice_free_fcn() argumentth/static-assertsThomas Haller2017-12-152-2/+15
| * build: add "-Wvla" to warn about uses of variable-length arraysThomas Haller2017-12-151-0/+1
| * core: don't use const integers where const expression is neededThomas Haller2017-12-152-4/+6
| * tests: fix invalid static-asserts with non-const expressionThomas Haller2017-12-151-17/+10
| * core: don't use variable length arraysThomas Haller2017-12-153-9/+13
| * all: don't use NM_FLAGS_HAS() with non-constant argumentThomas Haller2017-12-157-9/+9
|/
* core: merge branch 'th/device-route-metric-rh1505893'Thomas Haller2017-12-159-107/+652
|\
| * device: generate unique default route-metrics per interfaceThomas Haller2017-12-153-2/+255
| * core: add read/write support for route-metric to NMConfig's device stateThomas Haller2017-12-153-8/+36
| * core: cache device state in NMConfig and load all at onceThomas Haller2017-12-154-71/+156
| * core: add nm_config_keyfile_get_int64() utilThomas Haller2017-12-152-0/+34
| * device: expose nm_device_get_route_metric_default()Thomas Haller2017-12-152-4/+6