aboutsummaryrefslogtreecommitdiffstats
path: root/src/libhydra/attributes
Commit message (Collapse)AuthorAgeFilesLines
* Mem pool does not support multiple leases for an identityMartin Willi2010-07-271-2/+11
|
* Added support for named attribute groupsHeiko Hund2010-07-093-5/+12
| | | | | | Add the possibility to group attributes by a name and assign these groups to connections. This allows a more granular configuration of which client will receive what atrributes.
* Show contents of the CP payload in message_t stringificationMartin Willi2010-06-242-0/+51
|
* refactoring of Mode Config functionality allows transport and handling of ↵Andreas Steffen2010-05-142-21/+67
| | | | any attribute
* Replaced some DBG_LIB with more specific groups.Tobias Brunner2010-04-062-11/+11
|
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-062-12/+13
|
* Make in-memory pool thread-safe.Tobias Brunner2010-04-062-17/+36
|
* Extracted in-memory IP address pool from stroke plugin to libhydra.Tobias Brunner2010-04-062-0/+541
|
* Attributes moved from libstrongswan to libhydra.Tobias Brunner2010-03-246-0/+767
The attribute_manager_t instance is now located on the new hydra object instead of the lib object.