Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move SQL-based pool functionality to new attr-sql libstrongswan plugin | Andreas Steffen | 2009-10-13 | 1 | -363/+0 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -12/+12 |
| | |||||
* | accelerate lookup in non-concatenated pools | Andreas Steffen | 2009-07-17 | 1 | -22/+40 |
| | |||||
* | check for an existing lease over all assigned pools first | Andreas Steffen | 2009-07-17 | 1 | -24/+55 |
| | |||||
* | fixed problem with static leases over multiple pools | Andreas Steffen | 2009-07-16 | 1 | -8/+36 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | attribute_manager supports attribute_handler's to handle configuration ↵ | Martin Willi | 2009-04-24 | 1 | -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) | ||||
* | merged multi-auth branch back into trunk | Martin Willi | 2009-04-14 | 1 | -2/+2 |
| | |||||
* | fixed format string argument error, resulting in crash | Martin Willi | 2009-03-03 | 1 | -1/+1 |
| | | | | fixed memleak if pool not found | ||||
* | pass identity to release_address(), allows providers to do a lookup by id | Martin Willi | 2008-12-05 | 1 | -2/+2 |
| | |||||
* | ported some hard-to-merge cherries back to trunk :-/ | Martin Willi | 2008-11-12 | 1 | -18/+2 |
| | | | | | shame, svn, shame: this was ways to complicated we should consider a switch to git... | ||||
* | fixed compiler warnings issued by: | Martin Willi | 2008-11-11 | 1 | -0/+2 |
| | | | | | | gcc 4.3 curl.h gcc type-checking glibc with enabled FORTIFY_SOURCE checking | ||||
* | added option charon.plugins.sql.lease_history to disable lease history logging | Martin Willi | 2008-07-24 | 1 | -4/+17 |
| | |||||
* | experimental and untested reimplementation of sql based IP pool | Martin Willi | 2008-07-22 | 1 | -159/+141 |
| | | | | | uses address preallocation and separate address/lease tables for linear lookup time | ||||
* | sql plugin supports a list of pools to fall back, specified by e.g. ↵ | Martin Willi | 2008-07-02 | 1 | -10/+29 |
| | | | | rightsourceip=%pool1,pool2 | ||||
* | fixed chunk_increment, fixes reuse of already assigned addresses | Martin Willi | 2008-06-30 | 1 | -1/+1 |
| | |||||
* | suppress listing of integrity algorithm if it is undefined | Andreas Steffen | 2008-05-17 | 1 | -3/+3 |
| | |||||
* | static leases use 0, not NULL timeout | Martin Willi | 2008-05-15 | 1 | -2/+2 |
| | | | | fixed static leases | ||||
* | fixed lookup for expired leases | Martin Willi | 2008-05-13 | 1 | -3/+9 |
| | | | | initializing database if in inconsistent state | ||||
* | ported IP pool to mysql | Martin Willi | 2008-05-09 | 1 | -22/+22 |
| | |||||
* | correctly reassigning valid leases | Martin Willi | 2008-05-09 | 1 | -1/+2 |
| | |||||
* | sql pool prototype | Martin Willi | 2008-04-18 | 1 | -33/+87 |
| | |||||
* | fixed compiler warning | Martin Willi | 2008-04-17 | 1 | -0/+226 |