summaryrefslogtreecommitdiff
path: root/libnm-util/nm-setting-8021x.c
Commit message (Expand)AuthorAgeFilesLines
* all: don't include error->code in log messagesThomas Haller2016-03-031-14/+14
* 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-2/+3
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-1/+0
* build: rename file "include/nm-utils-internal.h" to "nm-macros-internal.h"Thomas Haller2015-06-011-1/+1
* libnm: only call strlen() once in NMSetting8021x:path_to_scheme_value()Thomas Haller2015-03-121-5/+7
* libnm: ensure valid blob for nm_setting_802_1x_set_*_cert()Thomas Haller2015-03-121-4/+32
* libnm: combine get_cert_scheme() and verify_cert() and ensure valid paths for...Thomas Haller2015-03-121-21/+17
* docs: misc small fixesDan Winship2014-12-181-15/+15
* libnm, libnm-util: move settings doc generation to libnm-coreDan Winship2014-11-191-234/+0
* libnm*: fix library gettext usageDan Winship2014-11-131-1/+1
* all: consistently include config.hDan Winship2014-11-131-0/+2
* libnm-util: add ifcfg-rh specific description for propertiesjk/bgo683111-keyfile-ifcfg-rh-docsJiří Klimeš2014-08-291-0/+234
* libnm-util: fix warning converting between enum types in nm-setting-8021x.cThomas Haller2014-08-011-2/+7
* libnm-util, libnm-glib: whitespace fixesDan Winship2014-07-151-9/+15
* libnm-util, libnm-glib: standardize copyright/license headersDan Winship2014-07-151-5/+2
* libnm-util: remove NMSetting* GParamSpec docsDan Winship2014-06-191-343/+135
* libnm-util: various NMSetting* property doc fixes/improvementsDan Winship2014-06-191-62/+135
* libnm-util: fix gtk-doc bugs in NMSetting* propertiesDan Winship2014-06-191-1/+1
* libnm-util, libnm-glib: be consistent about "Wi-Fi", "Ethernet", "InfiniBand"...Dan Winship2014-06-191-2/+2
* libnm-util: return better error messages on failures for _set_ functionsJiří Klimeš2014-05-121-24/+34
* libnm-util: add *_remove_*_by_value() functions for '802-1x' settingJiří Klimeš2014-02-281-0/+99
* libnm-util: fix adding values to 'phase2-altsubject-matches'Jiří Klimeš2014-02-251-5/+6
* libnm-util: fix verify_identity() in '802-1x' settingJiří Klimeš2014-02-251-0/+2
* docs: use %TRUE, %FALSE macros instead of plain TRUE, FALSE values for gtkdocJiří Klimeš2014-02-241-13/+13
* libnm-util: refactor NMSetting name and register_settingsThomas Haller2013-12-121-1/+0
* libnm-util: remove usage of NM_SETTING_PARAM_SERIALIZEDan Williams2013-12-021-32/+32
* core: add support for EAP-PWD authenticationjvoisin2013-10-231-3/+4
* libnm-util: prefix errors with 'setting.property' instead of 'property' onlyJiří Klimeš2013-06-131-30/+30
* libnm-util: deprecate nm_utils_slist_free(), use g_slist_free_full()Dan Winship2013-05-291-9/+9
* libnm-util: sync some 802.1x function arguments with documentationDan Williams2013-05-281-36/+36
* libnm-util: implement connection changed signalDan Williams2013-05-281-10/+61
* libnm-util: clarify 802.1x password and password-raw documentationDan Williams2013-05-031-2/+7
* Use %NULL macro in doc stringsMartin Pitt2013-04-191-10/+10
* libnm-util: install :pin and :pin-flags as properties for NMSetting8021xJiří Klimeš2013-03-261-0/+41
* libnm-util: make property verification errors more descriptiveJiří Klimeš2013-03-131-94/+135
* libnm-util: free temporary GByteArray when using NM_SETTING_802_1X_CK_SCHEME_...Dan Williams2013-03-081-37/+30
* all: remove pointless NULL checksDan Winship2013-02-131-4/+2
* libnm-util: clean up setting registrationDan Williams2012-10-291-1/+6
* all: Don't use ctype.h macrosDan Winship2012-09-261-1/+0
* Use glib-mkenums to generate enum typesDan Winship2012-02-151-24/+0
* libnm-util: add 'pac-file' property for 8021x setting (used in EAP-FAST)Jiří Klimeš2012-01-271-1/+39
* settings: Add new password-raw and password-raw-flags properties to 8021x.Evan Broder2011-11-211-2/+88
* docs: fix a wrong variable name in code documentationDan Williams2011-08-221-1/+1
* settings: add 802.1X setting properties for subject and altsubject matchesEvan Broder2011-08-191-0/+386
* libnm-util: more 802.1x setting documentation updatesDan Williams2011-07-021-3/+3
* libnm-util: update 802.1x setting documentationDan Williams2011-07-021-9/+6
* libnm-util: clarify certificate and key argument namesDan Williams2011-05-101-54/+54
* libnm-util: fix misspelling in property documentationDan Williams2011-03-041-1/+1