summaryrefslogtreecommitdiff
path: root/libnm-util/nm-setting-8021x.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-16all: goodbye libnm-glibLubomir Rintel1-3730/+0
2019-04-03Revert "all: goodbye libnm-glib"Lubomir Rintel1-0/+3730
2019-03-19all: goodbye libnm-glibLubomir Rintel1-3730/+0
2018-09-17docs: misc. typos pt2luz.paz1-2/+2
2018-04-30all: remove consecutive empty linesBeniamino Galvani1-3/+0
2017-03-17all: fix typos in documentation and commentsYuri Chornoivan1-2/+2
2016-06-17all: replace _nm_utils_string_in_list() with g_strv_contains()Thomas Haller1-5/+5
2016-03-03all: don't include error->code in log messagesThomas Haller1-14/+14
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller1-2/+1
2016-02-14all/trivial: rename STRLEN() macro to NM_STRLEN()Thomas Haller1-4/+4
2016-02-12build: cleanup default includesThomas Haller1-2/+3
2015-08-05all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship1-1/+0
2015-06-01build: rename file "include/nm-utils-internal.h" to "nm-macros-internal.h"Thomas Haller1-1/+1
2015-03-12libnm: only call strlen() once in NMSetting8021x:path_to_scheme_value()Thomas Haller1-5/+7
2015-03-12libnm: ensure valid blob for nm_setting_802_1x_set_*_cert()Thomas Haller1-4/+32
2015-03-12libnm: combine get_cert_scheme() and verify_cert() and ensure valid paths for...Thomas Haller1-21/+17
2014-12-18docs: misc small fixesDan Winship1-15/+15
2014-11-19libnm, libnm-util: move settings doc generation to libnm-coreDan Winship1-234/+0
2014-11-13libnm*: fix library gettext usageDan Winship1-1/+1
2014-11-13all: consistently include config.hDan Winship1-0/+2
2014-08-29libnm-util: add ifcfg-rh specific description for propertiesJiří Klimeš1-0/+234
2014-08-01libnm-util: fix warning converting between enum types in nm-setting-8021x.cThomas Haller1-2/+7
2014-07-15libnm-util, libnm-glib: whitespace fixesDan Winship1-9/+15
2014-07-15libnm-util, libnm-glib: standardize copyright/license headersDan Winship1-5/+2
2014-06-19libnm-util: remove NMSetting* GParamSpec docsDan Winship1-343/+135
2014-06-19libnm-util: various NMSetting* property doc fixes/improvementsDan Winship1-62/+135
2014-06-19libnm-util: fix gtk-doc bugs in NMSetting* propertiesDan Winship1-1/+1
2014-06-19libnm-util, libnm-glib: be consistent about "Wi-Fi", "Ethernet", "InfiniBand"...Dan Winship1-2/+2
2014-05-12libnm-util: return better error messages on failures for _set_ functionsJiří Klimeš1-24/+34
2014-02-28libnm-util: add *_remove_*_by_value() functions for '802-1x' settingJiří Klimeš1-0/+99
2014-02-25libnm-util: fix adding values to 'phase2-altsubject-matches'Jiří Klimeš1-5/+6
2014-02-25libnm-util: fix verify_identity() in '802-1x' settingJiří Klimeš1-0/+2
2014-02-24docs: use %TRUE, %FALSE macros instead of plain TRUE, FALSE values for gtkdocJiří Klimeš1-13/+13
2013-12-12libnm-util: refactor NMSetting name and register_settingsThomas Haller1-1/+0
2013-12-02libnm-util: remove usage of NM_SETTING_PARAM_SERIALIZEDan Williams1-32/+32
2013-10-23core: add support for EAP-PWD authenticationjvoisin1-3/+4
2013-06-13libnm-util: prefix errors with 'setting.property' instead of 'property' onlyJiří Klimeš1-30/+30
2013-05-29libnm-util: deprecate nm_utils_slist_free(), use g_slist_free_full()Dan Winship1-9/+9
2013-05-28libnm-util: sync some 802.1x function arguments with documentationDan Williams1-36/+36
2013-05-28libnm-util: implement connection changed signalDan Williams1-10/+61
2013-05-03libnm-util: clarify 802.1x password and password-raw documentationDan Williams1-2/+7
2013-04-19Use %NULL macro in doc stringsMartin Pitt1-10/+10
2013-03-26libnm-util: install :pin and :pin-flags as properties for NMSetting8021xJiří Klimeš1-0/+41
2013-03-13libnm-util: make property verification errors more descriptiveJiří Klimeš1-94/+135
2013-03-08libnm-util: free temporary GByteArray when using NM_SETTING_802_1X_CK_SCHEME_...Dan Williams1-37/+30
2013-02-13all: remove pointless NULL checksDan Winship1-4/+2
2012-10-29libnm-util: clean up setting registrationDan Williams1-1/+6
2012-09-26all: Don't use ctype.h macrosDan Winship1-1/+0
2012-02-15Use glib-mkenums to generate enum typesDan Winship1-24/+0
2012-01-27libnm-util: add 'pac-file' property for 8021x setting (used in EAP-FAST)Jiří Klimeš1-1/+39