aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/tasks/ike_me.c
Commit message (Collapse)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-191-856/+0
|
* Cleaned up some code of the mediation extension.Tobias Brunner2009-09-041-82/+102
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-82/+82
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* merging changes from portability branch back to trunkTobias Brunner2009-04-301-2/+2
| | | | | important change for developers: %Y replaces %D to print identities!
* merged multi-auth branch back into trunkMartin Willi2009-04-141-5/+5
|
* 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