aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/sql
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* fixed memleak in SQL config lookupMartin Willi2009-07-161-2/+2
|
* added -avoid-version to LDFLAGS, plugins are not versionedMartin Willi2009-07-031-1/+1
|
* added missing identification.h includeMartin Willi2009-06-041-0/+1
|
* some additional .gitignore'sMartin Willi2009-05-071-0/+1
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-3011-22/+0
|
* merging changes from portability branch back to trunkTobias Brunner2009-04-301-1/+1
| | | | | important change for developers: %Y replaces %D to print identities!
* set default CFLAGS globally, including -Wno-formatMartin Willi2009-04-271-2/+1
|
* attribute_manager supports attribute_handler's to handle configuration ↵Martin Willi2009-04-241-0/+1
| | | | | | | | attributes via plugins moved resolv.conf editing to a separate plugin (resolv_conf) extended attribute_provider interface to hand out arbitrary attributes moved strongswan.conf based dns/nbns configuration to a plugin (attr)
* scepclient and pluto use asn1 from libstrongswanAndreas Steffen2009-04-201-1/+2
|
* merged multi-auth branch back into trunkMartin Willi2009-04-143-13/+14
|
* updated DoxyfileMartin Willi2009-03-245-5/+5
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* 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).
* fixed format string argument error, resulting in crashMartin Willi2009-03-031-1/+1
| | | | fixed memleak if pool not found
* changed [4856] to dynamically choose traffic selector familyMartin Willi2009-02-111-1/+1
|
* support of dynamic/128 and %any6Andreas Steffen2009-02-051-1/+1
|
* pass identity to release_address(), allows providers to do a lookup by idMartin Willi2008-12-051-2/+2
|
* remove attribute provider in SQL plugin destructionMartin Willi2008-11-271-0/+1
|
* ported some hard-to-merge cherries back to trunk :-/Martin Willi2008-11-122-29/+5
| | | | | shame, svn, shame: this was ways to complicated we should consider a switch to git...
* fixed compiler warnings issued by:Martin Willi2008-11-111-0/+2
| | | | | | gcc 4.3 curl.h gcc type-checking glibc with enabled FORTIFY_SOURCE checking
* reintegrated bus-refactoring branchMartin Willi2008-10-142-8/+7
|
* refactored credential builderMartin Willi2008-09-021-2/+2
| | | | | | | | | allow enumeration of matching builders try a second builder if the first one fails builder clones resources internally on demand caller frees added resources on failure and success stricter handling of non-supported build parts
* ported parts of two-sim branchMartin Willi2008-08-221-3/+13
| | | | | | eap_identity parameter to exchange in eap_identity some auth_info/peer_cfg refactorings fixed some bugs, introduced new ones
* pool names are uniqueMartin Willi2008-08-221-5/+1
|
* 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
|