summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-8021x.c
Commit message (Expand)AuthorAgeFilesLines
* docs: misc. typos pt2luz.paz2018-09-171-1/+1
* libnm-core: 8021x: Allow a new eap value "external"Andrew Zaborowski2018-09-051-1/+2
* ifcfg-rh: don't use 802-1x certifcate setter functionsThomas Haller2018-09-041-14/+14
* libnm/802-1x: refactor getting private-key formatThomas Haller2018-09-041-67/+63
* libnm/802-1x: refactor setting certificate from pathThomas Haller2018-09-041-505/+231
* libnm/802-1x: cleanup NMSetting8021x:verify()Thomas Haller2018-09-041-25/+62
* libnm/802-1x: don't verify certificates in GObject property setterThomas Haller2018-09-041-49/+6
* libnm/802-1x: refactor certificate handling in settingsThomas Haller2018-09-041-190/+94
* libnm/802-1x: call g_bytes_unref() directly without checking for NULLThomas Haller2018-09-041-29/+14
* libnm/802-1x/trivial: reorder codeThomas Haller2018-09-041-505/+514
* libnm/802-1x: refactor GObject properties of NMSetting8021xThomas Haller2018-09-041-323/+280
* libnm: cleanup conversion from NMCryptoFileFormat to NMSetting8021xCKFormat enumThomas Haller2018-09-041-7/+21
* libnm: fix race in nm-setting-x802-1x's setting private key functionsThomas Haller2018-09-041-69/+119
* libnm: clear private-key passwords in NMSetting8021xThomas Haller2018-09-041-8/+9
* libnm: avoid intermediate GByteArray in path_to_scheme_value()Thomas Haller2018-09-041-8/+7
* libnm/crypto: fix loading certificates from file securelyThomas Haller2018-09-041-28/+2
* libnm/crypto: refactor nm_crypto_load_and_verify_certificate() and return GBytesThomas Haller2018-09-041-48/+44
* libnm/crypto: rename libnm crypto API to have consistent NM prefixThomas Haller2018-09-041-21/+21
* libnm/crypto: rename libnm's crypto filesThomas Haller2018-09-041-1/+1
* libnm: fix leaking private-key in nm_setting_802_1x_set_phase2_private_key()Thomas Haller2018-09-041-0/+1
* libnm: rework setting metadata for property handlingThomas Haller2018-08-101-1/+2
* libnm: use NMMetaSettingInfo for tracking setting priorityThomas Haller2018-08-101-2/+2
* libnm/trivial: cleanup variable names in settings' class-init functionsThomas Haller2018-08-101-9/+6
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-111-2/+2
* libnm: avoid constructor function for registering NMSetting typesThomas Haller2018-07-011-1/+0
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-6/+0
* libnm: make nm_setting_802_1x_set_private_key() self-assignment safeThomas Haller2017-12-121-48/+37
* all: move setting 802-1x.auth-retries to connection.auth-retriesThomas Haller2017-11-021-53/+0
* libnm,cli,ifcfg-rh: add NMSetting8021x:auth-retries propertyThomas Haller2017-10-311-0/+52
* ifcfg-rh: add support for 802-1x.password-raw propertyBeniamino Galvani2017-10-311-2/+4
* libnm-core: 8021x: fix check on private key passwordBeniamino Galvani2017-06-271-3/+8
* libnm: use enum for setting prioritiesThomas Haller2017-06-071-1/+1
* core: allow two priorities of base settingsLubomir Rintel2017-05-311-1/+1
* all: fix typos in documentation, translated strings and commentsYuri Chornoivan2017-05-281-1/+1
* 8021x: don't request secrets if they are empty and system ownedLubomir Rintel2017-04-101-5/+9
* all: fix typos in documentation and commentsYuri Chornoivan2017-03-171-2/+2
* libnm: fix gtk-doc comment for nm_setting_802_1x_get_phase2_ca_cert_password()Thomas Haller2017-02-221-1/+1
* ifcfg-rh: add support for 802-1x.auth-timeout propertyBeniamino Galvani2017-02-211-0/+7
* libnm-core: add auth-timeout property to the 802.1x settingBeniamino Galvani2017-02-211-0/+44
* ifcfg-rh: support 802-1x.phase1-auth-algBeniamino Galvani2017-02-201-0/+8
* libnm/wifi: rework NMSetting8021xAuthFlags to explicitly disable TLS versionThomas Haller2017-02-201-11/+7
* libnm-core/8021x: add phase1-auth-flags configuration itemsLeorize2017-02-201-0/+57
* shared: move NMSetting8021xSchemeVtable to "shared/nm-setting-metadata.h"Thomas Haller2017-02-171-78/+0
* 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