Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - refactored ike proposal | Martin Willi | 2006-02-14 | 6 | -234/+61 |
| | | | | | | | | - uses now proposal_t, wich is also used by child proposals - ike key derivation refactored - crypter_t api has get_key_size now - some other improvements here and there | ||||
* | - fixed memleaks | Martin Willi | 2006-02-09 | 1 | -0/+1 |
| | |||||
* | - works with new proposal code | Martin Willi | 2006-02-09 | 5 | -6/+19 |
| | | | | | - still some(!) memleaks | ||||
* | - fixed alot of bugs in child_proposal | Martin Willi | 2006-02-08 | 8 | -404/+110 |
| | | | | | - near to working state ;-) | ||||
* | - dead end implementation | Martin Willi | 2006-02-06 | 6 | -118/+116 |
| | |||||
* | - fixed doxygen warnings | Martin Willi | 2005-12-15 | 1 | -4/+7 |
| | |||||
* | - added deletion of IKE_SA | Jan Hutter | 2005-12-12 | 1 | -14/+32 |
| | |||||
* | - fixed some BAD bugs | Martin Willi | 2005-12-12 | 2 | -0/+2 |
| | | | | | - clean localhost-testcases for bad_dh, shared and rsa | ||||
* | - added todo's | Jan Hutter | 2005-12-12 | 2 | -4/+8 |
| | |||||
* | - logging cleanup in states | Martin Willi | 2005-12-07 | 1 | -1/+1 |
| | |||||
* | - added support for empty traffic selectors and empty sa payload in | Jan Hutter | 2005-12-07 | 1 | -2/+2 |
| | | | | IKE_AUTH request and reply | ||||
* | ../svn-commit.tmp | Martin Willi | 2005-12-07 | 4 | -95/+95 |
| | |||||
* | - code cleaned up | Jan Hutter | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | - code cleanup in network and config | Martin Willi | 2005-12-06 | 11 | -31/+32 |
| | | | | | - moved packet_t members to private, added getter and setters | ||||
* | - code cleanup of encoding package | Martin Willi | 2005-12-06 | 42 | -240/+337 |
| | |||||
* | - better management of unknown_payload, with critical check | Martin Willi | 2005-12-06 | 7 | -400/+374 |
| | | | | | - message code cleanup | ||||
* | - Implemented but not tested unknown_payload_t | Jan Hutter | 2005-12-05 | 7 | -0/+395 |
| | |||||
* | - Implemented and tested eap_payload_t | Jan Hutter | 2005-12-05 | 8 | -1/+366 |
| | |||||
* | - implemented and tested cp_payload_t | Jan Hutter | 2005-12-05 | 11 | -1/+1005 |
| | |||||
* | - implemented and tested VENDOR ID payload | Jan Hutter | 2005-12-05 | 8 | -0/+368 |
| | |||||
* | DELETE payload implemented and tested | Jan Hutter | 2005-12-05 | 9 | -1/+518 |
| | |||||
* | - cleaned code of generator_t class | Jan Hutter | 2005-12-05 | 3 | -79/+423 |
| | |||||
* | - implemented and tested cert_payload_t | Jan Hutter | 2005-12-05 | 6 | -3/+46 |
| | |||||
* | - added payload CERT | Jan Hutter | 2005-12-05 | 12 | -32/+519 |
| | | | | | | - cleaned code of different states - added additional notify handling | ||||
* | - 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 |
| |