aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/enum.c
Commit message (Collapse)AuthorAgeFilesLines
* fixed a bug in enum_from_name() functionAndreas Steffen2010-12-121-1/+1
|
* Implemented generic enum name to enum value mappingMartin Willi2010-08-231-3/+26
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* printf hooks refactored to increase portability (i.e. support for platforms ↵Tobias Brunner2009-03-121-31/+5
| | | | 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-11/+22
|
* solved 64 bit issue by changing long to intAndreas Steffen2006-11-011-8/+11
|
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-311-0/+70
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