aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/threads/thread_pool.c
Commit message (Collapse)AuthorAgeFilesLines
* restructured file layoutMartin Willi2007-04-101-181/+0
| | | | | | | | | new configuration structure: peer_cfg: configuration related to a peer (authenitcation, ...= ike_cfg: config to use for IKE setup (proposals) child_Cfg: config for CHILD_SA (proposals, traffic selectors) a peer_cfg has one ike_cfg and multiple child_cfg's stroke now uses fixed count of threads
* improved signal handling and emittingMartin Willi2006-10-261-6/+7
|
* introduced new logging subsystem using bus:Martin Willi2006-10-181-32/+35
| | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more...
* further work done for simultaneous rekeying/deleteMartin Willi2006-07-101-19/+22
| | | | | still some cases which cause trouble
* updated copyright informationMartin Willi2006-07-071-1/+2
|
* made thread ids unsigned again, to avoid negative thread ids on some systemsMartin Willi2006-07-041-1/+1
|
* first merge of NATT codeMartin Willi2006-06-221-8/+2
|
* job management:Martin Willi2006-05-311-421/+9
| | | | | | | | | | | | | moved job code from thread_pool to job, jobs have an "execute" method now added two new jobs: delete_child_sa & rekey_child_sa kernel interface: listens now for ACQUIRE & EXPIRE supports hard and soft lifetimes fires jobs for delete and rekey child sa ike sa manager: can checkout IKE SAs by requid of owned CHILD SAs we have now the infrastructure to do the rekeying... :-)
* - reimplemented proper IKE SA deletion using a seperate state,Martin Willi2006-05-231-74/+42
| | | | | should conform now to IKEv2
* - applied patch from the NAT-T team fixing several typosMartin Willi2006-05-191-3/+3
|
* - applied andreas's patchMartin Willi2006-05-181-2/+2
| | | | | | | - logger output improvements - testin gupdates - and a lot more
* (no commit message)Martin Willi2006-05-101-0/+623