aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/sql/pool.c
Commit message (Collapse)AuthorAgeFilesLines
* 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