Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move SQL-based pool functionality to new attr-sql libstrongswan plugin | Andreas Steffen | 2009-10-13 | 1 | -767/+0 |
| | |||||
* | Use the default debug hook if possible | Martin Willi | 2009-09-16 | 1 | -17/+0 |
| | |||||
* | pass NULL to library_init() to load settings from default file | Martin Willi | 2009-09-10 | 1 | -1/+1 |
| | |||||
* | use NULL to load plugins from default plugin directory | Martin Willi | 2009-09-10 | 1 | -1/+1 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -26/+26 |
| | |||||
* | handle plugin loading failures | Martin Willi | 2009-09-01 | 1 | -5/+8 |
| | |||||
* | moved chunk_increment() function to libstrongswan | Martin Willi | 2009-08-26 | 1 | -18/+2 |
| | |||||
* | check integrity of pool code file | Andreas Steffen | 2009-08-17 | 1 | -0/+6 |
| | |||||
* | check success of library_init() | Andreas Steffen | 2009-08-14 | 1 | -1/+6 |
| | |||||
* | added missing identification.h include | Martin Willi | 2009-06-04 | 1 | -0/+1 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | merging changes from portability branch back to trunk | Tobias Brunner | 2009-04-30 | 1 | -1/+1 |
| | | | | | important change for developers: %Y replaces %D to print identities! | ||||
* | merged multi-auth branch back into trunk | Martin Willi | 2009-04-14 | 1 | -5/+0 |
| | |||||
* | printf hooks refactored to increase portability (i.e. support for platforms ↵ | Tobias Brunner | 2009-03-12 | 1 | -2/+2 |
| | | | | without glibc-compatible customizable printf - the Vstr string library is currently required on such platforms). | ||||
* | ported some hard-to-merge cherries back to trunk :-/ | Martin Willi | 2008-11-12 | 1 | -11/+3 |
| | | | | | shame, svn, shame: this was ways to complicated we should consider a switch to git... | ||||
* | fixed statistic calcuation for static leases | Martin Willi | 2008-07-24 | 1 | -11/+14 |
| | |||||
* | fixed pool statistics | Martin Willi | 2008-07-23 | 1 | -2/+2 |
| | |||||
* | experimental and untested reimplementation of sql based IP pool | Martin Willi | 2008-07-22 | 1 | -55/+126 |
| | | | | | uses address preallocation and separate address/lease tables for linear lookup time | ||||
* | convert comma-separated RDNs into slash-separated OpenSSL --subject format | Andreas Steffen | 2008-06-05 | 1 | -13/+3 |
| | |||||
* | fixed --utc parsing position | Martin Willi | 2008-06-05 | 1 | -22/+47 |
| | | | | | | support for DN filtering usign id="CN=asdf, O=asdf",addr=1.1.1.1 changed order of --leases columns | ||||
* | fixed UTC identitation | Martin Willi | 2008-06-05 | 1 | -12/+141 |
| | | | | implement filtering in --leases | ||||
* | cosmetics in size field of ipsec pool --status command | Andreas Steffen | 2008-06-04 | 1 | -2/+2 |
| | |||||
* | added pool statistics (size, online, lease count, with usage ratio) | Martin Willi | 2008-06-04 | 1 | -5/+36 |
| | |||||
* | some input validation checks for --add and --resize | Martin Willi | 2008-06-04 | 1 | -6/+47 |
| | | | | | --purge keeps an entry for each address to allow their reallaction | ||||
* | fix caption alignment if date is displayed in local time | Andreas Steffen | 2008-05-23 | 1 | -2/+4 |
| | |||||
* | added --utc option to ipsec pool | Andreas Steffen | 2008-05-23 | 1 | -9/+15 |
| | |||||
* | loading default modules depending on configure options | Martin Willi | 2008-05-16 | 1 | -2/+1 |
| | |||||
* | plugin load configuration in strongswan.conf | Martin Willi | 2008-05-15 | 1 | -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 mysql | Martin Willi | 2008-05-13 | 1 | -1/+1 |
| | |||||
* | ported IP pool to mysql | Martin Willi | 2008-05-09 | 1 | -14/+12 |
| | |||||
* | usable prototype of "ipsec pool" tool | Martin Willi | 2008-05-09 | 1 | -24/+93 |
| | |||||
* | prototype of sql pool administration utility | Martin Willi | 2008-05-07 | 1 | -0/+435 |