aboutsummaryrefslogtreecommitdiffstats
path: root/src/libhydra
Commit message (Collapse)AuthorAgeFilesLines
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-066-21/+22
|
* Use daemon-specific config for the attr plugin.Tobias Brunner2010-04-061-5/+9
|
* Moved attr plugin from libcharon to libhydra.Tobias Brunner2010-04-066-0/+414
|
* Store the name of the daemon that initialized libhydra to load ↵Tobias Brunner2010-04-062-2/+12
| | | | daemon-specific settings.
* 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-063-1/+543
|
* Respect line with in Makefile.am's, other cosmeticsMartin Willi2010-03-252-2/+6
|
* Changed all usages of lib->attributes to hydra->attributes.Tobias Brunner2010-03-242-4/+4
|
* Attributes moved from libstrongswan to libhydra.Tobias Brunner2010-03-249-1/+824
| | | | | The attribute_manager_t instance is now located on the new hydra object instead of the lib object.
* Fixing Doxygen for libhydra.Tobias Brunner2010-03-242-6/+6
|
* Adding libhydra_init, which is currently only needed for integrity checks.Tobias Brunner2010-03-243-2/+85
|
* Moving attr-sql config in strongswan.conf to libhydra.Tobias Brunner2010-03-243-4/+4
|
* Moving attr-sql plugin from libstrongswan to libhydra.Tobias Brunner2010-03-248-6/+1995
|
* Adding libhydra stub.Tobias Brunner2010-03-241-0/+30