aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/sql/sql_attribute.c
Commit message (Expand)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 attrib...Martin Willi2009-04-241-0/+1
* 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
* 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
* fixed compiler warnings issued by:Martin Willi2008-11-111-0/+2
* 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
* sql plugin supports a list of pools to fall back, specified by e.g. rightsour...Martin Willi2008-07-021-10/+29
* 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 lookup for expired leasesMartin Willi2008-05-131-3/+9
* 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