aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/sql
Commit message (Collapse)AuthorAgeFilesLines
...
* added option charon.plugins.sql.lease_history to disable lease history loggingMartin Willi2008-07-241-4/+17
|
* 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-224-232/+300
| | | | | uses address preallocation and separate address/lease tables for linear lookup time
* introduced an additional bus->signal parameter for signal specific dataMartin Willi2008-07-181-2/+3
| | | | added SIG_IKE/SIG_CHD macros for signal emitting
* 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
|
* DNS resolving of ike_cfg hosts dynamically on demandMartin Willi2008-06-061-26/+1
|
* 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
|
* fixed the strongswan.conf pathAndreas Steffen2008-05-221-1/+3
|
* suppress listing of integrity algorithm if it is undefinedAndreas Steffen2008-05-171-3/+3
|
* loading default modules depending on configure optionsMartin Willi2008-05-162-3/+3
|
* plugin load configuration in strongswan.confMartin Willi2008-05-152-5/+6
| | | | | | 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
* static leases use 0, not NULL timeoutMartin Willi2008-05-153-4/+4
| | | | fixed static leases
* fixed "pool --purge" on mysqlMartin Willi2008-05-131-1/+1
|
* fixed lookup for expired leasesMartin Willi2008-05-131-3/+9
| | | | initializing database if in inconsistent state
* added missing ipcomp DB type definitionAndreas Steffen2008-05-111-1/+1
|
* ported IP pool to mysqlMartin Willi2008-05-094-44/+74
|
* usable prototype of "ipsec pool" toolMartin Willi2008-05-091-24/+93
|
* correctly reassigning valid leasesMartin Willi2008-05-091-1/+2
|
* IPComp for IKEv2Tobias Brunner2008-05-083-5/+7
|
* prototype of sql pool administration utilityMartin Willi2008-05-072-1/+439
|
* sql pool prototypeMartin Willi2008-04-181-33/+87
|
* fixed compiler warningMartin Willi2008-04-176-2/+331
|
* extended credential_set_t interface by a cache_cert() methodMartin Willi2008-04-171-1/+9
| | | | allows persistent or in-memory caching of fetched certificates
* updated sql plugin to respect config changesMartin Willi2008-04-153-32/+50
|
* disabled SQL logging by default, as tests scenarios do not have a logging tableMartin Willi2008-04-151-1/+1
|
* implemented IKE_SA uniqueness using ipsec.conf uniqueids paramaterMartin Willi2008-04-141-5/+5
| | | | additionally supports a "keep" value to keep the old IKE_SA
* added close_action as a seperate config option to dpd_actionMartin Willi2008-04-141-1/+2
|
* using dpd actions to enforce connection stateMartin Willi2008-04-111-2/+2
| | | | dpd actions a per child-, not peer ike-sa
* cosmeticsAndreas Steffen2008-04-071-2/+2
|
* default is hostaccess=noAndreas Steffen2008-04-062-2/+2
|
* updated test data to use correct encoding dataMartin Willi2008-04-031-3/+4
|
* renamed xml plugin to smp to avoid confusionMartin Willi2008-03-281-1/+1
| | | | | | added some dependency checks to configure configure checks ClearSilver and fastcgi cleanups in the build system here and there
* fixed CRL check return value on revoked certificatesMartin Willi2008-03-191-8/+0
| | | | | fixed possible refcounting bugs generic return_null() implementation
* better normalized tables for SQL plugin (IDs)Martin Willi2008-03-186-286/+453
|
* logging to SQL databaseMartin Willi2008-03-156-1/+255
|
* credential lookup in mysql/sqlite databaseMartin Willi2008-03-147-2/+493
|
* SQL schema for MySQL and SQLite, test dataMartin Willi2008-03-144-89/+165
|
* fixed apidoc groupingMartin Willi2008-03-131-1/+1
|
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-138-0/+885