aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/config/policies/policy.h
Commit message (Collapse)AuthorAgeFilesLines
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-311-1/+1
| | | | | | | | | centralized all printf specifier character definitions reuse of arginfo handlers more cleanups fixed more AMD64 issues added DEBUG_LEVEL compile flag to exclude DBGn() statements
* moved typedefs to beginning of files to solve some include problemsMartin Willi2006-10-301-43/+7
| | | | | | | 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
* added methods get_my_ca() and get_other_ca()Andreas Steffen2006-10-281-2/+22
|
* introduced new logging subsystem using bus:Martin Willi2006-10-181-5/+5
| | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more...
* added hostaccess support; moved auth_method to policyAndreas Steffen2006-09-251-7/+64
|
* add priority management for kernel policyMartin Willi2006-09-081-1/+1
| | | | | | | let ROUTED policies installed, until manuall removed introduced new naming scheme to allow proper shutdown of IKE/CHILD_SAs ike_sa_manager cleanups
* implemented handling of dpdaction and dpddelay ipsec.conf parametersMartin Willi2006-09-081-2/+34
|
* reuse reqid when a ROUTED child_sa gets INSTALLEDMartin Willi2006-09-051-1/+2
| | | | | | | | | fixed a bug in retransmission code added support for the "keyingtries" ipsec.conf parameter added support for the "dpddelay" ipsec.conf parameter done some work for "dpdaction" behavior some other cleanups and fixes
* implemented proper refcounting using atomic operationsMartin Willi2006-07-281-0/+3
|
* implemented IKE_SA rekeyingMartin Willi2006-07-271-2/+1
| | | | | | uses ikelifetime, rekeymargin and rekeyfuzz config settings no handling of simultaneus exchanges yet!
* introduced refcounting on policy and connectionsMartin Willi2006-07-201-111/+77
| | | | | | | | | aren't stored in the IKE_SA anymore, they are queried on the fly are immutable now, allows it to share them policy selection based on traffic selectors, leads to valid lookup results rekeying queries the policy based on its traffic selectors
* updated copyright informationMartin Willi2006-07-071-1/+2
|
* support of cert payloadsAndreas Steffen2006-07-031-0/+8
|
* workaround for peers rekeying at the same timeMartin Willi2006-06-121-1/+10
| | | | | loading lifetime policies from ipsec.conf
* added support for leftsendcert= and left|rightca= parametersAndreas Steffen2006-06-091-0/+9
|
* further work for rekeying:Martin Willi2006-06-071-0/+19
| | | | | | | | | get liftimes from policy added new state initiation of rekeying done proposal redone: removed support for AH+ESP proposals
* - policies contain a connections name nowMartin Willi2006-05-291-1/+14
| | | | | | | | - used for initiate and delete - connections won't get initiated twice anymore - deleting of connections is now possible, which allows us to use ipsec update and ipsec reload
* (no commit message)Martin Willi2006-05-101-0/+249