aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/unit_tester/tests/test_pool.c
Commit message (Collapse)AuthorAgeFilesLines
* unit-tester: Drop the old unit-tester libcharon pluginMartin Willi2015-02-201-99/+0
| | | | | | While it has some tests that we don't directly cover with the new unit tests, most of them require special infrastructure and therefore have not been used for a long time.
* attributes: Move the configuration attributes framework to libcharonMartin Willi2015-02-201-6/+5
|
* Pass full pool list to release_addressMartin Willi2012-09-111-3/+3
|
* Pass the full list of pools to acquire_address, enumerate in providersMartin Willi2012-09-111-1/+8
| | | | | | | | 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.
* Changed all usages of lib->attributes to hydra->attributes.Tobias Brunner2010-03-241-4/+5
|
* Adapted test_pool to the libstrongswan threading.Tobias Brunner2010-03-241-6/+5
|
* Moving charon to libcharon.Tobias Brunner2010-03-191-0/+93