aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/threads/stroke_interface.c
Commit message (Collapse)AuthorAgeFilesLines
* - import of strongswan-2.7.0Martin Willi2006-04-281-661/+0
| | | | | - applied patch for charon
* - reworked usage of IDs in various statesMartin Willi2006-04-271-1/+1
| | | | | | - using ID_ANY for any, not NULL as before - initiator sends IDr payload in IKE_AUTH when ID unique
* - add connection names to connectionsMartin Willi2006-04-271-101/+17
| | | | | | | | - stroke status / ipsec status shows them - added statusall for stroke - added status by connection name - some tests repaired, more to come
* - improved "stroke status" outputMartin Willi2006-04-261-27/+4
|
* - added separate implementation for connection_store, credential_store, ↵Martin Willi2006-04-251-475/+85
| | | | | | | | policy_store - added folder structure to config - credentials are fetched solely on IDs now
* - identification_t supports now almost all id typesMartin Willi2006-04-241-6/+6
| | | | | | - x509 certificates work with identification_t now - fixes here, fixes there
* - x509 certificate loading with pluto asn1 codeMartin Willi2006-04-191-4/+4
| | | | | - x509 needs a lot more attention!
* - fixed bad bugs in kernel interfaceMartin Willi2006-04-121-3/+7
| | | | | | - added some logging info - works now much more stable
* - split up in libstrong, charon, stroke, testing doneMartin Willi2006-04-101-22/+29
| | | | | | | | | - new leak detective with malloc hook in library - useable, but needs improvements - logger_manager has now a single instance per library - allows use of loggers from any linking prog - a LOT of other things
* ../svn-commit.tmpMartin Willi2006-04-051-1/+1
|
* - improved strokeingMartin Willi2006-04-041-0/+1147
- down connection - status - some other tweaks