summaryrefslogtreecommitdiff
path: root/src/settings/plugins/keyfile
Commit message (Expand)AuthorAgeFilesLines
* settings: fix clearing nm-generated/volatile flags of connectionThomas Haller2017-12-111-1/+1
* 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
* settings: pass new_connection to commit_changes() and fix ifnetThomas Haller2017-12-051-1/+1
* settings: unify settings-update API (rename and merge)Thomas Haller2017-12-052-14/+14
* settings: unify settings-update API (nm_settings_connection_replace_settings())Thomas Haller2017-12-052-0/+2
* settings: add persistent-mode argument for connection-replaceThomas Haller2017-12-052-2/+4
* all: use nm_direct_hash() instead of g_direct_hash()Thomas Haller2017-11-161-1/+1
* all: avoid coverity warnings about "Wrong Check of Return Value"Thomas Haller2017-10-301-2/+1
* settings: extend commit_changes() to update the settings after writingThomas Haller2017-10-251-19/+19
* settings: refactor virtual delete() functionThomas Haller2017-10-251-9/+5
* settings: refactor virtual commit_changes() functionThomas Haller2017-10-251-16/+6
* core,clients: use our own string hashing function nm_str_hash()Thomas Haller2017-10-181-2/+2
* keyfile: fix reading/writing route metric zeroThomas Haller2017-10-041-3/+3
* settings: ensure the keyfile storage directory actually existsIkey Doherty2017-08-311-0/+4
* keyfile: log the connection contextLubomir Rintel2017-03-241-1/+3
* logging: log device and connection along with the messageLubomir Rintel2017-03-242-2/+2
* core,libnm-core: use same route attribute names of iproute2Beniamino Galvani2017-03-222-5/+5
* include: use double-quotes to include our own headersThomas Haller2017-03-092-2/+2
* keyfile: support route optionsBeniamino Galvani2017-03-062-1/+27
* keyfile: updated connection when writing keyfileThomas Haller2017-03-022-4/+19
* keyfile: extend internal API to re-read keyfile connection after writingThomas Haller2017-03-027-18/+172
* ifcfg-rh: reuse file-suffix from NMSetting8021xSchemeVtablelr/pkcs11-pinThomas Haller2017-02-171-1/+1
* keyfile: reuse NMSetting8021xSchemeVtable in NMKeyfileWriteTypeDataCertThomas Haller2017-02-171-11/+11
* settings: fix assertion when changing connection managed stateBeniamino Galvani2017-01-101-1/+1
* keyfile: add support for pkcs11: URI schemeLubomir Rintel2017-01-061-0/+3
* keyfile/tests: add test for reading dcb connectionThomas Haller2017-01-052-0/+43
* build: don't add subdirectories to include search path but require qualified ...Thomas Haller2016-11-214-6/+6
* build: merge "src/settings/plugins/keyfile/Makefile.am" into toplevel MakefileThomas Haller2016-10-194-80/+3
* build/trivial: rename VALGRIND_RULES in Makefile.am to NM_LOG_COMPILERThomas Haller2016-10-191-1/+1
* keyfile: disable permission checks of keyfile for testsThomas Haller2016-10-193-13/+9
* core: introduce and use nm_utils_file_set_contents()Beniamino Galvani2016-10-121-71/+6
* keyfile/build: set LDFLAGS for buiding keyfile testsThomas Haller2016-10-111-2/+5
* keyfile: add logging macros to keyfile pluginThomas Haller2016-10-061-18/+28
* keyfile: fix calling parent implementation in NMSKeyfilePlugin:constructed()Thomas Haller2016-10-061-1/+3
* keyfile/build: don't build keyfile settings plugin as libraryThomas Haller2016-10-062-52/+2
* keyfile: refactor GObject type creationThomas Haller2016-10-067-61/+72
* keyfile: rename public keyfile functions and namesThomas Haller2016-10-0611-210/+209
* keyfile: rename filesThomas Haller2016-10-0613-29/+36
* build: use NetworkManager logging domain for device and settings pluginsThomas Haller2016-10-062-2/+2
* libnm/proxy: add proxy setting for non-slave connection during normalizationThomas Haller2016-10-051-0/+11
* keyfile/tests: refactor loading plain keyfile via glib APIThomas Haller2016-10-051-35/+24
* keyfile/tests: refactor uuid creation in testThomas Haller2016-10-051-51/+18
* keyfile/tests: refactor writing of test keyfileThomas Haller2016-10-051-210/+50
* keyfile/tests: use cleanup attribute for keyfileThomas Haller2016-10-051-14/+5
* keyfile/tests: refactor checking re-reading keyfile in testsThomas Haller2016-10-051-108/+44
* keyfile/tests: refactor tests to use cleanup attributesThomas Haller2016-10-051-297/+142
* core: refactor private data in "src"Thomas Haller2016-10-042-53/+49
* all: cleanup includes in header filesThomas Haller2016-08-175-11/+0
* tests: add macro NMTST_G_RETURN_MSG for expecting g_return*() failuresThomas Haller2016-06-091-1/+1