aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils/leak_detective.c
Commit message (Collapse)AuthorAgeFilesLines
* added getprotobyname to whitelist4.4.0Andreas Steffen2010-05-021-0/+1
|
* Whitelist register_printf_specifier in leak detectiveMartin Willi2009-11-171-0/+1
|
* Distinguish invalid free()s between corrupted magic and invalid pointerMartin Willi2009-10-051-5/+24
|
* whitelist Curl_client_writeAndreas Steffen2009-09-271-0/+2
|
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-041-10/+10
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-38/+38
|
* whitelist openssl ecdsa_check functionMartin Willi2009-08-271-0/+1
|
* added getnetbyname/gethostbyname2 to leak detective whitelist, used by plutoMartin Willi2009-08-261-0/+2
|
* gcrypt rng implementationMartin Willi2009-06-091-0/+2
|
* initialize gcrypt threadsave, currently for pthread onlyMartin Willi2009-06-091-0/+3
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* printf hooks refactored to increase portability (i.e. support for platforms ↵Tobias Brunner2009-03-121-1/+0
| | | | without glibc-compatible customizable printf - the Vstr string library is currently required on such platforms).
* leak detective binds execution to a signle core, avoids corruption on SMP ↵Martin Willi2008-12-121-0/+12
| | | | machines
* 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
| | | | | | leak_detective mutex profiling signal handler
* 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
| | | | | | some components accept a "component.load" option with a space separated list of plugins to load libcharon- plugins are now handled the same way as libstrongswan- plugins
* whitelisted gmtime_rMartin Willi2008-05-091-0/+1
|
* replaced --with-gid/uid by --with-group/user Martin Willi2008-05-081-0/+2
| | | | | using named users, groups fixed capability dropping in pluto
* 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
| | | | reporting count of leaks suppressed by whitelist
* 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
| | | | removed debugging hook on openac cleanup
* 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
| | | | | includes a lot of other modifications
* fixed HAVE_BACKTRACE checksMartin Willi2006-12-111-1/+3
| | | | starter Makefile now uses proper $(COMPILE) to build pluto objects
* 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
| | | | | | | | | centralized all printf specifier character definitions reuse of arginfo handlers more cleanups fixed more AMD64 issues added DEBUG_LEVEL compile flag to exclude DBGn() statements
* introduced new logging subsystem using bus:Martin Willi2006-10-181-32/+28
| | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more...
* (no commit message)Martin Willi2006-09-271-8/+16
|
* extended statusall outputMartin Willi2006-09-211-2/+41
| | | | | added job/event-queue statistics added allocation statistics when using LEAK_DETECTIVE
* cleanups in kernel interface codeMartin Willi2006-07-181-0/+1
| | | | | | added proper traffic selector to string conversion some cleanups here & there
* 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
| | | | rather than overriding functions