aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils/lexparser.c
Commit message (Collapse)AuthorAgeFilesLines
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-12/+12
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* removed unused extract_last_token() and the required memrchr implementationMartin Willi2009-02-181-37/+3
|
* add a compatible memrchr() function if the platform does not support it ↵Andreas Steffen2009-01-091-0/+3
| | | | (e.g. old glibc). Patch courtesy to Thomas Jarosch
* added memstr and extract_token_str helper functionsTobias Brunner2008-12-031-0/+27
|
* extract_token() now handles whitespaceAndreas Steffen2008-04-251-0/+8
|
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-9/+2
|
* fixed memrchr compiler warningMartin Willi2007-11-191-0/+2
|
* search : delimiter in ipsec.secrets entries from the rearAndreas Steffen2007-11-161-1/+29
|
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-311-2/+2
| | | | | | | | | 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
* replaced 'missing value' warning by zero length chunk_t valueAndreas Steffen2006-09-251-1/+2
|
* fixed the ids parsing bugAndreas Steffen2006-09-191-0/+1
|
* (no commit message)Martin Willi2006-05-101-0/+135