Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated Doxyfile | Martin Willi | 2009-03-24 | 5 | -5/+5 |
| | | | | | | properly close all doxygen groups fixed remaining doxygen warnings | ||||
* | 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). | ||||
* | fixed format string argument error, resulting in crash | Martin Willi | 2009-03-03 | 1 | -1/+1 |
| | | | | fixed memleak if pool not found | ||||
* | changed [4856] to dynamically choose traffic selector family | Martin Willi | 2009-02-11 | 1 | -1/+1 |
| | |||||
* | support of dynamic/128 and %any6 | Andreas Steffen | 2009-02-05 | 1 | -1/+1 |
| | |||||
* | pass identity to release_address(), allows providers to do a lookup by id | Martin Willi | 2008-12-05 | 1 | -2/+2 |
| | |||||
* | remove attribute provider in SQL plugin destruction | Martin Willi | 2008-11-27 | 1 | -0/+1 |
| | |||||
* | ported some hard-to-merge cherries back to trunk :-/ | Martin Willi | 2008-11-12 | 2 | -29/+5 |
| | | | | | 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 | ||||
* | reintegrated bus-refactoring branch | Martin Willi | 2008-10-14 | 2 | -8/+7 |
| | |||||
* | refactored credential builder | Martin Willi | 2008-09-02 | 1 | -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 branch | Martin Willi | 2008-08-22 | 1 | -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 unique | Martin Willi | 2008-08-22 | 1 | -5/+1 |
| | |||||
* | added option charon.plugins.sql.lease_history to disable lease history logging | Martin Willi | 2008-07-24 | 1 | -4/+17 |
| | |||||
* | 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 | 4 | -232/+300 |
| | | | | | uses address preallocation and separate address/lease tables for linear lookup time | ||||
* | introduced an additional bus->signal parameter for signal specific data | Martin Willi | 2008-07-18 | 1 | -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 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 |
| | |||||
* | DNS resolving of ike_cfg hosts dynamically on demand | Martin Willi | 2008-06-06 | 1 | -26/+1 |
| | |||||
* | 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 |
| | |||||
* | fixed the strongswan.conf path | Andreas Steffen | 2008-05-22 | 1 | -1/+3 |
| | |||||
* | suppress listing of integrity algorithm if it is undefined | Andreas Steffen | 2008-05-17 | 1 | -3/+3 |
| | |||||
* | loading default modules depending on configure options | Martin Willi | 2008-05-16 | 2 | -3/+3 |
| | |||||
* | plugin load configuration in strongswan.conf | Martin Willi | 2008-05-15 | 2 | -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 timeout | Martin Willi | 2008-05-15 | 3 | -4/+4 |
| | | | | fixed static leases | ||||
* | fixed "pool --purge" on mysql | Martin Willi | 2008-05-13 | 1 | -1/+1 |
| | |||||
* | fixed lookup for expired leases | Martin Willi | 2008-05-13 | 1 | -3/+9 |
| | | | | initializing database if in inconsistent state | ||||
* | added missing ipcomp DB type definition | Andreas Steffen | 2008-05-11 | 1 | -1/+1 |
| | |||||
* | ported IP pool to mysql | Martin Willi | 2008-05-09 | 4 | -44/+74 |
| | |||||
* | usable prototype of "ipsec pool" tool | Martin Willi | 2008-05-09 | 1 | -24/+93 |
| | |||||
* | correctly reassigning valid leases | Martin Willi | 2008-05-09 | 1 | -1/+2 |
| | |||||
* | IPComp for IKEv2 | Tobias Brunner | 2008-05-08 | 3 | -5/+7 |
| | |||||
* | prototype of sql pool administration utility | Martin Willi | 2008-05-07 | 2 | -1/+439 |
| | |||||
* | sql pool prototype | Martin Willi | 2008-04-18 | 1 | -33/+87 |
| | |||||
* | fixed compiler warning | Martin Willi | 2008-04-17 | 6 | -2/+331 |
| | |||||
* | extended credential_set_t interface by a cache_cert() method | Martin Willi | 2008-04-17 | 1 | -1/+9 |
| | | | | allows persistent or in-memory caching of fetched certificates | ||||
* | updated sql plugin to respect config changes | Martin Willi | 2008-04-15 | 3 | -32/+50 |
| | |||||
* | disabled SQL logging by default, as tests scenarios do not have a logging table | Martin Willi | 2008-04-15 | 1 | -1/+1 |
| | |||||
* | implemented IKE_SA uniqueness using ipsec.conf uniqueids paramater | Martin Willi | 2008-04-14 | 1 | -5/+5 |
| | | | | additionally supports a "keep" value to keep the old IKE_SA | ||||
* | added close_action as a seperate config option to dpd_action | Martin Willi | 2008-04-14 | 1 | -1/+2 |
| | |||||
* | using dpd actions to enforce connection state | Martin Willi | 2008-04-11 | 1 | -2/+2 |
| | | | | dpd actions a per child-, not peer ike-sa |