aboutsummaryrefslogtreecommitdiffstats
path: root/src/libhydra/attributes/attribute_manager.c
Commit message (Collapse)AuthorAgeFilesLines
* attributes: Move the configuration attributes framework to libcharonMartin Willi2015-02-201-348/+0
|
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
|
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-1/+1
|
* Pass full pool list to release_addressMartin Willi2012-09-111-2/+2
|
* Pass the full list of pools to acquire_address, enumerate in providersMartin Willi2012-09-111-3/+3
| | | | | | | | 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.
* Be less verbose if IP allocation for a single pool failsMartin Willi2012-08-301-4/+0
|
* Pass all configured pool names to attribute provider enumeratorMartin Willi2012-08-301-6/+6
|
* Pass a list instead of a single virtual IP to attribute enumeratorsMartin Willi2012-08-301-21/+25
|
* Support multiple address pools configured on a peer_cfgMartin Willi2012-08-301-5/+2
|
* Migrated attribute_manager to INIT/METHOD macrosAndreas Steffen2011-10-021-76/+48
|
* Added support for named attribute groupsHeiko Hund2010-07-091-3/+8
| | | | | | 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.
* Replaced some DBG_LIB with more specific groups.Tobias Brunner2010-04-061-3/+3
|
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-061-3/+3
|
* Attributes moved from libstrongswan to libhydra.Tobias Brunner2010-03-241-0/+374
The attribute_manager_t instance is now located on the new hydra object instead of the lib object.