aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/sql/sql_attribute.c
Commit message (Collapse)AuthorAgeFilesLines
* move SQL-based pool functionality to new attr-sql libstrongswan pluginAndreas Steffen2009-10-131-363/+0
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-12/+12
|
* accelerate lookup in non-concatenated poolsAndreas Steffen2009-07-171-22/+40
|
* check for an existing lease over all assigned pools firstAndreas Steffen2009-07-171-24/+55
|
* fixed problem with static leases over multiple poolsAndreas Steffen2009-07-161-8/+36
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* attribute_manager supports attribute_handler's to handle configuration ↵Martin Willi2009-04-241-0/+1
| | | | | | | | attributes via plugins moved resolv.conf editing to a separate plugin (resolv_conf) extended attribute_provider interface to hand out arbitrary attributes moved strongswan.conf based dns/nbns configuration to a plugin (attr)
* merged multi-auth branch back into trunkMartin Willi2009-04-141-2/+2
|
* fixed format string argument error, resulting in crashMartin Willi2009-03-031-1/+1
| | | | fixed memleak if pool not found
* pass identity to release_address(), allows providers to do a lookup by idMartin Willi2008-12-051-2/+2
|
* 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