Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added getprotobyname to whitelist4.4.0 | Andreas Steffen | 2010-05-02 | 1 | -0/+1 |
| | |||||
* | Whitelist register_printf_specifier in leak detective | Martin Willi | 2009-11-17 | 1 | -0/+1 |
| | |||||
* | Distinguish invalid free()s between corrupted magic and invalid pointer | Martin Willi | 2009-10-05 | 1 | -5/+24 |
| | |||||
* | whitelist Curl_client_write | Andreas Steffen | 2009-09-27 | 1 | -0/+2 |
| | |||||
* | replaces four spaces by tabs, where appropriate | Martin Willi | 2009-09-04 | 1 | -10/+10 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -38/+38 |
| | |||||
* | whitelist openssl ecdsa_check function | Martin Willi | 2009-08-27 | 1 | -0/+1 |
| | |||||
* | added getnetbyname/gethostbyname2 to leak detective whitelist, used by pluto | Martin Willi | 2009-08-26 | 1 | -0/+2 |
| | |||||
* | gcrypt rng implementation | Martin Willi | 2009-06-09 | 1 | -0/+2 |
| | |||||
* | initialize gcrypt threadsave, currently for pthread only | Martin Willi | 2009-06-09 | 1 | -0/+3 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | printf hooks refactored to increase portability (i.e. support for platforms ↵ | Tobias Brunner | 2009-03-12 | 1 | -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 Willi | 2008-12-12 | 1 | -0/+12 |
| | | | | machines | ||||
* | whitelisted another pthread_setspecific implementation | Martin Willi | 2008-12-08 | 1 | -0/+1 |
| | |||||
* | leak whitelisting of OPENSSL_config() | Martin Willi | 2008-12-04 | 1 | -0/+1 |
| | |||||
* | whitelisting localtime_r | Martin Willi | 2008-11-10 | 1 | -0/+1 |
| | |||||
* | separated backtrace functionality from leak_detective, used in | Martin Willi | 2008-11-05 | 1 | -121/+31 |
| | | | | | | leak_detective mutex profiling signal handler | ||||
* | capability API to allow plugin-controlled capability set | Martin Willi | 2008-08-28 | 1 | -0/+1 |
| | |||||
* | a (incomplete) implementation of draft-sheffer-ikev2-gtc-00.txt using PAM | Martin Willi | 2008-08-21 | 1 | -0/+1 |
| | |||||
* | whitelisting leaks of ENGINE_load_builtin_engines | Martin Willi | 2008-07-01 | 1 | -0/+1 |
| | |||||
* | DNS resolving of ike_cfg hosts dynamically on demand | Martin Willi | 2008-06-06 | 1 | -0/+2 |
| | |||||
* | extended leak detective white list for OpenSSL | Martin Willi | 2008-06-06 | 1 | -0/+3 |
| | |||||
* | plugin load configuration in strongswan.conf | Martin Willi | 2008-05-15 | 1 | -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_r | Martin Willi | 2008-05-09 | 1 | -0/+1 |
| | |||||
* | replaced --with-gid/uid by --with-group/user | Martin Willi | 2008-05-08 | 1 | -0/+2 |
| | | | | | using named users, groups fixed capability dropping in pluto | ||||
* | resetting old scheduling policy correctly in free() hook | Martin Willi | 2008-05-05 | 1 | -1/+1 |
| | |||||
* | redirecting all leak_report information to stderr | Martin Willi | 2008-04-03 | 1 | -18/+30 |
| | |||||
* | some code cleanups | Martin Willi | 2008-04-03 | 1 | -49/+23 |
| | |||||
* | replaced mutex in leak detective with thread scheduling | Tobias Brunner | 2008-04-03 | 1 | -18/+36 |
| | |||||
* | leak detective detects heap over- and underflow | Martin Willi | 2008-03-28 | 1 | -13/+71 |
| | |||||
* | updated leak_detective whitelist: libxml and clearsilver functions | Martin Willi | 2008-03-28 | 1 | -1/+12 |
| | |||||
* | whitelisted FCGX_Init | Martin Willi | 2008-03-27 | 1 | -5/+11 |
| | | | | reporting count of leaks suppressed by whitelist | ||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -107/+113 |
| | |||||
* | added vsyslog to leak detectives white list | Martin Willi | 2007-09-27 | 1 | -1/+2 |
| | | | | removed debugging hook on openac cleanup | ||||
* | disabling leak detective at runtime by setting LEAK_DETECTIVE_DISABLE env var | Martin Willi | 2007-06-08 | 1 | -3/+14 |
| | |||||
* | fixed compilation warnings and errors when not using curl | Martin Willi | 2007-03-13 | 1 | -1/+4 |
| | |||||
* | whitelisting static Curl_getaddrinfo() memory leak | Andreas Steffen | 2007-03-09 | 1 | -0/+6 |
| | |||||
* | merged EAP framework from branch into trunk | Martin Willi | 2007-02-12 | 1 | -0/+1 |
| | | | | | includes a lot of other modifications | ||||
* | fixed HAVE_BACKTRACE checks | Martin Willi | 2006-12-11 | 1 | -1/+3 |
| | | | | starter Makefile now uses proper $(COMPILE) to build pluto objects | ||||
* | made backtrace() calls optional to support uClibc | Martin Willi | 2006-12-06 | 1 | -0/+2 |
| | |||||
* | better split up of library files "types.h" & "definitions.h" | Martin Willi | 2006-10-31 | 1 | -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 Willi | 2006-10-18 | 1 | -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 Willi | 2006-09-27 | 1 | -8/+16 |
| | |||||
* | extended statusall output | Martin Willi | 2006-09-21 | 1 | -2/+41 |
| | | | | | added job/event-queue statistics added allocation statistics when using LEAK_DETECTIVE | ||||
* | cleanups in kernel interface code | Martin Willi | 2006-07-18 | 1 | -0/+1 |
| | | | | | | added proper traffic selector to string conversion some cleanups here & there | ||||
* | leak detective blanks memory on free & alloc, allows further membug detection | Martin Willi | 2006-07-12 | 1 | -12/+26 |
| | |||||
* | updated whitelist (getprotobynumber) | Martin Willi | 2006-07-05 | 1 | -0/+2 |
| | |||||
* | updated leak detective whitelist | Martin Willi | 2006-07-04 | 1 | -5/+6 |
| | |||||
* | fixed whitelist detection | Martin Willi | 2006-06-20 | 1 | -4/+8 |
| | |||||
* | reworked function ignore mechanism to not-report whitelist | Martin Willi | 2006-06-20 | 1 | -233/+46 |
| | | | | rather than overriding functions |