aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/sql/pool.c
Commit message (Collapse)AuthorAgeFilesLines
* move SQL-based pool functionality to new attr-sql libstrongswan pluginAndreas Steffen2009-10-131-767/+0
|
* Use the default debug hook if possibleMartin Willi2009-09-161-17/+0
|
* pass NULL to library_init() to load settings from default fileMartin Willi2009-09-101-1/+1
|
* use NULL to load plugins from default plugin directoryMartin Willi2009-09-101-1/+1
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-26/+26
|
* handle plugin loading failuresMartin Willi2009-09-011-5/+8
|
* moved chunk_increment() function to libstrongswanMartin Willi2009-08-261-18/+2
|
* check integrity of pool code fileAndreas Steffen2009-08-171-0/+6
|
* check success of library_init()Andreas Steffen2009-08-141-1/+6
|
* added missing identification.h includeMartin Willi2009-06-041-0/+1
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* merging changes from portability branch back to trunkTobias Brunner2009-04-301-1/+1
| | | | | important change for developers: %Y replaces %D to print identities!
* merged multi-auth branch back into trunkMartin Willi2009-04-141-5/+0
|
* printf hooks refactored to increase portability (i.e. support for platforms ↵Tobias Brunner2009-03-121-2/+2
| | | | without glibc-compatible customizable printf - the Vstr string library is currently required on such platforms).
* ported some hard-to-merge cherries back to trunk :-/Martin Willi2008-11-121-11/+3
| | | | | shame, svn, shame: this was ways to complicated we should consider a switch to git...
* fixed statistic calcuation for static leasesMartin Willi2008-07-241-11/+14
|
* fixed pool statisticsMartin Willi2008-07-231-2/+2
|
* experimental and untested reimplementation of sql based IP poolMartin Willi2008-07-221-55/+126
| | | | | uses address preallocation and separate address/lease tables for linear lookup time
* convert comma-separated RDNs into slash-separated OpenSSL --subject formatAndreas Steffen2008-06-051-13/+3
|
* fixed --utc parsing positionMartin Willi2008-06-051-22/+47
| | | | | | support for DN filtering usign id="CN=asdf, O=asdf",addr=1.1.1.1 changed order of --leases columns
* fixed UTC identitationMartin Willi2008-06-051-12/+141
| | | | implement filtering in --leases
* cosmetics in size field of ipsec pool --status commandAndreas Steffen2008-06-041-2/+2
|
* added pool statistics (size, online, lease count, with usage ratio)Martin Willi2008-06-041-5/+36
|
* some input validation checks for --add and --resizeMartin Willi2008-06-041-6/+47
| | | | | --purge keeps an entry for each address to allow their reallaction
* fix caption alignment if date is displayed in local timeAndreas Steffen2008-05-231-2/+4
|
* added --utc option to ipsec poolAndreas Steffen2008-05-231-9/+15
|
* loading default modules depending on configure optionsMartin Willi2008-05-161-2/+1
|
* plugin load configuration in strongswan.confMartin Willi2008-05-151-2/+3
| | | | | | some components accept a "component.load" option with a space separated list of plugins to load libcharon- plugins are now handled the same way as libstrongswan- plugins
* fixed "pool --purge" on mysqlMartin Willi2008-05-131-1/+1
|
* ported IP pool to mysqlMartin Willi2008-05-091-14/+12
|
* usable prototype of "ipsec pool" toolMartin Willi2008-05-091-24/+93
|
* prototype of sql pool administration utilityMartin Willi2008-05-071-0/+435