aboutsummaryrefslogtreecommitdiffstats
path: root/Source/lib/utils/leak_detective.c
Commit message (Collapse)AuthorAgeFilesLines
* - import of strongswan-2.7.0Martin Willi2006-04-281-540/+0
| | | | | - applied patch for charon
* - reworked usage of IDs in various statesMartin Willi2006-04-271-36/+36
| | | | | | - 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-85/+104
| | | | | | | | - stroke status / ipsec status shows them - added statusall for stroke - added status by connection name - some tests repaired, more to come
* - fixed doxygen buildMartin Willi2006-04-201-4/+2
| | | | | - seperates now in lib and charon
* - library initialization done at a central point (library.c)Martin Willi2006-04-201-137/+200
| | | | | - some leak_detective fixes
* - fixed log-to-syslog behaviorMartin Willi2006-04-201-12/+67
| | | | | - added patch against strongswan-2.6.4
* - using asn1 pluto stuff nowMartin Willi2006-04-181-20/+43
|
* - split up in libstrong, charon, stroke, testing doneMartin Willi2006-04-101-0/+382
- 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