aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils/leak_detective.c
Commit message (Expand)AuthorAgeFilesLines
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
* printf hooks refactored to increase portability (i.e. support for platforms w...Tobias Brunner2009-03-121-1/+0
* leak detective binds execution to a signle core, avoids corruption on SMP mac...Martin Willi2008-12-121-0/+12
* whitelisted another pthread_setspecific implementationMartin Willi2008-12-081-0/+1
* leak whitelisting of OPENSSL_config()Martin Willi2008-12-041-0/+1
* whitelisting localtime_rMartin Willi2008-11-101-0/+1
* separated backtrace functionality from leak_detective, used inMartin Willi2008-11-051-121/+31
* capability API to allow plugin-controlled capability setMartin Willi2008-08-281-0/+1
* a (incomplete) implementation of draft-sheffer-ikev2-gtc-00.txt using PAMMartin Willi2008-08-211-0/+1
* whitelisting leaks of ENGINE_load_builtin_enginesMartin Willi2008-07-011-0/+1
* DNS resolving of ike_cfg hosts dynamically on demandMartin Willi2008-06-061-0/+2
* extended leak detective white list for OpenSSLMartin Willi2008-06-061-0/+3
* plugin load configuration in strongswan.confMartin Willi2008-05-151-0/+1
* whitelisted gmtime_rMartin Willi2008-05-091-0/+1
* replaced --with-gid/uid by --with-group/user Martin Willi2008-05-081-0/+2
* resetting old scheduling policy correctly in free() hookMartin Willi2008-05-051-1/+1
* redirecting all leak_report information to stderrMartin Willi2008-04-031-18/+30
* some code cleanupsMartin Willi2008-04-031-49/+23
* replaced mutex in leak detective with thread schedulingTobias Brunner2008-04-031-18/+36
* leak detective detects heap over- and underflowMartin Willi2008-03-281-13/+71
* updated leak_detective whitelist: libxml and clearsilver functionsMartin Willi2008-03-281-1/+12
* whitelisted FCGX_InitMartin Willi2008-03-271-5/+11
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-107/+113
* added vsyslog to leak detectives white listMartin Willi2007-09-271-1/+2
* disabling leak detective at runtime by setting LEAK_DETECTIVE_DISABLE env varMartin Willi2007-06-081-3/+14
* fixed compilation warnings and errors when not using curlMartin Willi2007-03-131-1/+4
* whitelisting static Curl_getaddrinfo() memory leakAndreas Steffen2007-03-091-0/+6
* merged EAP framework from branch into trunkMartin Willi2007-02-121-0/+1
* fixed HAVE_BACKTRACE checksMartin Willi2006-12-111-1/+3
* made backtrace() calls optional to support uClibcMartin Willi2006-12-061-0/+2
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-311-1/+1
* introduced new logging subsystem using bus:Martin Willi2006-10-181-32/+28
* (no commit message)Martin Willi2006-09-271-8/+16
* extended statusall outputMartin Willi2006-09-211-2/+41
* cleanups in kernel interface codeMartin Willi2006-07-181-0/+1
* leak detective blanks memory on free & alloc, allows further membug detectionMartin Willi2006-07-121-12/+26
* updated whitelist (getprotobynumber)Martin Willi2006-07-051-0/+2
* updated leak detective whitelistMartin Willi2006-07-041-5/+6
* fixed whitelist detectionMartin Willi2006-06-201-4/+8
* reworked function ignore mechanism to not-report whitelistMartin Willi2006-06-201-233/+46
* proper leak detective hook for reallocMartin Willi2006-06-071-9/+36
* (no commit message)Martin Willi2006-05-101-0/+540