summaryrefslogtreecommitdiff
path: root/src/settings
Commit message (Expand)AuthorAgeFilesLines
* connection: treat connection type's ability to have slaves uniformlyLubomir Rintel2018-01-181-3/+1
* ifcfg: don't forget master of ovs interfacesLubomir Rintel2018-01-182-0/+23
* ifcfg-rh/trivial: fix cosmetic issuesLubomir Rintel2018-01-181-5/+5
* ifcfg-rh/tests: add Wi-Fi FILS testMasashi Honma2018-01-161-1/+3
* wifi: add support for FILSMasashi Honma2018-01-162-0/+14
* build/meson: use variables for ldflags and linker-scriptThomas Haller2018-01-113-15/+3
* build/meson: unconditionally use linker version scriptsThomas Haller2018-01-103-12/+9
* build/meson: rename config_plugin_ibft option to just ibftThomas Haller2018-01-101-4/+4
* meson: Improve dependency systemIñigo Martínez2018-01-107-10/+10
* core: implement setting MDNS setting for systemdThomas Haller2018-01-091-2/+1
* libnm: rename MDns flag UNKNOWN to DEFAULTThomas Haller2018-01-092-7/+8
* mdns: add new connection property.Ismo Puustinen2018-01-092-3/+17
* tests: use NMTST_EXPECT*() macrosThomas Haller2018-01-083-84/+43
* settings: drop unmaintained ifnet settings plugin of GentooThomas Haller2017-12-2122-7712/+2
* settings: clear unsaved flag on new settings-connectionBeniamino Galvani2017-12-209-7/+11
* settings: drop unused define for HOSTNAME_FILEThomas Haller2017-12-201-15/+0
* settings: avoid assertion when deleting connectionsBeniamino Galvani2017-12-206-13/+26
* core: avoid compiler warnings in write_to_netconfig() and ifnet_update_parser...Thomas Haller2017-12-181-2/+1
* all: get rid of a handful of unused-but-set variablesLubomir Rintel2017-12-181-4/+0
* ifcfg-rh: remove the watch on finalizeLubomir Rintel2017-12-181-6/+7
* libnm: add NM_IP_ADDRESS_ATTRIBUTE_LABEL defineThomas Haller2017-12-183-8/+8
* build: add initial support for meson build systemIñigo Martínez2017-12-1310-0/+356
* settings: mark the connection as UNSAVED if it was modified in-memoryThomas Haller2017-12-111-1/+5
* settings: for persist-mode KEEP do not ever save the connection to diskThomas Haller2017-12-111-7/+2
* 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