Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - added test for appending hmac functionality | Martin Willi | 2005-11-22 | 1 | -5/+43 | |
| | ||||||
* | changed constructor | Jan Hutter | 2005-11-22 | 1 | -1/+1 | |
| | ||||||
* | - fully implemented | Jan Hutter | 2005-11-22 | 1 | -55/+106 | |
| | ||||||
* | - implemented until state change | Jan Hutter | 2005-11-22 | 1 | -21/+94 | |
| | ||||||
* | - partly implemented | Jan Hutter | 2005-11-22 | 1 | -1/+42 | |
| | ||||||
* | - implemented most parts | Jan Hutter | 2005-11-22 | 1 | -79/+167 | |
| | ||||||
* | - added new logging context for configuration manager | Jan Hutter | 2005-11-22 | 2 | -2/+5 | |
| | ||||||
* | - partly documented | Jan Hutter | 2005-11-22 | 2 | -132/+171 | |
| | ||||||
* | -destroy function moved in file :-) | Jan Hutter | 2005-11-22 | 1 | -19/+19 | |
| | ||||||
* | (no commit message) | Jan Hutter | 2005-11-22 | 1 | -3/+3 | |
| | ||||||
* | nonce is now copied when setting or getting | Jan Hutter | 2005-11-22 | 1 | -13/+31 | |
| | ||||||
* | fixed error in mapping of prf algorithms | Jan Hutter | 2005-11-22 | 1 | -2/+2 | |
| | ||||||
* | - fixed segmentation fault when destroying ike_sa entries | Jan Hutter | 2005-11-22 | 1 | -7/+6 | |
| | ||||||
* | - added logging when destroying | Jan Hutter | 2005-11-22 | 1 | -0/+2 | |
| | ||||||
* | - added logging when destroying | Jan Hutter | 2005-11-22 | 1 | -0/+2 | |
| | ||||||
* | - added logging when destroying | Jan Hutter | 2005-11-22 | 1 | -1/+3 | |
| | ||||||
* | - two daemon logger were created -> fixed | Jan Hutter | 2005-11-22 | 1 | -14/+3 | |
| | | | | | - bug in freeing of globals fixed | |||||
* | - readded | Martin Willi | 2005-11-22 | 1 | -0/+103 | |
| | ||||||
* | - fuck | Jan Hutter | 2005-11-22 | 1 | -103/+0 | |
| | ||||||
* | - implemented | Martin Willi | 2005-11-22 | 2 | -12/+63 | |
| | | | | | - not tested! | |||||
* | - removed key from constructor | Martin Willi | 2005-11-22 | 3 | -32/+49 | |
| | | | | | - added set_key method | |||||
* | - added hmac test | Martin Willi | 2005-11-22 | 3 | -3/+226 | |
| | ||||||
* | - renamed constant | Martin Willi | 2005-11-22 | 1 | -1/+1 | |
| | ||||||
* | - definition of interface for singer and crypter | Martin Willi | 2005-11-22 | 4 | -0/+202 | |
| | | | | | - not documented | |||||
* | - removed key from constructor | Martin Willi | 2005-11-22 | 4 | -7/+13 | |
| | | | | | - added set_key | |||||
* | (no commit message) | Jan Hutter | 2005-11-22 | 2 | -0/+139 | |
| | ||||||
* | - moved to hmac | Martin Willi | 2005-11-22 | 2 | -139/+0 | |
| | ||||||
* | - fixed memleak in sha1 | Martin Willi | 2005-11-22 | 3 | -13/+13 | |
| | ||||||
* | - implementation supporting SHA1 | Martin Willi | 2005-11-22 | 2 | -0/+302 | |
| | | | | | - UNtested | |||||
* | - chunt guet | Jan Hutter | 2005-11-21 | 4 | -39/+139 | |
| | ||||||
* | - doc | Martin Willi | 2005-11-21 | 1 | -4/+18 | |
| | | | | | - reseting when result fetched | |||||
* | - added sha1 tester | Martin Willi | 2005-11-21 | 1 | -1/+8 | |
| | ||||||
* | - implementation of hasher_sha1 | Martin Willi | 2005-11-21 | 4 | -9/+377 | |
| | | | | | - tested | |||||
* | - still one memory leak and segmentation fault | Jan Hutter | 2005-11-21 | 2 | -3/+1 | |
| | ||||||
* | - allready partly working | Jan Hutter | 2005-11-21 | 8 | -45/+110 | |
| | ||||||
* | current state | Jan Hutter | 2005-11-21 | 17 | -1132/+1600 | |
| | ||||||
* | - skeletons for: | Martin Willi | 2005-11-21 | 8 | -0/+516 | |
| | | | | | | | | - prf - prf_hmac_sha1 - hasher - hasher_sha1 | |||||
* | - cleaned up logging | Martin Willi | 2005-11-21 | 1 | -21/+48 | |
| | ||||||
* | - added definition of ike_sa_state_m | Martin Willi | 2005-11-21 | 1 | -0/+5 | |
| | ||||||
* | - renamed IKE_SA_INITIALIZED to IKE_SA_ESTABLISHED | Martin Willi | 2005-11-21 | 6 | -2/+265 | |
| | | | | | - added states for ike_auth_requested and ike_sa_established | |||||
* | (no commit message) | Jan Hutter | 2005-11-21 | 10 | -0/+438 | |
| | ||||||
* | - ike_sa more improved | Jan Hutter | 2005-11-21 | 1 | -60/+238 | |
| | ||||||
* | - current payload type was read at wrong location | Jan Hutter | 2005-11-21 | 1 | -3/+5 | |
| | ||||||
* | - switching of initiator flag only on requests | Jan Hutter | 2005-11-21 | 1 | -3/+5 | |
| | ||||||
* | - added clone functionality | Jan Hutter | 2005-11-21 | 6 | -66/+260 | |
| | ||||||
* | - cleaned up logging | Martin Willi | 2005-11-21 | 2 | -46/+68 | |
| | ||||||
* | - cleanup of logging | Martin Willi | 2005-11-21 | 2 | -33/+58 | |
| | ||||||
* | - fixed loglevel output bug | Martin Willi | 2005-11-21 | 1 | -2/+2 | |
| | ||||||
* | - cleanup of logging | Martin Willi | 2005-11-21 | 1 | -52/+84 | |
| | ||||||
* | - added thread-id to log for some contexes | Martin Willi | 2005-11-21 | 4 | -24/+112 | |
| | | | | | - cleaned up logger output |