summaryrefslogtreecommitdiff
path: root/libnm-core/nm-keyfile-reader.c
Commit message (Expand)AuthorAgeFilesLines
* libnm-core: suppress compiler warning in mac_address_parser()Beniamino Galvani2016-07-011-1/+1
* device: extend MAC address handling including randomization for ethernet and ...Thomas Haller2016-06-301-26/+41
* libnm-core: remove special handling of missing VLAN_FLAGSBeniamino Galvani2016-02-291-16/+1
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* all/trivial: rename STRLEN() macro to NM_STRLEN()Thomas Haller2016-02-141-6/+6
* libnm/keyfile/trivial: rename VPN_SECRETS_GROUP define to NM_KEYFILE_GROUP_VP...Thomas Haller2016-02-141-3/+3
* build: cleanup default includesThomas Haller2016-02-121-3/+3
* wifi: enable mac-address-randomization by default for new connectionsThomas Haller2015-11-181-2/+7
* libnm-core: default to ip6.addr-gen-mode=stable-privacylr/stable-privacy-rfc7217Lubomir Rintel2015-11-021-7/+8
* keyfile: add support for addr-gen-mode propertyLubomir Rintel2015-11-021-0/+25
* libnm: explicitly cast enum type for g_object_set()Thomas Haller2015-10-081-1/+1
* libnm/vlan: default to vlan.flags=REORDER_HDR for new connections (rh #1250225)Jiří Klimeš2015-10-071-0/+24
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-1/+0
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-2/+1
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-2/+1
* libnm-keyfile: ensure g_key_file_get_groups() sets the length argumentThomas Haller2015-07-021-0/+2
* build: rename file "include/nm-utils-internal.h" to "nm-macros-internal.h"Thomas Haller2015-06-011-1/+1
* fix typo and do not translate an empty stringYuri Chornoivan2015-05-041-1/+1
* libnm/keyfile: fix format string for unsigned integerThomas Haller2015-03-171-1/+1
* keyfile: support writing certificates as blob inside the keyfileThomas Haller2015-03-121-56/+191
* libnm: add define for cert scheme prefix file:// for NMSetting8021xThomas Haller2015-03-121-6/+4
* libnm: merge nm-keyfile-reader.h and nm-keyfile-writer.h to internal headerThomas Haller2015-03-121-1/+1
* libnm: add keyfile support to libnm-coreThomas Haller2015-03-121-240/+387
* keyfile: copy read/writer files to libnm-coreThomas Haller2015-03-121-0/+1376