aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/authenticators/eap
Commit message (Collapse)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-196-1612/+0
|
* Use message instead of attributes in hookMartin Willi2010-02-262-31/+23
|
* Separated the public interfaces of the threading primitives.Tobias Brunner2009-12-231-1/+1
|
* Moved mutex.c to a separate folder in order to cleanly wrap other threading ↵Tobias Brunner2009-12-231-1/+1
| | | | primitives (and utils/mutex.h is now threading.h).
* Extended SIM manager by hooks, currently featuring attribute and key hooksMartin Willi2009-11-302-1/+134
|
* Handle NOT_SUPPORTED or other errors properly in get_quintupletMartin Willi2009-11-301-4/+10
|
* Message stringification supports more detailed EAP payload informationMartin Willi2009-11-182-0/+36
|
* Support variable RES length in AKA quintupletsMartin Willi2009-11-122-12/+29
|
* Ported pseudonym/reauth functionality to EAP-AKAMartin Willi2009-11-121-0/+4
|
* Use new identity constructor in EAP-SIMMartin Willi2009-11-121-0/+5
|
* Moved card/provider enumeration to SIM manager, providing wrapped functions ↵Martin Willi2009-11-122-22/+503
| | | | for both SIM and AKA plugins
* Query triplet/quintuplet functions with permanent identity only,Martin Willi2009-11-121-31/+40
| | | | extended sim_provider with a is_pseudonym() function.
* Added missing hasher includeMartin Willi2009-11-121-0/+1
|
* sim_provider_t API gained support for pseudonym/fast reauthenticationMartin Willi2009-11-121-16/+46
|
* sim_card_t API gained support for pseudonym/fast reauthenticationMartin Willi2009-11-121-16/+55
|
* Merged SIM/USIM manager/card/provider, avoids code duplicationMartin Willi2009-10-123-297/+82
|
* SIM card interface takes IMSI as parameter (same as in USIM)Martin Willi2009-10-091-14/+11
|
* Fixed USIM parameter descriptionMartin Willi2009-10-091-1/+1
|
* Separated 3gpp2 USIM card and provider functionalityMartin Willi2009-10-091-13/+19
|
* Implemented a manager for USIM cards/providers very similar to the SIM managerMartin Willi2009-10-092-0/+284
|
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-041-3/+3
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-046-38/+38
|
* OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the ↵Tobias Brunner2009-08-141-1/+1
| | | | enums mutex/condvar/rwlock_type_t.
* 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
|