summaryrefslogtreecommitdiff
path: root/libnm-core/nm-keyfile.c
Commit message (Expand)AuthorAgeFilesLines
* settings: rework tracking settings connections and settings pluginsThomas Haller2019-07-161-1/+3
* settings: change filename for per-connection metadata (previously UUID nm-loa...Thomas Haller2019-07-161-2/+5
* settings,keyfile: move openconnect hack from settings to keyfile readerThomas Haller2019-06-131-0/+48
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* libnm/keyfile: don't parse JSON config in keyfile reader twiceThomas Haller2019-05-231-5/+5
* libnm: refactor implementation of "ethernet.s390-options" propertyThomas Haller2019-04-251-9/+5
* libnm/keyfile: implement ethernet.s390-options in keyfileThomas Haller2019-04-251-0/+82
* libnm-core: avoid cloning attributes of NMTCQdisc/NMTCAction to convert to st...Thomas Haller2019-04-201-3/+2
* shared: build helper "libnm-libnm-core-{intern|aux}.la" library for libnm-coreThomas Haller2019-04-181-1/+1
* shared: move most of "shared/nm-utils" to "shared/nm-glib-aux"Thomas Haller2019-04-181-1/+1
* all: use escaped_tokens API for bridge vlansBeniamino Galvani2019-04-181-2/+2
* all: support bridge vlan rangesBeniamino Galvani2019-04-181-52/+46
* libnm-core: fix build warningBeniamino Galvani2019-04-041-1/+1
* libnm-core: Remove duplicated wordRafael Fontenelle2019-04-031-4/+4
* libnm: add API to NMSettingIPConfig for routing rulesThomas Haller2019-03-271-0/+112
* libnm/keyfile: add parser_full() hook for reading non GObject based propertiesThomas Haller2019-03-271-21/+38
* libnm/keyfile: add writer_full() hook for persisting non GObject based proper...Thomas Haller2019-03-271-27/+41
* libnm/keyfile: return setting-info from _parse_info_find()Thomas Haller2019-03-271-35/+41
* libnm/keyfile: make parsing route/address keys reusableThomas Haller2019-03-271-71/+110
* keyfile: support bridge vlansBeniamino Galvani2019-03-261-0/+93
* keyfile: fix memory leaksBeniamino Galvani2019-03-261-10/+6
* libnm: rename and expose nm_utils_base64secret_decode() in libnmThomas Haller2019-03-071-1/+1
* libnm: change nm_wireguard_peer_set_endpoint() API to allow validationThomas Haller2019-03-071-6/+2
* libnm: change nm_wireguard_peer_set_public_key() API to allow validationThomas Haller2019-03-071-1/+1
* libnm: change nm_wireguard_peer_set_preshared_key() API to allow validationThomas Haller2019-03-071-3/+2
* libnm: add NMWireGuardPeer and libnm support for peersThomas Haller2019-02-221-1/+227
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-2/+0
* libnm/trivial: rename sett-info gettersThomas Haller2019-01-111-2/+2
* libnm/keyfile: don't use nm_setting_enumerate_values() in keyfile reader/writerThomas Haller2019-01-071-62/+79
* libnm: cleanup secret-flags setter and getterThomas Haller2019-01-071-1/+2
* keyfile: rework handling of GObject properties from keyfileThomas Haller2019-01-071-121/+208
* keyfile: add _secret_flags_persist_secret() function for skipping secrets bas...Thomas Haller2019-01-071-13/+18
* keyfile: various refactoring and restructure nm_keyfile_read()Thomas Haller2019-01-021-121/+142
* keyfile: ensure array lengths are always initializedThomas Haller2019-01-021-5/+10
* keyfile: fix memleak in nm_keyfile_read()Thomas Haller2018-12-301-2/+1
* cli: strictly validate SR-IOV attributesBeniamino Galvani2018-12-121-1/+1
* keyfile: cleanup nm_keyfile_utils_ignore_filename()Thomas Haller2018-12-031-33/+54
* keyfile/trivial: rename keyfile related functionsThomas Haller2018-10-231-9/+9
* keyfile: move keyfile utilities from src/ to libnm-core/Thomas Haller2018-10-231-0/+124
* keyfile: split automatically setting ID/UUID for keyfileThomas Haller2018-10-041-34/+4
* keyfile: refactor setting default ID/UUID in nm_keyfile_read()Thomas Haller2018-10-041-14/+45
* 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