aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/enum.h
Commit message (Collapse)AuthorAgeFilesLines
* Pass opaque data to printf hooks and print_in_hook()Martin Willi2012-07-131-1/+1
|
* Implemented generic enum name to enum value mappingMartin Willi2010-08-231-0/+18
|
* Fixing some includes by replacing <> with "".Tobias Brunner2010-03-021-1/+1
| | | | 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.
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-041-1/+1
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-2/+2
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* updated DoxyfileMartin Willi2009-03-241-1/+1
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* printf hooks refactored to increase portability (i.e. support for platforms ↵Tobias Brunner2009-03-121-5/+6
| | | | 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-21/+34
|
* solved 64 bit issue by changing long to intAndreas Steffen2006-11-011-2/+2
|
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-311-0/+106
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