Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrated printf_hook_t to INIT/METHOD macros | Andreas Steffen | 2010-12-02 | 1 | -12/+12 |
| | |||||
* | Added support for early and late calls to Vstr wrappers. | Tobias Brunner | 2010-08-10 | 1 | -21/+50 |
| | | | | | That is, prevent a SIGSEGV if Vstr wrappers are called before printf_hook_t is initialized and after it is destroyed. | ||||
* | Added missing Vstr wrappers for asprintf. | Tobias Brunner | 2010-08-06 | 1 | -0/+29 |
| | |||||
* | Adding DBG_LIB to all calls of libstrongswan's version of DBG*. | Tobias Brunner | 2010-04-06 | 1 | -3/+5 |
| | |||||
* | Fixing some includes by replacing <> with "". | Tobias Brunner | 2010-03-02 | 1 | -2/+2 |
| | | | | I changed only the includes needed to fix the build on Android, which has an utils.h system header file, but we should probably change all the local includes in libstrongswan to "" and relative paths. | ||||
* | Using the thread wrapper in charon, libstrongswan and their plugins. | Tobias Brunner | 2009-12-23 | 1 | -12/+6 |
| | |||||
* | Use register_printf_specifier instead of deprecated ↵ | Martin Willi | 2009-11-12 | 1 | -4/+15 |
| | | | | register_printf_function, if available | ||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -20/+20 |
| | |||||
* | added a configure option to enable the Vstr string library even if ↵ | Tobias Brunner | 2009-04-24 | 1 | -7/+7 |
| | | | | register_printf_function is available | ||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | merging changes from portability branch back to trunk | Tobias Brunner | 2009-04-30 | 1 | -2/+2 |
| | | | | | important change for developers: %Y replaces %D to print identities! | ||||
* | fixed compiler warning | Martin Willi | 2009-03-19 | 1 | -1/+1 |
| | |||||
* | printf hooks refactored to increase portability (i.e. support for platforms ↵ | Tobias Brunner | 2009-03-12 | 1 | -4/+375 |
| | | | | without glibc-compatible customizable printf - the Vstr string library is currently required on such platforms). | ||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -104/+28 |
| | |||||
* | implemented RFC4478 (repeated authentication) | Martin Willi | 2007-11-20 | 1 | -0/+23 |
| | | | | | changed %V printf handler to take a time delta, %#V now takes two arguments | ||||
* | fixed 64 bit issue with print time | Andreas Steffen | 2007-01-20 | 1 | -0/+13 |
| | |||||
* | better split up of library files "types.h" & "definitions.h" | Martin Willi | 2006-10-31 | 1 | -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 |