aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/sql/pool.c
Commit message (Expand)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
* merged multi-auth branch back into trunkMartin Willi2009-04-141-5/+0
* printf hooks refactored to increase portability (i.e. support for platforms w...Tobias Brunner2009-03-121-2/+2
* ported some hard-to-merge cherries back to trunk :-/Martin Willi2008-11-121-11/+3
* 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
* convert comma-separated RDNs into slash-separated OpenSSL --subject formatAndreas Steffen2008-06-051-13/+3
* fixed --utc parsing positionMartin Willi2008-06-051-22/+47
* fixed UTC identitationMartin Willi2008-06-051-12/+141
* 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
* 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
* 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