aboutsummaryrefslogtreecommitdiffstats
path: root/src/libhydra/attributes/attribute_manager.h
Commit message (Collapse)AuthorAgeFilesLines
* Pass full pool list to release_addressMartin Willi2012-09-111-2/+3
|
* Pass the full list of pools to acquire_address, enumerate in providersMartin Willi2012-09-111-2/+2
| | | | | | | | If the provider has access to the full pool list, it can enumerate them twice, for example to search for existing leases first, and only search for new leases in a second step. Fixes lease enumeration in attr-sql using multiple pools.
* Pass all configured pool names to attribute provider enumeratorMartin Willi2012-08-301-2/+3
|
* Pass a list instead of a single virtual IP to attribute enumeratorsMartin Willi2012-08-301-4/+4
|
* Support multiple address pools configured on a peer_cfgMartin Willi2012-08-301-1/+2
|
* Added support for named attribute groupsHeiko Hund2010-07-091-1/+2
| | | | | | 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.
* Attributes moved from libstrongswan to libhydra.Tobias Brunner2010-03-241-0/+149
The attribute_manager_t instance is now located on the new hydra object instead of the lib object.