aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/authenticators/eap
Commit message (Collapse)AuthorAgeFilesLines
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-305-10/+0
|
* missed strcaseeq addedTobias Brunner2009-04-171-1/+1
|
* moved strcaseeq() macro from constants.h to utils.hAndreas Steffen2009-04-171-1/+1
|
* merged multi-auth branch back into trunkMartin Willi2009-04-144-13/+53
|
* updated DoxyfileMartin Willi2009-03-243-3/+3
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* reintegrated eap-radius branch into trunkMartin Willi2009-03-242-1/+4
|
* adding plugin for EAP-MS-CHAPv2Tobias Brunner2009-02-182-1/+4
|
* replaced most pthread_mutex/cond_t by wrapped mutex/condvar_t variantMartin Willi2008-11-051-10/+10
|
* reintegrated two-sim branch providing SIM card plugin APIMartin Willi2008-10-102-0/+261
|
* ported parts of two-sim branchMartin Willi2008-08-221-1/+6
| | | | | | eap_identity parameter to exchange in eap_identity some auth_info/peer_cfg refactorings fixed some bugs, introduced new ones
* a (incomplete) implementation of draft-sheffer-ikev2-gtc-00.txt using PAMMartin Willi2008-08-212-6/+6
|
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-1313-3916/+279
|
* implemented IKEV2 EAP-SIM server and client test module that use triplets ↵Andreas Steffen2008-02-043-140/+719
| | | | stored in a file. For details see the scenario 'ikev2/rw-eap-sim-rsa'
* fixed EAP-MD5 to accept Name attribute in challengeMartin Willi2007-12-181-1/+2
|
* implemented Expanded EAP types to support vendor specific methodsMartin Willi2007-12-135-22/+52
|
* fixed actual ID length when AT_IDENTITY gets paddedMartin Willi2007-12-131-1/+2
|
* ported EAP-AKA branch into trunkMartin Willi2007-12-132-0/+1578
|
* merged EAP-MD5 into trunkMartin Willi2007-12-122-0/+339
|
* output of eap_type_names requires %N formatAndreas Steffen2007-05-181-1/+1
|
* changing UID/GID after startup of pluto/charonMartin Willi2007-05-071-33/+0
| | | | added --with-uid/--with-gid configure option
* proper notification handlingMartin Willi2007-04-101-1/+103
|
* giving up EAP-SIM authentication after 3 failed challengesMartin Willi2007-03-271-0/+15
|
* EAP-SIM cleanupsMartin Willi2007-03-191-2/+2
|
* added --with-sim-reader option to configure scriptMartin Willi2007-03-142-27/+30
| | | | | some cleanups in eap_sim
* version number selection fixMartin Willi2007-03-142-11/+18
| | | | some cleanups
* added EAP-SIM authenticationMartin Willi2007-03-134-1/+823
| | | | | | | client side only uses an external SIM reader library specified with SIM_READER_LIB untested
* added generic EAP_IDENTITY client implementation using peers IKEv2 IDMartin Willi2007-03-132-0/+194
|
* removed eap aka module due ndaMartin Willi2007-02-132-1532/+0
|
* merged EAP framework from branch into trunkMartin Willi2007-02-124-0/+2016
includes a lot of other modifications