aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/enum.h
Commit message (Collapse)AuthorAgeFilesLines
* 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