aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/sql/sql_attribute.c
Commit message (Collapse)AuthorAgeFilesLines
* ported some hard-to-merge cherries back to trunk :-/Martin Willi2008-11-121-18/+2
| | | | | shame, svn, shame: this was ways to complicated we should consider a switch to git...
* fixed compiler warnings issued by:Martin Willi2008-11-111-0/+2
| | | | | | gcc 4.3 curl.h gcc type-checking glibc with enabled FORTIFY_SOURCE checking
* added option charon.plugins.sql.lease_history to disable lease history loggingMartin Willi2008-07-241-4/+17
|
* experimental and untested reimplementation of sql based IP poolMartin Willi2008-07-221-159/+141
| | | | | uses address preallocation and separate address/lease tables for linear lookup time
* sql plugin supports a list of pools to fall back, specified by e.g. ↵Martin Willi2008-07-021-10/+29
| | | | rightsourceip=%pool1,pool2
* fixed chunk_increment, fixes reuse of already assigned addressesMartin Willi2008-06-301-1/+1
|
* suppress listing of integrity algorithm if it is undefinedAndreas Steffen2008-05-171-3/+3
|
* static leases use 0, not NULL timeoutMartin Willi2008-05-151-2/+2
| | | | fixed static leases
* fixed lookup for expired leasesMartin Willi2008-05-131-3/+9
| | | | initializing database if in inconsistent state
* ported IP pool to mysqlMartin Willi2008-05-091-22/+22
|
* correctly reassigning valid leasesMartin Willi2008-05-091-1/+2
|
* sql pool prototypeMartin Willi2008-04-181-33/+87
|
* fixed compiler warningMartin Willi2008-04-171-0/+226