aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/eap_sim
Commit message (Collapse)AuthorAgeFilesLines
* Streamlined EAP plugins to use a dash between eap-method, as used in all ↵Martin Willi2009-10-151-3/+3
| | | | other places
* SIM card interface takes IMSI as parameter (same as in USIM)Martin Willi2009-10-091-14/+6
|
* Cleaned up EAP-SIM en/decoding, eliminated unaligned half-word readsMartin Willi2009-10-051-99/+108
|
* Do not assign SIM version to a volatile buffer on stackMartin Willi2009-09-221-15/+11
|
* Removed chunk_from_buf() in favor of a simpler chunk_from_chars() macroMartin Willi2009-09-111-11/+4
|
* use sysconfdir, no need for an additional confdir variableMartin Willi2009-09-071-1/+1
|
* Use macros to define --with optionsMartin Willi2009-09-071-1/+3
|
* remove spaces before tabs at the beginning of lines (^( )+\t)Martin Willi2009-09-041-1/+1
|
* remove spaces within tabs (\t( )+\t)Martin Willi2009-09-041-10/+10
|
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-041-1/+1
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-042-55/+55
|
* added -avoid-version to LDFLAGS, plugins are not versionedMartin Willi2009-07-031-1/+1
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-303-6/+0
|
* merging changes from portability branch back to trunkTobias Brunner2009-04-301-2/+2
| | | | | important change for developers: %Y replaces %D to print identities!
* updated DoxyfileMartin Willi2009-03-242-2/+2
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* fixed copy-paste bug (double-free)Martin Willi2008-12-041-1/+0
|
* reintegrated two-sim branch providing SIM card plugin APIMartin Willi2008-10-105-423/+87
|
* ported parts of two-sim branchMartin Willi2008-08-221-2/+6
| | | | | | eap_identity parameter to exchange in eap_identity some auth_info/peer_cfg refactorings fixed some bugs, introduced new ones
* plugin load configuration in strongswan.confMartin Willi2008-05-151-3/+3
| | | | | | some components accept a "component.load" option with a space separated list of plugins to load libcharon- plugins are now handled the same way as libstrongswan- plugins
* added API for random number generators, served through credential factoryMartin Willi2008-04-151-7/+6
| | | | ported randomizer_t to a rng_t on top of /dev/(u)random (plugin random)
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-136-0/+1658