aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/eap_identity
Commit message (Collapse)AuthorAgeFilesLines
* plugins: Don't link with -rdynamic on WindowsMartin Willi2014-06-041-1/+1
|
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-3/+5
| | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only.
* Moved eap/xauth classes out of protocol specific subdirectoriesMartin Willi2012-03-201-1/+1
|
* Separated libcharon/sa directory with ikev1 and ikev2 subfoldersMartin Willi2012-03-201-1/+1
|
* Add features support to eap-identity pluginAndreas Steffen2011-10-141-10/+14
|
* Added a (not yet implemented) plugin_t method to reload plugin configurationMartin Willi2011-04-151-0/+1
|
* Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ↵Martin Willi2011-04-151-0/+7
| | | | over plugin_t
* added missing function pointers in eap_identity_create_server()Andreas Steffen2011-04-061-0/+2
|
* implemented get|set_identifier() for eap_identity_t and eap_md5_tAndreas Steffen2011-04-051-3/+25
|
* Use a seperate section for each nested struct member in INIT macroMartin Willi2010-08-182-9/+11
|
* some simplifications using the INIT macroAndreas Steffen2010-08-171-9/+7
|
* allow to send an EAP Identity response without matching requestAndreas Steffen2010-08-131-1/+1
|
* Migrated eap_identity plugin to INIT/METHOD macrosAndreas Steffen2010-08-132-72/+56
|
* Respect line with in Makefile.am's, other cosmeticsMartin Willi2010-03-251-1/+2
|
* Changed all usages of lib->attributes to hydra->attributes.Tobias Brunner2010-03-241-1/+1
|
* Convert charon into libcharon.Tobias Brunner2010-03-191-1/+1
|
* Moving charon to libcharon.Tobias Brunner2010-03-195-0/+384