aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/threads/kernel_interface.h
Commit message (Collapse)AuthorAgeFilesLines
* restructured file layoutMartin Willi2007-04-101-331/+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
* fixed netlink socket receiver codeMartin Willi2007-03-031-6/+22
| | | | implemented interface enumeration code with netlink: no getifaddrs reqired anymore
* merged tasking branch into trunkMartin Willi2007-02-281-0/+34
|
* added support for transport mode and (experimental!) BEET modeMartin Willi2006-12-211-2/+6
| | | | | support for the type=transport/tunnel parameter in charon
* moved typedefs to beginning of files to solve some include problemsMartin Willi2006-10-301-6/+4
| | | | | | | splitted authenticator to have a separate implementation for each auth_method_t using va_copy to clone va_lists, should fix proplems on AMD64 some other cleanups
* add priority management for kernel policyMartin Willi2006-09-081-1/+2
| | | | | | | let ROUTED policies installed, until manuall removed introduced new naming scheme to allow proper shutdown of IKE/CHILD_SAs ike_sa_manager cleanups
* cleanups in kernel interface codeMartin Willi2006-07-181-48/+88
| | | | | | added proper traffic selector to string conversion some cleanups here & there
* added policy cache to kernel interfaceMartin Willi2006-07-121-73/+55
| | | | | | allows refcounting of multiple installed policies finally brings us stable simultaneous rekeying
* updated copyright informationMartin Willi2006-07-071-1/+2
|
* applied new changes from NATT teamMartin Willi2006-06-231-0/+24
| | | | | DPD only done when no IPsec and IKE traffic processed minor changes here and there
* first merge of NATT codeMartin Willi2006-06-221-0/+42
|
* improved kernel interface loggingMartin Willi2006-06-091-3/+2
|
* specifying keysize in bits, as it is required in IKEv2Martin Willi2006-06-091-7/+8
| | | | | | added generic kernel SA algorithm handling, which brings us: aes-128, aes-256, blowfish, des, 3des and null encryption for CHILD_SAs
* job management:Martin Willi2006-05-311-14/+18
| | | | | | | | | | | | | 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... :-)
* (no commit message)Martin Willi2006-05-101-0/+185