aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/eap_md5
Commit message (Collapse)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-241-10/+10
|
* libhydra: Remove empty unused libraryTobias Brunner2016-03-031-1/+0
|
* utils: Use memeq_const() for all cryptographic purposesMartin Willi2015-04-141-2/+1
|
* 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.
* Add a return value to hasher_t.allocate_hash()Martin Willi2012-07-161-1/+5
|
* Check rng return value when generating challenges in eap-md5 and mschapv2 ↵Tobias Brunner2012-07-161-2/+2
| | | | plugins
* 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-md5 pluginAndreas Steffen2011-10-141-10/+18
|
* Accept name fields in EAP-MD5 messagesMartin Willi2011-05-021-6/+6
|
* 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
* implemented get|set_identifier() for eap_identity_t and eap_md5_tAndreas Steffen2011-04-051-0/+14
|
* Use a seperate section for each nested struct member in INIT macroMartin Willi2010-08-182-13/+11
|
* some simplifications using the INIT macroAndreas Steffen2010-08-171-9/+7
|
* Migrated eap_md5 plugin to INIT/METHOD macrosAndreas Steffen2010-08-132-75/+62
|
* fixed typoAndreas Steffen2010-08-131-1/+1
|
* Moved credential manager to libstrongswanMartin Willi2010-07-131-2/+1
|
* 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/+467