aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/settings.c
Commit message (Collapse)AuthorAgeFilesLines
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-061-3/+3
|
* The parsed timeval is unsigned.Tobias Brunner2010-03-031-2/+2
|
* 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/+25
|
* Support enumeration of key/value pairs in a section of strongswan.confMartin Willi2009-11-171-0/+34
|
* pass NULL to library_init() to load settings from default fileMartin Willi2009-09-101-32/+32
|
* remove spaces before tabs at the beginning of lines (^( )+\t)Martin Willi2009-09-041-2/+2
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-25/+25
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* moved strcaseeq() macro from constants.h to utils.hAndreas Steffen2009-04-171-8/+8
|
* pluto uses the libstrongswan leak detective and a stripped-down version of ↵Andreas Steffen2009-04-161-0/+1
| | | | library_t
* settings section enumerationMartin Willi2008-11-071-16/+104
| | | | printf style key lookup
* time values in strongswan.conf can be optionally specified in days (d), ↵Andreas Steffen2008-09-041-3/+40
| | | | hours (h), minutes (m), or seconds (s)
* fixed "enabled" value key wordMartin Willi2008-06-101-1/+3
| | | | more debugging for settings parser
* added an error message when strongswan.conf cannot be readTobias Brunner2008-05-191-0/+1
|
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-0/+408