| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed return value if SIG payload missing | Martin Willi | 2012-03-20 | 1 | -1/+1 |
* | Added a IKEv1 hybrid authenticator based on Pubkey/PSK authenticators | Martin Willi | 2012-03-20 | 3 | -0/+175 |
* | Use real ID payload to build HASH_I|R for Main Mode authentication. | Tobias Brunner | 2012-03-20 | 6 | -14/+47 |
* | Fixed compiler warning (set but unused variable) | Martin Willi | 2012-03-20 | 1 | -1/+1 |
* | Added generic XAuth backend, using secrets provided by credential sets. | Tobias Brunner | 2012-03-20 | 1 | -1/+1 |
* | Get first XAuth backend if none configured | Martin Willi | 2012-03-20 | 1 | -1/+2 |
* | Use a string to identify xauth backends, no need for integer types | Martin Willi | 2012-03-20 | 4 | -64/+43 |
* | Remove xauth_authenticator, we handle it in the task | Martin Willi | 2012-03-20 | 2 | -230/+0 |
* | Added missing auth_method_t enum names | Martin Willi | 2012-03-20 | 1 | -1/+9 |
* | Defined hybrid IKEv1 authentication methods | Martin Willi | 2012-03-20 | 1 | -0/+10 |
* | Added a factory function for IKEv1 authenticators | Martin Willi | 2012-03-20 | 2 | -2/+42 |
* | Implemented IKEv1 pubkey SIG payload processing in an authenticator | Martin Willi | 2012-03-20 | 2 | -0/+259 |
* | Implemented IKEv1 PSK HASH payload processing in separated authenticator | Martin Willi | 2012-03-20 | 2 | -0/+198 |
* | IKEv1 XAuth: Added a "NULL" XAuth plugin which sends a hardcoded user/pass, a... | Clavister OpenSource | 2012-03-20 | 1 | -1/+1 |
* | IKEv1 XAuth: Added plugin support for XAuth, which allows us to have plugins ... | Clavister OpenSource | 2012-03-20 | 6 | -0/+647 |
* | IKEv1 XAuth: Added XAuthResp authentication modes. | Clavister OpenSource | 2012-03-20 | 1 | -0/+10 |
* | Map auth_class to auth method and IKEv1 proposal attribute | Martin Willi | 2012-03-20 | 1 | -0/+10 |
* | Added not-yet used sa_payload parameters used in IKEv1 | Martin Willi | 2012-03-20 | 1 | -0/+6 |
* | Moved version specific keymat functions to specific interfaces. | Tobias Brunner | 2012-03-20 | 3 | -13/+16 |
* | Don't use union members directly in plugin_feature_t. | Tobias Brunner | 2011-10-14 | 1 | -1/+1 |
* | Added a generic callback to register EAP methods using plugin features | Martin Willi | 2011-10-14 | 2 | -0/+35 |
* | Migrated all SIM/AKA code to libsimaka, use SIM and AKA backend managers regi... | Martin Willi | 2011-08-08 | 5 | -1127/+0 |
* | logging initial EAP Identifier in EAP Identity Request | Andreas Steffen | 2011-05-29 | 1 | -3/+5 |
* | Resolve and connect to RADIUS servers not before required | Martin Willi | 2011-04-21 | 1 | -0/+1 |
* | display EAP identifiers in HEX format | Andreas Steffen | 2011-04-06 | 1 | -4/+4 |
* | log the EAP identifier also for vendor specific EAP methods | Andreas Steffen | 2011-04-05 | 1 | -2/+2 |
* | log the initial value of the EAP identifier | Andreas Steffen | 2011-04-05 | 1 | -5/+6 |
* | added get_identifier() and set_identifier() methods | Andreas Steffen | 2011-04-05 | 1 | -3/+18 |
* | Migrated sim_manager to INIT/METHOD macros | Martin Willi | 2011-03-08 | 1 | -150/+92 |
* | Protect sim card/provider/hook (un-)registration with a rwlock | Martin Willi | 2011-03-08 | 1 | -0/+58 |
* | Splitted sim_manager.h header to sim_{card,provider,hooks}.h | Martin Willi | 2011-03-08 | 4 | -226/+305 |
* | Include the used reserved bytes from ID payloads in AUTH calculation | Martin Willi | 2011-01-05 | 8 | -29/+81 |
* | Migrated psk/pubkey_authenticators to INIT/METHOD macros | Martin Willi | 2011-01-05 | 2 | -84/+70 |
* | Use the AAA Identity for EAP authentication, if given | Martin Willi | 2010-08-31 | 1 | -1/+9 |
* | Moved EAP type/code definitions to a seprate header file in libstrongswan | Martin Willi | 2010-08-31 | 2 | -35/+1 |
* | Use a seperate section for each nested struct member in INIT macro | Martin Willi | 2010-08-18 | 1 | -19/+7 |
* | some simplifications using the INIT macro | Andreas Steffen | 2010-08-17 | 1 | -7/+5 |
* | Migrated eap_authenticator to INIT/METHOD macros | Andreas Steffen | 2010-08-13 | 1 | -66/+60 |
* | Migrated eap_manager to INIT/METHOD macros | Andreas Steffen | 2010-08-13 | 1 | -31/+23 |
* | moved eap_from_string() fomr libcharon to libstrongswan to make it available ... | Andreas Steffen | 2010-08-13 | 2 | -43/+0 |
* | recognize eap-ttls method | Andreas Steffen | 2010-08-12 | 1 | -0/+1 |
* | Use bits instead of bytes for a private/public key | Martin Willi | 2010-08-10 | 1 | -3/+3 |
* | Added EAP-TLS plugin stub | Martin Willi | 2010-08-03 | 1 | -0/+1 |
* | Moved credential manager to libstrongswan | Martin Willi | 2010-07-13 | 6 | -106/+7 |
* | Use the responder side configured EAP-Identity directly, if given | Martin Willi | 2010-07-05 | 1 | -7/+16 |
* | Copy EAP specific attributes to auth config only | Martin Willi | 2010-07-05 | 1 | -7/+0 |
* | Moving charon to libcharon. | Tobias Brunner | 2010-03-19 | 14 | -0/+3282 |