summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-8021x.c
Commit message (Expand)AuthorAgeFilesLines
* libnm-core: nm-setting-8021x: treat some empty properties as NULLBeniamino Galvani2016-03-161-4/+13
* ifcfg-rh: add support for domain-suffix-match propertiesBeniamino Galvani2016-03-161-0/+12
* libnm-core: add domain-suffix-match properties to NMSetting8021xBeniamino Galvani2016-03-161-2/+95
* all: don't include error->code in log messagesThomas Haller2016-03-031-12/+6
* 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-4/+4
* build: cleanup default includesThomas Haller2016-02-121-3/+3
* 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-1/+1
* supplicant: allow with_system_ca_path to be a file name (rh #1236548)Jiří Klimeš2015-07-081-1/+4
* libnm: add @deep_copy argument to _nm_utils_strv_to_slist() and _nm_utils_sli...Thomas Haller2015-07-021-6/+6
* build: rename file "include/nm-utils-internal.h" to "nm-macros-internal.h"Thomas Haller2015-06-011-1/+1
* libnm: add define for cert scheme prefix file:// for NMSetting8021xThomas Haller2015-03-121-14/+12
* libnm: add function nm_setting_802_1x_check_cert_scheme()Thomas Haller2015-03-121-5/+27
* trivial: add FIXME code comment about potential raceThomas Haller2015-03-121-2/+4
* libnm: only call strlen() once in NMSetting8021x:path_to_scheme_value()Thomas Haller2015-03-121-4/+7
* libnm: fix clearing memory in file_to_secure_bytes()Thomas Haller2015-03-121-1/+1
* libnm: ensure valid blob for nm_setting_802_1x_set_*_cert()Thomas Haller2015-03-121-4/+37
* libnm: combine get_cert_scheme() and verify_cert() and ensure valid paths for...Thomas Haller2015-03-121-37/+64
* libnm: fix memleaks in nm_setting_802_1xThomas Haller2015-02-091-0/+2
* libnm-core: fix docs typoDan Winship2015-01-291-2/+2
* libnm-core: do not access array if it is NULLJiří Klimeš2014-12-051-1/+2
* libnm-core: call crypto_init() on the flyDan Winship2014-12-041-16/+10
* libnm-core: tweak crypto.c APIsDan Winship2014-11-211-4/+4
* man, docs: add the secret flags notes non-hackishlyDan Winship2014-11-191-0/+3
* libnm-core: make GBytes D-Bus marshalling be built-in to NMSettingDan Winship2014-11-191-28/+0
* libnm, libnm-util: move settings doc generation to libnm-coreDan Winship2014-11-191-0/+204
* libnm: add some missing (transfer) annotationsDan Winship2014-11-151-7/+7
* libnm*: fix library gettext usageDan Winship2014-11-131-1/+1
* all: consistently include config.hDan Winship2014-11-131-0/+2
* libnm, docs: docs fixesDan Winship2014-11-071-27/+30
* libnm-core: make nm_setting_verify() take an NMConnectionDan Winship2014-10-281-1/+1
* libnm-core: merge NMSetting*Error into NMConnectionErrorDan Winship2014-10-221-85/+68
* libnm: make use of GParamSpecFlags and GParamSpecEnumDan Winship2014-10-031-40/+36
* libnm-core: change connection hash tables to variants in APIDan Winship2014-09-181-9/+7
* libnm-core: change DBUS_TYPE_G_UCHAR_ARRAY properties to G_TYPE_BYTESDan Winship2014-09-041-178/+187
* libnm-core: replace GByteArray with pointer + length in some APIsDan Winship2014-09-041-5/+9
* libnm-core: change list-of-string and array-of-string properties to G_TYPE_STRVDan Winship2014-09-041-9/+9
* libnm-core: drop NMParamSpecSpecialized, add nm_property_compare()Dan Winship2014-09-041-39/+38
* libnm-core: simplify _nm_register_setting(), register error types tooDan Winship2014-09-041-4/+1
* libnm: add NetworkManager.h, disallow including individual headersDan Winship2014-08-011-1/+0
* libnm: remove Since tags and NM_AVAILABLE_IN_* attributesDan Winship2014-08-011-6/+0
* libnm: add libnm/libnm-core (part 1)Dan Winship2014-08-011-0/+3706