aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/printf_hook.c
Commit message (Collapse)AuthorAgeFilesLines
* Using the thread wrapper in charon, libstrongswan and their plugins.Tobias Brunner2009-12-231-12/+6
|
* Use register_printf_specifier instead of deprecated ↵Martin Willi2009-11-121-4/+15
| | | | register_printf_function, if available
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-20/+20
|
* added a configure option to enable the Vstr string library even if ↵Tobias Brunner2009-04-241-7/+7
| | | | register_printf_function is available
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* merging changes from portability branch back to trunkTobias Brunner2009-04-301-2/+2
| | | | | important change for developers: %Y replaces %D to print identities!
* fixed compiler warningMartin Willi2009-03-191-1/+1
|
* printf hooks refactored to increase portability (i.e. support for platforms ↵Tobias Brunner2009-03-121-4/+375
| | | | without glibc-compatible customizable printf - the Vstr string library is currently required on such platforms).
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-104/+28
|
* implemented RFC4478 (repeated authentication)Martin Willi2007-11-201-0/+23
| | | | | changed %V printf handler to take a time delta, %#V now takes two arguments
* fixed 64 bit issue with print timeAndreas Steffen2007-01-201-0/+13
|
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-311-0/+105
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