| Commit message (Expand) | Author | Age | Files | Lines |
* | Moving charon to libcharon. | Tobias Brunner | 2010-03-19 | 7 | -1491/+0 |
* | Reverting eba28948a584b9d02474cf5d256b04b8d2adbe6a which was only necessary w... | Tobias Brunner | 2010-03-02 | 1 | -1/+1 |
* | Streamlined the source file list formatting in plugin makefiles. | Tobias Brunner | 2010-03-02 | 1 | -3/+6 |
* | Link all enabled libstrongswan plugins into the library, link all enabled cha... | Tobias Brunner | 2010-03-02 | 1 | -2/+5 |
* | Changed plugin constructors from plugin_create to plugin_name_plugin_create. | Tobias Brunner | 2010-03-02 | 1 | -1/+1 |
* | Removing the plugin constructor declarations from the header files. | Tobias Brunner | 2010-03-02 | 1 | -5/+0 |
* | Link all plugins to libstrongswan. | Tobias Brunner | 2010-02-25 | 1 | -2/+1 |
* | Verify EAP-SIM/AKA AT_MAC before processing any attributes | Martin Willi | 2009-11-30 | 2 | -18/+12 |
* | SIM/AKA/Request/Reauthentication AT_MAC does not include NONCE_S, only the re... | Martin Willi | 2009-11-30 | 2 | -3/+2 |
* | Build libsimaka with libtool, as we require a PIC-enabled version | Martin Willi | 2009-11-12 | 1 | -1/+1 |
* | Ported pseudonym/reauth functionality to EAP-AKA | Martin Willi | 2009-11-12 | 2 | -5/+1 |
* | Use new identity constructor in EAP-SIM | Martin Willi | 2009-11-12 | 2 | -42/+18 |
* | Moved card/provider enumeration to SIM manager, providing wrapped functions f... | Martin Willi | 2009-11-12 | 2 | -222/+17 |
* | Added option to disable identity requests completely (old behavior) | Martin Willi | 2009-11-12 | 2 | -13/+17 |
* | Initiate full authentication if reauthentication identity is unknown | Martin Willi | 2009-11-12 | 1 | -1/+6 |
* | Initial support for fast reauthentication in EAP-SIM | Martin Willi | 2009-11-12 | 2 | -31/+422 |
* | Fallback to permanent identity request if pseudonym mapping failed | Martin Willi | 2009-11-12 | 2 | -63/+119 |
* | Impemented basic pseudonym support in EAP-SIM | Martin Willi | 2009-11-12 | 2 | -24/+221 |
* | Pass SIM/AKA crypto helper to constructor of message | Martin Willi | 2009-11-12 | 2 | -24/+24 |
* | Added a doxygen group for libsimaka, some cleanups | Martin Willi | 2009-11-12 | 2 | -2/+2 |
* | EAP servers check if the received EAP message was expected | Martin Willi | 2009-11-12 | 1 | -0/+24 |
* | Use existing triplet length definitions | Martin Willi | 2009-11-12 | 2 | -33/+16 |
* | Proper handling of non-skippable attributes and client error codes in EAP-SIM | Martin Willi | 2009-11-12 | 2 | -33/+65 |
* | Use the EAP-SIM/AKA crypto helper in EAP-SIM | Martin Willi | 2009-11-12 | 2 | -192/+49 |
* | Migrated EAP-SIM to libsimaka, separated server/peer implementations | Martin Willi | 2009-11-12 | 7 | -1175/+1047 |
* | Streamlined EAP plugins to use a dash between eap-method, as used in all othe... | Martin Willi | 2009-10-15 | 1 | -3/+3 |
* | SIM card interface takes IMSI as parameter (same as in USIM) | Martin Willi | 2009-10-09 | 1 | -14/+6 |
* | Cleaned up EAP-SIM en/decoding, eliminated unaligned half-word reads | Martin Willi | 2009-10-05 | 1 | -99/+108 |
* | Do not assign SIM version to a volatile buffer on stack | Martin Willi | 2009-09-22 | 1 | -15/+11 |
* | Removed chunk_from_buf() in favor of a simpler chunk_from_chars() macro | Martin Willi | 2009-09-11 | 1 | -11/+4 |
* | use sysconfdir, no need for an additional confdir variable | Martin Willi | 2009-09-07 | 1 | -1/+1 |
* | Use macros to define --with options | Martin Willi | 2009-09-07 | 1 | -1/+3 |
* | remove spaces before tabs at the beginning of lines (^( )+\t) | Martin Willi | 2009-09-04 | 1 | -1/+1 |
* | remove spaces within tabs (\t( )+\t) | Martin Willi | 2009-09-04 | 1 | -10/+10 |
* | replaces four spaces by tabs, where appropriate | Martin Willi | 2009-09-04 | 1 | -1/+1 |
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 2 | -55/+55 |
* | added -avoid-version to LDFLAGS, plugins are not versioned | Martin Willi | 2009-07-03 | 1 | -1/+1 |
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 3 | -6/+0 |
* | merging changes from portability branch back to trunk | Tobias Brunner | 2009-04-30 | 1 | -2/+2 |
* | updated Doxyfile | Martin Willi | 2009-03-24 | 2 | -2/+2 |
* | fixed copy-paste bug (double-free) | Martin Willi | 2008-12-04 | 1 | -1/+0 |
* | reintegrated two-sim branch providing SIM card plugin API | Martin Willi | 2008-10-10 | 5 | -423/+87 |
* | ported parts of two-sim branch | Martin Willi | 2008-08-22 | 1 | -2/+6 |
* | plugin load configuration in strongswan.conf | Martin Willi | 2008-05-15 | 1 | -3/+3 |
* | added API for random number generators, served through credential factory | Martin Willi | 2008-04-15 | 1 | -7/+6 |
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 6 | -0/+1658 |