aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/settings.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixing some includes by replacing <> with "".Tobias Brunner2010-03-021-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.
* Added a "double" getter to libstrongswan settingsMartin Willi2010-01-111-0/+10
|
* Support enumeration of key/value pairs in a section of strongswan.confMartin Willi2009-11-171-0/+11
|
* pass NULL to library_init() to load settings from default fileMartin Willi2009-09-101-1/+4
|
* remove spaces before tabs at the beginning of lines (^( )+\t)Martin Willi2009-09-041-11/+11
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-4/+4
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* merged multi-auth branch back into trunkMartin Willi2009-04-141-1/+1
|
* updated DoxyfileMartin Willi2009-03-241-1/+1
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* settings section enumerationMartin Willi2008-11-071-18/+32
| | | | printf style key lookup
* time values in strongswan.conf can be optionally specified in days (d), ↵Andreas Steffen2008-09-041-1/+10
| | | | hours (h), minutes (m), or seconds (s)
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-0/+96