summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-8021x.c
Commit message (Expand)AuthorAgeFilesLines
* ask multiplelr/pkcs11-remotingLubomir Rintel2017-02-171-0/+17
* Revert "XXX wifi: ask for connection.p11-kit-remote when 802.1x needs it"Lubomir Rintel2017-02-171-14/+0
* XXX wifi: ask for connection.p11-kit-remote when 802.1x needs itLubomir Rintel2017-02-171-0/+14
* ifcfg-rh: reuse file-suffix from NMSetting8021xSchemeVtablelr/pkcs11-pinThomas Haller2017-02-171-6/+6
* ifcfg-rh: merge ObjectType with NMSetting8021xSchemeVtable in ifcfg-rh writerThomas Haller2017-02-171-0/+12
* libnm-core: add and use internal struct NMSetting8021xSchemeVtable in keyfileThomas Haller2017-02-171-0/+68
* core/8021x: request secrets for keys and certificates PKCS#11 tokensLubomir Rintel2017-02-171-16/+38
* core/8021x: add password properties for certificatesLubomir Rintel2017-02-171-17/+405
* libnm: fix leak in nm_setting_802_1x_set_phase2_ca_cert()Thomas Haller2017-01-161-1/+0
* libnm-core/8021x: don't prefix PKCS#11 URIs with "pkcs11:"Lubomir Rintel2017-01-101-15/+15
* libnm-core/8021x: fix up scheme handling in settersLubomir Rintel2017-01-061-39/+56
* libnm-core/8021x: make cert/key setters handle pkcs11 URI schemeLubomir Rintel2017-01-061-23/+39
* libnm-core/8021x: add pkcs11: scheme for certificates and keysLubomir Rintel2017-01-061-18/+228
* libnm-core: replace local helper with nm_stdup_not_empty()Thomas Haller2016-09-061-13/+4
* all: replace _nm_utils_string_in_list() with g_strv_contains()Thomas Haller2016-06-171-5/+5
* 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