aboutsummaryrefslogtreecommitdiffstats
path: root/src/libhydra
Commit message (Collapse)AuthorAgeFilesLines
...
* Moved scheduler_t to libhydra.Tobias Brunner2010-09-026-2/+503
|
* Do not include files from libcharon in libhydra.Tobias Brunner2010-09-022-4/+2
|
* Move callback_job_t to libhydra.Tobias Brunner2010-09-024-0/+392
|
* Fixing Doxygen groups after moving processor.Tobias Brunner2010-09-023-5/+5
|
* Refer to processor via hydra and not charon.Tobias Brunner2010-09-021-0/+1
|
* Move processor_t (thread-pool) to libhydra.Tobias Brunner2010-09-027-2/+438
|
* Build dedicated plugin lists for each strongSwan componentMartin Willi2010-08-121-1/+1
|
* Reimplemented mem pool to support multiple leases for a single identityMartin Willi2010-08-041-129/+172
|
* Mem pool does not support multiple leases for an identityMartin Willi2010-07-271-2/+11
|
* we need some orderingAndreas Steffen2010-07-121-1/+3
|
* changed ordering of statusattr outputAndreas Steffen2010-07-121-8/+6
|
* fixed alignment of captionAndreas Steffen2010-07-121-2/+2
|
* output identities correctlyAndreas Steffen2010-07-121-7/+11
|
* Added support for named attribute groupsHeiko Hund2010-07-099-88/+355
| | | | | | 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.
* Show contents of the CP payload in message_t stringificationMartin Willi2010-06-242-0/+51
|
* Support the subnet attribute in the attr pluginMartin Willi2010-06-241-2/+30
|
* Don't fail with an error if an attribute that is to be deleted does not existHeiko Hund2010-06-181-2/+0
|
* fixed configuration attribute type determinationAndreas Steffen2010-06-021-22/+15
|
* ipsec pool --statusattr [--hexout] outputs attribute values in correct ↵Andreas Steffen2010-06-014-41/+117
| | | | format if known
* added unity_def_domain keyword tip ipsec poolAndreas Steffen2010-05-311-0/+1
|
* added --leases command line option to synopsisAndreas Steffen2010-05-291-1/+1
|
* added --showattr command line option to synopsysAndreas Steffen2010-05-291-1/+1
|
* several subnets can be concatenatedAndreas Steffen2010-05-222-27/+49
|
* added --showattr command to usage()Andreas Steffen2010-05-221-0/+5
|
* oops, removed stray parenthesisAndreas Steffen2010-05-201-1/+1
|
* range check for configuration attribute typesAndreas Steffen2010-05-201-0/+6
|
* implement ipsec pool -showattr functionAndreas Steffen2010-05-203-0/+57
|
* removed deprecated use of ipsec pool --attr|del dns|nbns from usage()Andreas Steffen2010-05-201-8/+0
|
* management of any attribute by ipsec poolAndreas Steffen2010-05-196-218/+693
|
* refactoring of Mode Config functionality allows transport and handling of ↵Andreas Steffen2010-05-142-21/+67
| | | | any attribute
* removed stray fileAndreas Steffen2010-05-061-252/+0
|
* moved resolve plugin from libcharon to libhydraAndreas Steffen2010-05-047-0/+682
|
* Fixing out-of-tree build after adding dependency to config.status.Tobias Brunner2010-04-291-1/+1
|
* Users of PLUGINS depend on config.status, rebuilding them if plugin ↵Martin Willi2010-04-291-0/+1
| | | | configuration is updated
* Integrating libhydra into the Android build system.Tobias Brunner2010-04-122-1/+35
|
* Replaced some DBG_LIB with more specific groups.Tobias Brunner2010-04-065-18/+18
|
* 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