summaryrefslogtreecommitdiff
path: root/src/settings
Commit message (Expand)AuthorAgeFilesLines
* ifcfg-rh: drop unused "nm-inotify-helper.h"Thomas Haller2019-05-293-273/+0
* settings: drop deprecated NetworkManager.conf option "main.monitor-connection...Thomas Haller2019-05-283-289/+25
* ifcfg-rh: use PKCS #12 private key also as client cert in readerBeniamino Galvani2019-05-285-8/+77
* ifcfg-rh: don't check for 802.1x private key or client cert in readerBeniamino Galvani2019-05-281-13/+3
* ifcfg-rh: write client certificate even if it is pkcs12Beniamino Galvani2019-05-282-21/+7
* ifcfg-rh: preserve existence of wired settingBeniamino Galvani2019-05-286-80/+155
* libnm: rework team handling of JSON configThomas Haller2019-05-231-3/+7
* ifcfg-rh: don't check for errors reading team settings in ifcfg-rhThomas Haller2019-05-232-76/+24
* ifcfg: use proper define for D-Bus interface name in "nms-ifcfg-rh-plugin.c"Thomas Haller2019-05-231-1/+1
* keyfile/tests: rename core's "test-keyfile" to "test-keyfile-settings"Thomas Haller2019-05-192-4/+2
* ifcfg-rh: use a macro to initialize setting_8021x_scheme_vtableThomas Haller2019-05-151-24/+12
* ifcfg-rh: stack allocate key names in write_object()Thomas Haller2019-05-151-5/+4
* all: use nm_clear_g_dbus_connection_signal() helperThomas Haller2019-05-121-19/+19
* all: use nm_dbus_connection_signal_subscribe_name_owner_changed()Thomas Haller2019-05-121-10/+6
* auth-chain: don't clone the permission string for AuthChainThomas Haller2019-05-122-3/+3
* core: remove unused error argument from NMAuthChainResultFuncThomas Haller2019-05-122-74/+38
* core: don't call nm_auth_chain_destroy() from the callbackThomas Haller2019-05-122-24/+12
* settings/d-bus: fix boolean return value of "LoadConnections"Thomas Haller2019-05-101-1/+1
* settings: avoid assertion for LoadConnections D-Bus method with relative pathsThomas Haller2019-05-101-13/+18
* settings: cache keyfile databases for "timestamps" and "seen-bssids"Thomas Haller2019-05-074-204/+261
* settings: fix failed assertionBeniamino Galvani2019-05-061-1/+1
* ifcfg-rh: support serializaing all possible values for ethernet.s390-options ...Thomas Haller2019-04-252-2/+10
* libnm: refactor implementation of "ethernet.s390-options" propertyThomas Haller2019-04-251-1/+1
* shared: build helper "libnm-libnm-core-{intern|aux}.la" library for libnm-coreThomas Haller2019-04-187-7/+7
* shared: move "nm-dbus-compat.h" header to "nm-std-aux/nm-dbus-compat.h"Thomas Haller2019-04-181-1/+1
* shared: move most of "shared/nm-utils" to "shared/nm-glib-aux"Thomas Haller2019-04-185-7/+7
* ifcfg-rh: use nm_utils_escaped_tokens* for "MATCH_INTERFACE_NAME"Thomas Haller2019-04-182-7/+8
* all: use escaped_tokens API for bridge vlansBeniamino Galvani2019-04-182-2/+2
* all: support bridge vlan rangesBeniamino Galvani2019-04-183-9/+9
* ifcfg-rh: fix compiler warning in read_routing_rules_parse()Thomas Haller2019-04-181-2/+2
* ifcfg-rh: refactor parsing bond optionsThomas Haller2019-04-121-20/+20
* ifcfg-rh: refactor parse_full_ip6_address() to use nm_utils_parse_inaddr_pref...Thomas Haller2019-04-121-33/+19
* ifupdown: replace g_strsplit_set() by nm_utils_strsplit_set()Thomas Haller2019-04-122-25/+17
* ifcfg-rh: various cleanups using the cleanup attributeThomas Haller2019-04-101-53/+29
* all: replace g_strsplit_set() by nm_utils_strsplit_set*()Thomas Haller2019-04-101-9/+10
* ibft: cleanup read_connections()Thomas Haller2019-04-104-60/+54
* all: don't accept %NULL as delimiters for nm_utils_strsplit_set()Thomas Haller2019-04-101-1/+1
* shared: add flags argument to nm_utils_strsplit_set()Thomas Haller2019-04-101-27/+27
* ifupdown: fix connection iteratorYupeng Chang2019-04-021-1/+1
* settings: keep the added connection alive for a bit longerLubomir Rintel2019-03-281-1/+7
* ifcfg-rh: add support for routing rules as "ROUTING_RULE_#" keysThomas Haller2019-03-276-11/+344
* ifcfg-rh: add bridge vlans supportBeniamino Galvani2019-03-264-12/+139
* all: add vlan-filtering and vlan-default-pvid bridge propertiesBeniamino Galvani2019-03-264-1/+21
* shared: add "strip" argument to _nm_utils_unescape_spaces()Thomas Haller2019-03-251-1/+1
* libnm,cli: move cleanup macros to "shared/nm-libnm-core-utils.h"Thomas Haller2019-03-251-2/+2
* settings: remove READMELubomir Rintel2019-03-201-33/+0
* ifcfg-rh: avoid duplicate cache lookup in is_wifi_device()Thomas Haller2019-03-111-6/+4
* nm: Fix syntax on introspection annotationsMarco Trevisan (TreviƱo)2019-03-072-2/+2
* build/meson: increase timeouts for some testsThomas Haller2019-02-231-0/+1
* all: move nm_utils_hexstr2bin*() to sharedThomas Haller2019-02-221-1/+1