aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/attributes/attribute_manager.c
Commit message (Collapse)AuthorAgeFilesLines
* Attributes moved from libstrongswan to libhydra.Tobias Brunner2010-03-241-374/+0
| | | | | The attribute_manager_t instance is now located on the new hydra object instead of the lib object.
* Separated the public interfaces of the threading primitives.Tobias Brunner2009-12-231-1/+1
|
* Moved mutex.c to a separate folder in order to cleanly wrap other threading ↵Tobias Brunner2009-12-231-1/+1
| | | | primitives (and utils/mutex.h is now threading.h).
* Correctly enumerate attributes to request as initiator with the actually ↵Martin Willi2009-11-171-12/+61
| | | | requesting handler
* Give plugins more control of which configuration attributes to request, and ↵Martin Willi2009-11-171-14/+70
| | | | pass received attributes back to the requesting handler
* moved attribute_manager to libstrongswanAndreas Steffen2009-10-131-0/+269