aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/config/policy.c
Commit message (Collapse)AuthorAgeFilesLines
* - added separate implementation for connection_store, credential_store, ↵Martin Willi2006-04-251-397/+0
| | | | | | | | policy_store - added folder structure to config - credentials are fetched solely on IDs now
* - split up in libstrong, charon, stroke, testing doneMartin Willi2006-04-101-3/+2
| | | | | | | | | - 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
* - works quite well now with ipsec.conf & ipsec starterMartin Willi2006-03-201-0/+100
|
* - reworked configuration framework completlyMartin Willi2006-03-161-0/+298
- configuration is now split up in: connections, policies, credentials and daemon config - further alloc/free fixes needed!