summaryrefslogtreecommitdiff
path: root/src/settings/plugins
Commit message (Expand)AuthorAgeFilesLines
* settings: fix clearing nm-generated/volatile flags of connectionThomas Haller2017-12-113-3/+3
* ifcfg-rh: add tc supportlr/tcLubomir Rintel2017-12-114-2/+113
* keyfile/tests: test tc traffic filter reading and writingLubomir Rintel2017-12-112-0/+53
* keyfile/tests: test tc qdisc reading and writingLubomir Rintel2017-12-112-1/+82
* ifcfg-rh: drop unused functionsLubomir Rintel2017-12-112-9/+2
* ifcfg-rh: drop unused and confusing error argumentsLubomir Rintel2017-12-111-5/+5
* ifcfg-rh: tests: align json team configuration format to jansson oneFrancesco Giudici2017-12-087-12/+14
* ifcfg-rh: use separate variables for DNS searchesBeniamino Galvani2017-12-074-32/+29
* ifcfg-rh: initialize watch descriptors to -1Francesco Giudici2017-12-071-0/+7
* all: use cast macros instead of C castThomas Haller2017-12-064-4/+4
* tree-wide: cast after g_object_ref() for proposed GLib patchColin Walters2017-12-062-2/+2
* ifcfg-rh: add and use nm_inotify_helper_clear_watch() helperThomas Haller2017-12-052-18/+17
* ifcfg-rh: move nm-inotify-helper to ifcfg-rh pluginThomas Haller2017-12-053-1/+261
* ifcfg-rh: fix path_watch_stop() not to create inotify-helperThomas Haller2017-12-051-23/+11
* settings: pass new_connection to commit_changes() and fix ifnetThomas Haller2017-12-053-4/+4
* settings: unify settings-update API (rename and merge)Thomas Haller2017-12-058-54/+54
* settings: unify settings-update API (nm_settings_connection_replace_settings())Thomas Haller2017-12-057-0/+7
* settings: unify settings-update API (nm_settings_connection_commit_changes())Thomas Haller2017-12-051-0/+2
* settings: add persistent-mode argument for connection-replaceThomas Haller2017-12-057-13/+13
* ifcfg-rh: avoid unnecessary string copies in add_one_wep_key()Thomas Haller2017-12-041-7/+7
* ifcfg-rh: use NM_IN_SET() macro in add_one_wep_key()Thomas Haller2017-12-041-3/+3
* ifcfg-rh: use NM_STRCHAR_ANY() macro in add_one_wep_key()Thomas Haller2017-12-041-18/+8
* ifcfg-rh: persist the wep key typeBeniamino Galvani2017-12-043-45/+75
* ifcfg-rh: only open network file once when parsing connectionThomas Haller2017-11-301-22/+10
* ifcfg-rh: use different variables for IPv4 and IPv6 DNS optionsBeniamino Galvani2017-11-305-91/+50
* ifcfg-rh: replace usage of _nm_utils_strsplit_set() with nm_utils_strsplit_set()Thomas Haller2017-11-291-17/+17
* ifcfg-rh: avoid copy of value for "HWADDR_BLACKLIST"Thomas Haller2017-11-291-8/+8
* c-list: re-import latest version of c-list.h from upstreamThomas Haller2017-11-281-1/+1
* core: replace "dup()" by "fcntl(fd, F_DUPFD_CLOEXEC, 0)"Thomas Haller2017-11-271-1/+1
* ifcfg-rh: close file descriptor only when necessaryBeniamino Galvani2017-11-271-1/+2
* ifcfg-rh: check integer value for other bridge optionsThomas Haller2017-11-231-72/+55
* ifcfg-rh: check integer value when reading handle_bridge_option()Thomas Haller2017-11-231-41/+59
* ifcfg-rh: fix range and size when parsing integer values in readerThomas Haller2017-11-231-2/+3
* ifcfg-rh/trivial: rename get_uint() to get_uint32()Thomas Haller2017-11-231-10/+10
* ifcfg-rh: avoid string copies in make_bridge_setting()Thomas Haller2017-11-231-14/+14
* ifcfg-rh: use distinct variables for bridge and wired mac addressBeniamino Galvani2017-11-233-3/+6
* ifcfg-rh: read wired properties for bridge connectionsBeniamino Galvani2017-11-232-2/+18
* ifcfg-rh: avoid duplicate lookup of bond-option in write_bond_setting()Thomas Haller2017-11-211-10/+3
* ifcfg-rh/tests: test writing multiple bond optionsThomas Haller2017-11-212-1/+5
* ifcfg-rh: sort bond options when writing a connectionBeniamino Galvani2017-11-211-13/+14
* all: use nm_direct_hash() instead of g_direct_hash()Thomas Haller2017-11-162-2/+2
* all: include "nm-utils/nm-hash-utils.h" by defaultThomas Haller2017-11-161-1/+0
* ifcfg-rh: avoid coverity false positive in write_secrets()Thomas Haller2017-11-151-1/+1
* all: support route-attribute "onlink" for IPv4Thomas Haller2017-11-135-48/+129
* ifcfg-rh: persist the connection type for TeamPort connectionsBeniamino Galvani2017-11-064-3/+77
* ifcfg-rh: use svSetValueInt64_cond() in write_connection_setting()Thomas Haller2017-11-021-13/+11
* all: move setting 802-1x.auth-retries to connection.auth-retriesThomas Haller2017-11-022-13/+14
* ifcfg-rh: refactor write_object() to avoid coverity warningThomas Haller2017-10-311-18/+13
* libnm,cli,ifcfg-rh: add NMSetting8021x:auth-retries propertyThomas Haller2017-10-312-7/+10
* ifcfg-rh: remove password-raw keys file after testBeniamino Galvani2017-10-311-1/+1