aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/tasks/ike_me.c
Commit message (Collapse)AuthorAgeFilesLines
* moved ike_initiator flag to IKE_SAs condition bitfieldMartin Willi2008-11-121-1/+1
|
* reintegrated bus-refactoring branchMartin Willi2008-10-141-4/+2
|
* merging modularized kernel interface back to trunkTobias Brunner2008-09-251-5/+5
|
* introduced an additional bus->signal parameter for signal specific dataMartin Willi2008-07-181-2/+4
| | | | added SIG_IKE/SIG_CHD macros for signal emitting
* added API for random number generators, served through credential factoryMartin Willi2008-04-151-18/+10
| | | | ported randomizer_t to a rng_t on top of /dev/(u)random (plugin random)
* fixing a problem if the mediation server initiates the rekeyingTobias Brunner2008-04-101-2/+1
|
* mediation connections should now properly rekeyTobias Brunner2008-04-091-8/+10
|
* fixing some memory leaksTobias Brunner2008-04-021-2/+17
|
* checking the size of ME_* notify payloadsTobias Brunner2008-03-271-8/+1
|
* mediation extension adapted to the naming convention of the current version ↵Tobias Brunner2008-03-261-0/+837
of the draft. note: the external interface (config, autotools) has not yet been changed