summaryrefslogtreecommitdiff
path: root/libnm-core/nm-keyfile.c
Commit message (Expand)AuthorAgeFilesLines
* docs: misc. typos pt2luz.paz2018-09-171-4/+4
* libnm/keyfile: clear memory when reading certificates from keyfileThomas Haller2018-09-041-20/+33
* libnm/keyfile: avoid GByteArray to construct path uri in nm_keyfile_detect_un...Thomas Haller2018-09-041-10/+9
* libnm/keyfile: fix double free in keyfile's get_bytes()Thomas Haller2018-09-041-1/+1
* libnm: add generic-data for implementing NMSettingThomas Haller2018-08-101-13/+134
* libnm/keyfile: use NMMetaSettingInfo for indexing keyfile vtableThomas Haller2018-08-101-49/+63
* shared: move nm_utils_ptrarray_find_binary_search() to shared utilsThomas Haller2018-08-101-7/+7
* shared: move nm_utils_array_find_binary_search() to shared utilsThomas Haller2018-08-101-6/+6
* keyfile: fix asserting for absolute base-dir in nm_keyfile_read()Thomas Haller2018-08-101-1/+1
* libnm-core: add SR-IOV settingBeniamino Galvani2018-07-111-0/+83
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-111-11/+11
* libnm/keyfile: add static assertion for ParseInfoPropertyThomas Haller2018-06-281-1/+2
* all: use the elvis operator wherever possibleLubomir Rintel2018-05-101-4/+4
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-2/+0
* keyfile: don't hack certain properties to be skipped in readerThomas Haller2018-04-191-24/+38
* keyfile: no special handling to set parser_no_check_key for certain settingsThomas Haller2018-04-191-13/+37
* keyfile: drop unused set_default_for_missing_key()Thomas Haller2018-04-191-9/+0
* keyfile: rework handling of checking for whether a key exists in readerThomas Haller2018-04-191-34/+21
* keyfile: various cleanup of error paths in keyfile handlingThomas Haller2018-04-191-57/+41
* keyfile: don't special case skipping connection.read-only property in writerThomas Haller2018-04-191-7/+6
* keyfile: rework handling not skipping default-values in writerThomas Haller2018-04-191-30/+28
* libnm/keyfile: replace dummy writer implementation with flag to skip writingThomas Haller2018-04-191-45/+32
* libnm/keyfile: merge parser/writer vtables for keyfile propertiesThomas Haller2018-04-191-291/+354
* libnm/keyfile: merge keyfile sources (pt2, merge nm-keyfile-writer.c)Thomas Haller2018-04-191-0/+839
* libnm/keyfile: merge keyfile sources (pt1, rename nm-keyfile-reader.c)Thomas Haller2018-04-191-0/+2039