Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mem pool does not support multiple leases for an identity | Martin Willi | 2010-07-27 | 1 | -2/+11 |
| | |||||
* | Added support for named attribute groups | Heiko Hund | 2010-07-09 | 3 | -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 stringification | Martin Willi | 2010-06-24 | 2 | -0/+51 |
| | |||||
* | refactoring of Mode Config functionality allows transport and handling of ↵ | Andreas Steffen | 2010-05-14 | 2 | -21/+67 |
| | | | | any attribute | ||||
* | Replaced some DBG_LIB with more specific groups. | Tobias Brunner | 2010-04-06 | 2 | -11/+11 |
| | |||||
* | Adding DBG_LIB to all calls of libstrongswan's version of DBG*. | Tobias Brunner | 2010-04-06 | 2 | -12/+13 |
| | |||||
* | Make in-memory pool thread-safe. | Tobias Brunner | 2010-04-06 | 2 | -17/+36 |
| | |||||
* | Extracted in-memory IP address pool from stroke plugin to libhydra. | Tobias Brunner | 2010-04-06 | 2 | -0/+541 |
| | |||||
* | Attributes moved from libstrongswan to libhydra. | Tobias Brunner | 2010-03-24 | 6 | -0/+767 |
The attribute_manager_t instance is now located on the new hydra object instead of the lib object. |