Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - log changed | Jan Hutter | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | - code cleaned up | Jan Hutter | 2005-12-06 | 11 | -131/+164 |
| | |||||
* | - code cleaned up | Jan Hutter | 2005-12-06 | 3 | -14/+19 |
| | |||||
* | - implemented jobs DELETE_HALF_OPEN_IKE_SA and DELETE_ESTABLISHED_IKE_SA | Jan Hutter | 2005-12-06 | 1 | -22/+142 |
| | |||||
* | - cancelling of busy prime thread allowed | Martin Willi | 2005-12-06 | 1 | -0/+4 |
| | |||||
* | - kernel interface hacks, works partially | Martin Willi | 2005-12-05 | 5 | -172/+362 |
| | | | | | - interface must be redefined | ||||
* | - added payload CERT | Jan Hutter | 2005-12-05 | 1 | -6/+43 |
| | | | | | | - cleaned code of different states - added additional notify handling | ||||
* | - started implementation of netlink kernel interface | Martin Willi | 2005-12-04 | 3 | -0/+337 |
| | |||||
* | - logging cleanup | Martin Willi | 2005-12-04 | 4 | -8/+4 |
| | | | | | - pid re-replaced with thread_ids, since nptl does not distinguish pids between threads | ||||
* | - logger added | Martin Willi | 2005-12-04 | 2 | -21/+70 |
| | |||||
* | - implemented RSA, only signing and verifying esma_pkcs1 padded | Martin Willi | 2005-12-04 | 3 | -0/+446 |
| | | | | | | | | | | | - removed gmp-helper: chunk_to_mpz is now done with gmp functions, prime generation in prime-pool - added prime-pool (needs priority fix) - proof of concept RSA authentication - mpz uses LEAK_DETECTIVE - configuration-manager supports rsa keys | ||||
* | fixed different bugs when checking out ike sa and retransmitting | Jan Hutter | 2005-12-02 | 1 | -0/+1 |
| | | | | requests | ||||
* | - retransmitting of requests implemented | Jan Hutter | 2005-12-02 | 1 | -7/+24 |
| | |||||
* | - added new job type retransmit_request_job_t | Jan Hutter | 2005-12-02 | 1 | -17/+86 |
| | | | | - fixed memory leaks | ||||
* | - added notify message handling to ike_sa_init_requested_t and | Jan Hutter | 2005-12-02 | 1 | -3/+11 |
| | | | | responder_init_t | ||||
* | cleaned code | Jan Hutter | 2005-12-02 | 1 | -4/+12 |
| | |||||
* | - globals packed in a daemon | Martin Willi | 2005-11-29 | 4 | -31/+31 |
| | |||||
* | - changed allocation behavior | Martin Willi | 2005-11-29 | 1 | -18/+3 |
| | |||||
* | - return value cleanup | Martin Willi | 2005-11-28 | 8 | -118/+52 |
| | |||||
* | - moved hasher_*_t to *_hasher_t | Martin Willi | 2005-11-27 | 1 | -0/+4 |
| | | | | | - some logging improvements | ||||
* | - threads are new identified by pid | Martin Willi | 2005-11-26 | 5 | -9/+23 |
| | |||||
* | - documentation and cleanup of threads package | Martin Willi | 2005-11-25 | 8 | -208/+327 |
| | |||||
* | - added function create_and_checkout to the ike_sa_manager_t | Jan Hutter | 2005-11-24 | 1 | -16/+3 |
| | |||||
* | - moved algorithm definitions from payloads to corresponding transforms | Martin Willi | 2005-11-24 | 1 | -0/+1 |
| | | | | | - cleanup of docs in transforms | ||||
* | - typedefs changed | Martin Willi | 2005-11-24 | 8 | -23/+24 |
| | |||||
* | - | Martin Willi | 2005-11-23 | 1 | -0/+31 |
| | |||||
* | - created package threads | Martin Willi | 2005-11-23 | 8 | -0/+970 |