Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - code cleanup in network and config | Martin Willi | 2005-12-06 | 1 | -25/+16 |
| | | | | | - moved packet_t members to private, added getter and setters | ||||
* | - code cleanup of encoding package | Martin Willi | 2005-12-06 | 1 | -21/+25 |
| | |||||
* | - better management of unknown_payload, with critical check | Martin Willi | 2005-12-06 | 1 | -227/+221 |
| | | | | | - message code cleanup | ||||
* | - added payload CERT | Jan Hutter | 2005-12-05 | 1 | -2/+30 |
| | | | | | | - cleaned code of different states - added additional notify handling | ||||
* | - logging cleanup | Martin Willi | 2005-12-04 | 1 | -5/+10 |
| | | | | | - 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 | 1 | -0/+9 |
| | |||||
* | - fixes | Martin Willi | 2005-12-02 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -0/+9 |
| | | | | - fixed memory leaks | ||||
* | - state ike_sa_init_responded implemented (has some memleaks) | Martin Willi | 2005-12-02 | 1 | -1/+2 |
| | |||||
* | - added notify message handling to ike_sa_init_requested_t and | Jan Hutter | 2005-12-02 | 1 | -21/+34 |
| | | | | responder_init_t | ||||
* | - fixed bugs | Jan Hutter | 2005-12-01 | 1 | -1/+5 |
| | |||||
* | code of message_t cleaned and added more logs | Jan Hutter | 2005-11-30 | 1 | -100/+180 |
| | |||||
* | - fixed message decryption | Martin Willi | 2005-11-30 | 1 | -27/+63 |
| | |||||
* | - 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 | 1 | -12/+8 |
| | |||||
* | 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 |
| | |||||
* | - 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 | 1 | -4/+4 |
| | |||||
* | - fixed bug in diffie hellman exchange (no public value was written) | Jan Hutter | 2005-11-29 | 1 | -0/+3 |
| | |||||
* | - globals packed in a daemon | Martin Willi | 2005-11-29 | 1 | -3/+3 |
| | |||||
* | - changed creation of iterator | Jan Hutter | 2005-11-29 | 1 | -35/+7 |
| | | | | - chanded all clone calls | ||||
* | - changed allocation behavior | Martin Willi | 2005-11-29 | 1 | -4/+3 |
| | |||||
* | - return value cleanup | Martin Willi | 2005-11-28 | 1 | -8/+3 |
| | |||||
* | - memory allocation checks removed | Jan Hutter | 2005-11-28 | 1 | -152/+106 |
| | |||||
* | generator rewritten (no memory allocation test anymore) | Jan Hutter | 2005-11-28 | 1 | -19/+4 |
| | |||||
* | - encryptino payload | Martin Willi | 2005-11-28 | 1 | -99/+126 |
| | |||||
* | - moved linked_list_iterator_t to iterator_t, located in iterator.h | Martin Willi | 2005-11-24 | 1 | -5/+5 |
| | |||||
* | - typedefs changed | Martin Willi | 2005-11-24 | 1 | -6/+6 |
| | |||||
* | changed enum and structs names to _t | Jan Hutter | 2005-11-24 | 1 | -6/+6 |
| | |||||
* | ok | Martin Willi | 2005-11-23 | 1 | -1/+1 |
| | |||||
* | - created encoding package | Martin Willi | 2005-11-23 | 1 | -0/+877 |