aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/threads
Commit message (Collapse)AuthorAgeFilesLines
* - log changedJan Hutter2005-12-061-1/+1
|
* - code cleaned upJan Hutter2005-12-0611-131/+164
|
* - code cleaned upJan Hutter2005-12-063-14/+19
|
* - implemented jobs DELETE_HALF_OPEN_IKE_SA and DELETE_ESTABLISHED_IKE_SAJan Hutter2005-12-061-22/+142
|
* - cancelling of busy prime thread allowedMartin Willi2005-12-061-0/+4
|
* - kernel interface hacks, works partiallyMartin Willi2005-12-055-172/+362
| | | | | - interface must be redefined
* - added payload CERTJan Hutter2005-12-051-6/+43
| | | | | | - cleaned code of different states - added additional notify handling
* - started implementation of netlink kernel interfaceMartin Willi2005-12-043-0/+337
|
* - logging cleanupMartin Willi2005-12-044-8/+4
| | | | | - pid re-replaced with thread_ids, since nptl does not distinguish pids between threads
* - logger addedMartin Willi2005-12-042-21/+70
|
* - implemented RSA, only signing and verifying esma_pkcs1 paddedMartin Willi2005-12-043-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 Hutter2005-12-021-0/+1
| | | | requests
* - retransmitting of requests implementedJan Hutter2005-12-021-7/+24
|
* - added new job type retransmit_request_job_tJan Hutter2005-12-021-17/+86
| | | | - fixed memory leaks
* - added notify message handling to ike_sa_init_requested_t and Jan Hutter2005-12-021-3/+11
| | | | responder_init_t
* cleaned codeJan Hutter2005-12-021-4/+12
|
* - globals packed in a daemonMartin Willi2005-11-294-31/+31
|
* - changed allocation behaviorMartin Willi2005-11-291-18/+3
|
* - return value cleanupMartin Willi2005-11-288-118/+52
|
* - moved hasher_*_t to *_hasher_tMartin Willi2005-11-271-0/+4
| | | | | - some logging improvements
* - threads are new identified by pidMartin Willi2005-11-265-9/+23
|
* - documentation and cleanup of threads packageMartin Willi2005-11-258-208/+327
|
* - added function create_and_checkout to the ike_sa_manager_tJan Hutter2005-11-241-16/+3
|
* - moved algorithm definitions from payloads to corresponding transformsMartin Willi2005-11-241-0/+1
| | | | | - cleanup of docs in transforms
* - typedefs changedMartin Willi2005-11-248-23/+24
|
* - Martin Willi2005-11-231-0/+31
|
* - created package threadsMartin Willi2005-11-238-0/+970