Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typos | Tobias Brunner | 2007-09-27 | 1 | -1/+1 |
| | |||||
* | removed unused chunk variable | Andreas Steffen | 2007-09-12 | 1 | -3/+1 |
| | |||||
* | overwrite shared_key with random bytes before freeing it | Andreas Steffen | 2007-09-11 | 1 | -2/+2 |
| | |||||
* | replaced get_rsa_private_key() by rsa_signature() in order restrict the ↵ | Andreas Steffen | 2007-09-11 | 1 | -18/+5 |
| | | | | distribution of private key material | ||||
* | corrected debug output | Andreas Steffen | 2007-08-10 | 1 | -1/+1 |
| | |||||
* | support of CA-based ipsec policies | Andreas Steffen | 2007-05-18 | 1 | -0/+1 |
| | |||||
* | output of eap_type_names requires %N format | Andreas Steffen | 2007-05-18 | 1 | -1/+1 |
| | |||||
* | authentication failure is handled in ike_auth.c | Andreas Steffen | 2007-05-15 | 1 | -3/+5 |
| | |||||
* | support of multiple certificates with same peer id | Andreas Steffen | 2007-05-15 | 1 | -18/+7 |
| | |||||
* | changing UID/GID after startup of pluto/charon | Martin Willi | 2007-05-07 | 1 | -33/+0 |
| | | | | added --with-uid/--with-gid configure option | ||||
* | added support for EAP methods not establishing an MSK | Martin Willi | 2007-04-19 | 3 | -28/+49 |
| | |||||
* | proper notification handling | Martin Willi | 2007-04-10 | 1 | -1/+103 |
| | |||||
* | restructured file layout | Martin Willi | 2007-04-10 | 3 | -3/+1 |
| | | | | | | | | | new configuration structure: peer_cfg: configuration related to a peer (authenitcation, ...= ike_cfg: config to use for IKE setup (proposals) child_Cfg: config for CHILD_SA (proposals, traffic selectors) a peer_cfg has one ike_cfg and multiple child_cfg's stroke now uses fixed count of threads | ||||
* | removed send_queue, handled internally in sender_t know | Martin Willi | 2007-03-28 | 1 | -1/+0 |
| | | | | | do header parsing in receiver, ready for cookie integration | ||||
* | merged changes from eap-aka trunk | Martin Willi | 2007-03-28 | 2 | -14/+15 |
| | |||||
* | giving up EAP-SIM authentication after 3 failed challenges | Martin Willi | 2007-03-27 | 1 | -0/+15 |
| | |||||
* | EAP-SIM cleanups | Martin Willi | 2007-03-19 | 1 | -2/+2 |
| | |||||
* | added --with-sim-reader option to configure script | Martin Willi | 2007-03-14 | 2 | -27/+30 |
| | | | | | some cleanups in eap_sim | ||||
* | removed dublicated code in eap_authenticator | Martin Willi | 2007-03-14 | 1 | -12/+3 |
| | |||||
* | version number selection fix | Martin Willi | 2007-03-14 | 2 | -11/+18 |
| | | | | some cleanups | ||||
* | added EAP-SIM authentication | Martin Willi | 2007-03-13 | 4 | -1/+823 |
| | | | | | | | client side only uses an external SIM reader library specified with SIM_READER_LIB untested | ||||
* | added generic EAP_IDENTITY client implementation using peers IKEv2 ID | Martin Willi | 2007-03-13 | 3 | -0/+215 |
| | |||||
* | removed eap aka module due nda | Martin Willi | 2007-02-13 | 2 | -1532/+0 |
| | |||||
* | merged EAP framework from branch into trunk | Martin Willi | 2007-02-12 | 9 | -36/+2556 |
| | | | | | includes a lot of other modifications | ||||
* | some fixes for doxygen | Martin Willi | 2006-10-31 | 3 | -8/+8 |
| | |||||
* | better split up of library files "types.h" & "definitions.h" | Martin Willi | 2006-10-31 | 1 | -1/+1 |
| | | | | | | | | | centralized all printf specifier character definitions reuse of arginfo handlers more cleanups fixed more AMD64 issues added DEBUG_LEVEL compile flag to exclude DBGn() statements | ||||
* | moved (myself) in log output | Andreas Steffen | 2006-10-31 | 1 | -1/+1 |
| | |||||
* | moved typedefs to beginning of files to solve some include problems | Martin Willi | 2006-10-30 | 6 | -0/+693 |
splitted authenticator to have a separate implementation for each auth_method_t using va_copy to clone va_lists, should fix proplems on AMD64 some other cleanups |