summaryrefslogtreecommitdiff
path: root/src/settings
Commit message (Expand)AuthorAgeFilesLines
* settings: fix clearing nm-generated/volatile flags of connectionThomas Haller2017-12-115-8/+18
* 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
* core: fix typo for logging of NMSettingsConnectionFlags "nm-generated"Thomas Haller2017-12-111-1/+1
* 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
* settings: support setting a connection as volatile via Update2()th/user-block-autoconnect-rh1401515Thomas Haller2017-12-052-43/+82
* settings: let invisible connection not autoconnect according to is_blocked() ...Thomas Haller2017-12-051-4/+18
* settings: remove accessor functions to connection flagsThomas Haller2017-12-052-45/+2
* settings: refactor setting connection flagsThomas Haller2017-12-052-28/+26
* settings: track visible state as regular connection flagsThomas Haller2017-12-054-55/+17
* settings: add "connection-flags-changed" signal to connectionThomas Haller2017-12-052-0/+25
* settings: block autoconnect of volatile connectionsThomas Haller2017-12-051-1/+2
* settings: move delete call to separate functionThomas Haller2017-12-051-14/+24
* settings: clear filename after deleting file from diskThomas Haller2017-12-051-0/+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-054-7/+1
* 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-054-5/+5
* settings: unify settings-update API (drop internal _update())Thomas Haller2017-12-051-29/+13
* settings: unify settings-update API (rename and merge)Thomas Haller2017-12-0511-111/+85
* settings: unify settings-update API (nm_settings_connection_replace_settings())Thomas Haller2017-12-059-1/+10
* settings: unify settings-update API (nm_settings_connection_commit_changes())Thomas Haller2017-12-053-9/+19
* settings: add NM_SETTINGS_UPDATE2_FLAG_BLOCK_AUTOCONNECT flagThomas Haller2017-12-051-1/+8
* all: add new D-Bus API org.freedesktop.NetworkManager.Settings.Connection.Upd...Thomas Haller2017-12-051-27/+107
* settings/trivial: rename update function in nm-settings-connection.cThomas Haller2017-12-052-48/+44
* settings: merge _replace_settings_full() into _commit_changes_full()Thomas Haller2017-12-051-128/+81
* settings: always call _commit_changes_full() instead of _replace_settings_full()Thomas Haller2017-12-051-63/+80
* settings: in _commit_changes_full() mark the connection as saved before emitt...Thomas Haller2017-12-051-4/+3
* settings: call replace-settings also without new settingsThomas Haller2017-12-051-46/+47
* settings: refactor update_auth_cb() and prepare connection onceThomas Haller2017-12-051-15/+19
* settings: split nm_settings_connection_commit_changes() to call it without pr...Thomas Haller2017-12-051-6/+21
* settings: add persistent-mode argument for connection-replaceThomas Haller2017-12-059-45/+52
* settings: log pretty names for settings-connection flagsThomas Haller2017-12-052-4/+15
* 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
* core: fix broken autoconnect due to wrong nm_settings_connection_autoconnect_...Thomas Haller2017-11-291-2/+2
* c-list: re-import latest version of c-list.h from upstreamThomas Haller2017-11-284-11/+11