aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/eap_sim_file
Commit message (Collapse)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-199-769/+0
|
* Reverting eba28948a584b9d02474cf5d256b04b8d2adbe6a which was only necessary ↵Tobias Brunner2010-03-021-1/+0
| | | | | | | when cross-compiling the plugins for Android 2.0. With the coming monolithic build using Android.mk files this won't be necessary anymore.
* Streamlined the source file list formatting in plugin makefiles.Tobias Brunner2010-03-021-4/+5
|
* Link all enabled libstrongswan plugins into the library, link all enabled ↵Tobias Brunner2010-03-021-2/+5
| | | | charon plugins into libcharon.
* Changed plugin constructors from plugin_create to plugin_name_plugin_create.Tobias Brunner2010-03-021-2/+2
|
* Removing the plugin constructor declarations from the header files.Tobias Brunner2010-03-021-5/+0
|
* Link all plugins to libstrongswan.Tobias Brunner2010-02-251-0/+1
|
* 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).
* Use status_t return value for get_quintuplet() dummy implementationsMartin Willi2009-11-201-1/+1
|
* Support variable RES length in AKA quintupletsMartin Willi2009-11-122-2/+2
|
* Moved reauth/pseudonym functionality from eap-sim-file to separate plugins, ↵Martin Willi2009-11-122-375/+8
| | | | usable by any SIM/AKA backend
* eap-sim-file plugin supports volatile in-memory storage of fast ↵Martin Willi2009-11-122-25/+199
| | | | reauthentication data
* Query triplet/quintuplet functions with permanent identity only,Martin Willi2009-11-122-56/+37
| | | | extended sim_provider with a is_pseudonym() function.
* eap-sim-file plugin can store pseudonym information volatile in memoryMartin Willi2009-11-124-5/+225
|
* sim_provider_t API gained support for pseudonym/fast reauthenticationMartin Willi2009-11-121-0/+3
|
* sim_card_t API gained support for pseudonym/fast reauthenticationMartin Willi2009-11-121-0/+4
|
* Fixed all doxygen warningsMartin Willi2009-10-223-3/+3
|
* Streamlined EAP plugins to use a dash between eap-method, as used in all ↵Martin Willi2009-10-151-3/+3
| | | | other places
* Improved debugging log in SIM triplet lookupMartin Willi2009-10-141-3/+4
|
* Merged SIM/USIM manager/card/provider, avoids code duplicationMartin Willi2009-10-122-4/+16
|
* SIM card interface takes IMSI as parameter (same as in USIM)Martin Willi2009-10-095-59/+27
|
* use sysconfdir, no need for an additional confdir variableMartin Willi2009-09-071-1/+1
|
* remove spaces before tabs at the beginning of lines (^( )+\t)Martin Willi2009-09-042-4/+4
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-046-43/+43
|
* OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the ↵Tobias Brunner2009-08-141-1/+1
| | | | enums mutex/condvar/rwlock_type_t.
* added -avoid-version to LDFLAGS, plugins are not versionedMartin Willi2009-07-031-1/+1
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-308-16/+0
|
* merging changes from portability branch back to trunkTobias Brunner2009-04-301-1/+1
| | | | | important change for developers: %Y replaces %D to print identities!
* fixed some newline encodingsMartin Willi2009-04-162-55/+55
|
* merged multi-auth branch back into trunkMartin Willi2009-04-142-6/+5
|
* updated DoxyfileMartin Willi2009-03-244-4/+4
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* reintegrated two-sim branch providing SIM card plugin APIMartin Willi2008-10-109-0/+791