Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - logging cleanup | Martin Willi | 2005-12-04 | 3 | -20/+25 |
| | | | | | - pid re-replaced with thread_ids, since nptl does not distinguish pids between threads | ||||
* | - authentication with preshared key working but code MUST be cleaned | Jan Hutter | 2005-12-03 | 6 | -2/+60 |
| | |||||
* | - fixes | Martin Willi | 2005-12-02 | 2 | -2/+2 |
| | |||||
* | fixed different bugs when checking out ike sa and retransmitting | Jan Hutter | 2005-12-02 | 1 | -0/+1 |
| | | | | requests | ||||
* | - state ike_auth_requested | Martin Willi | 2005-12-02 | 1 | -1/+0 |
| | | | | | - does now establishing of IKE_SA in both directions | ||||
* | - added new job type retransmit_request_job_t | Jan Hutter | 2005-12-02 | 2 | -0/+17 |
| | | | | - fixed memory leaks | ||||
* | - state ike_sa_init_responded implemented (has some memleaks) | Martin Willi | 2005-12-02 | 3 | -23/+64 |
| | |||||
* | - added notify message handling to ike_sa_init_requested_t and | Jan Hutter | 2005-12-02 | 5 | -23/+133 |
| | | | | responder_init_t | ||||
* | responder_init does return DELETE_ME in case of error | Jan Hutter | 2005-12-02 | 1 | -4/+4 |
| | |||||
* | - get_type changed | Jan Hutter | 2005-12-02 | 1 | -1/+8 |
| | |||||
* | - fixed bugs | Jan Hutter | 2005-12-01 | 5 | -80/+61 |
| | |||||
* | - added ts for both initator and responder | Martin Willi | 2005-12-01 | 1 | -5/+8 |
| | | | | - ts_payload can get now ts's | ||||
* | - creation of ts payloads using ts | Martin Willi | 2005-12-01 | 4 | -49/+150 |
| | |||||
* | - implemented functionality to generate sa payload from | Jan Hutter | 2005-12-01 | 4 | -4/+414 |
| | | | | | | child_proposal_t's and vice versa... | ||||
* | implemented and tested functionality to create sa_payload from | Jan Hutter | 2005-12-01 | 8 | -5/+346 |
| | | | | | ike_proposal_t's and also generate ike_proposal_t's from sa_payload | ||||
* | code of message_t cleaned and added more logs | Jan Hutter | 2005-11-30 | 4 | -106/+256 |
| | |||||
* | - fixed message decryption | Martin Willi | 2005-11-30 | 3 | -28/+103 |
| | |||||
* | - fixed bug when finding out if payload has to get encrypted | Jan Hutter | 2005-11-30 | 1 | -2/+2 |
| | |||||
* | - fixed encryption bug | Martin Willi | 2005-11-30 | 2 | -65/+9 |
| | |||||
* | added more logging | Jan Hutter | 2005-11-30 | 1 | -1/+3 |
| | |||||
* | fixed bug | Jan Hutter | 2005-11-30 | 1 | -2/+2 |
| | |||||
* | (no commit message) | Jan Hutter | 2005-11-30 | 1 | -0/+2 |
| | |||||
* | - changed return type | Jan Hutter | 2005-11-30 | 1 | -1/+8 |
| | |||||
* | - fixed message rule | Martin Willi | 2005-11-30 | 1 | -3/+5 |
| | | | | - decryption attempt | ||||
* | - message encryption verification fully changed | Jan Hutter | 2005-11-30 | 1 | -72/+212 |
| | |||||
* | - encryption seems to work | Jan Hutter | 2005-11-29 | 1 | -21/+127 |
| | |||||
* | - tested encryption payload | Martin Willi | 2005-11-29 | 5 | -78/+145 |
| | |||||
* | - implemented and tested ts_payload_t | Jan Hutter | 2005-11-29 | 11 | -9/+1101 |
| | |||||
* | - fixed bug in diffie hellman exchange (no public value was written) | Jan Hutter | 2005-11-29 | 8 | -12/+59 |
| | |||||
* | - added and tested auth_payload_t class | Jan Hutter | 2005-11-29 | 9 | -21/+454 |
| | |||||
* | - globals packed in a daemon | Martin Willi | 2005-11-29 | 4 | -11/+11 |
| | |||||
* | - implemented compute length function | Jan Hutter | 2005-11-29 | 3 | -1/+32 |
| | |||||
* | (no commit message) | Jan Hutter | 2005-11-29 | 2 | -0/+492 |
| | |||||
* | - added and tested id_payload_t | Jan Hutter | 2005-11-29 | 6 | -0/+49 |
| | |||||
* | - changed creation of iterator | Jan Hutter | 2005-11-29 | 13 | -87/+60 |
| | | | | - chanded all clone calls | ||||
* | - changed allocation behavior | Martin Willi | 2005-11-29 | 1 | -4/+3 |
| | |||||
* | - return value cleanup | Martin Willi | 2005-11-28 | 3 | -15/+6 |
| | |||||
* | - removed memory allocation checks!!! | Jan Hutter | 2005-11-28 | 22 | -1192/+699 |
| | |||||
* | - memory allocation checks removed | Jan Hutter | 2005-11-28 | 2 | -100/+69 |
| | |||||
* | - memory allocation checks removed | Jan Hutter | 2005-11-28 | 4 | -245/+159 |
| | |||||
* | generator rewritten (no memory allocation test anymore) | Jan Hutter | 2005-11-28 | 4 | -266/+92 |
| | |||||
* | - created | Martin Willi | 2005-11-28 | 2 | -0/+861 |
| | | | | | - untested | ||||
* | - encryptino payload | Martin Willi | 2005-11-28 | 6 | -195/+260 |
| | |||||
* | - added compution of all needed keys and also creation of needed | Jan Hutter | 2005-11-28 | 4 | -3/+106 |
| | | | | transform objects | ||||
* | - moved hasher_*_t to *_hasher_t | Martin Willi | 2005-11-27 | 1 | -1/+0 |
| | | | | | - some logging improvements | ||||
* | - removed loglevel specification | Martin Willi | 2005-11-26 | 2 | -4/+0 |
| | |||||
* | - moved algorithm definitions from payloads to corresponding transforms | Martin Willi | 2005-11-24 | 2 | -147/+4 |
| | | | | | - cleanup of docs in transforms | ||||
* | - moved linked_list_iterator_t to iterator_t, located in iterator.h | Martin Willi | 2005-11-24 | 9 | -24/+24 |
| | |||||
* | function better described | Jan Hutter | 2005-11-24 | 1 | -1/+5 |
| | |||||
* | - typedefs changed | Martin Willi | 2005-11-24 | 2 | -8/+8 |
| |