aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/eap_sim/eap_sim.c
Commit message (Collapse)AuthorAgeFilesLines
* Migrated EAP-SIM to libsimaka, separated server/peer implementationsMartin Willi2009-11-121-1139/+0
|
* 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
|
* 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-041-52/+52
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* merging changes from portability branch back to trunkTobias Brunner2009-04-301-2/+2
| | | | | important change for developers: %Y replaces %D to print identities!
* fixed copy-paste bug (double-free)Martin Willi2008-12-041-1/+0
|
* reintegrated two-sim branch providing SIM card plugin APIMartin Willi2008-10-101-81/+80
|
* 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
* 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-131-0/+1150