aboutsummaryrefslogtreecommitdiffstats
path: root/src/libhydra/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Build all shared libraries with -no-undefined and link them properlyTobias Brunner2013-09-121-1/+5
| | | | | | | | | | The flag is required to convince libtool on Cygwin to build DLLs. But on Windows these shared libraries can not have undefined symbols, so we have to link them explicitly to the libraries they reference. For plugins this is currently not done, so only the monolithic build is supported. The plugin loader wouldn't be able to load DLLs anyway, as it tries to load files that don't exist on Cygwin.
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-6/+5
| | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only.
* Added kernel_ipsec/net plugin feature loading callbacksMartin Willi2011-10-141-1/+1
|
* Don't install the libraries directly in lib/.Tobias Brunner2011-07-051-1/+1
| | | | | Instead use a subdirectory (prefix/lib/ipsec by default). Also moved the plugins from libexec to a subdirectory of that dir.
* Moved scheduler and thread pool to libstrongswan.Tobias Brunner2010-09-021-5/+1
|
* Moved all kernel plugins to libhydra.Tobias Brunner2010-09-021-0/+28
|
* Moved kernel interface to libhydra.Tobias Brunner2010-09-021-0/+4
|
* Moved scheduler_t to libhydra.Tobias Brunner2010-09-021-1/+2
|
* Move callback_job_t to libhydra.Tobias Brunner2010-09-021-0/+1
|
* Move processor_t (thread-pool) to libhydra.Tobias Brunner2010-09-021-1/+3
|
* moved resolve plugin from libcharon to libhydraAndreas Steffen2010-05-041-0/+7
|
* Integrating libhydra into the Android build system.Tobias Brunner2010-04-121-1/+1
|
* Moved attr plugin from libcharon to libhydra.Tobias Brunner2010-04-061-0/+7
|
* Extracted in-memory IP address pool from stroke plugin to libhydra.Tobias Brunner2010-04-061-1/+2
|
* Attributes moved from libstrongswan to libhydra.Tobias Brunner2010-03-241-1/+4
| | | | | The attribute_manager_t instance is now located on the new hydra object instead of the lib object.
* Adding libhydra_init, which is currently only needed for integrity checks.Tobias Brunner2010-03-241-2/+3
|
* Moving attr-sql plugin from libstrongswan to libhydra.Tobias Brunner2010-03-241-6/+6
|
* Adding libhydra stub.Tobias Brunner2010-03-241-0/+30