Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libhydra: Remove empty unused library | Tobias Brunner | 2016-03-03 | 1 | -35/+0 |
| | |||||
* | libhydra: Move kernel interface to libcharon | Tobias Brunner | 2016-03-03 | 1 | -5/+1 |
| | | | | This moves hydra->kernel_interface to charon->kernel. | ||||
* | libhydra: Move all kernel plugins to libcharon | Tobias Brunner | 2016-03-03 | 1 | -21/+0 |
| | |||||
* | attributes: Move the configuration attributes framework to libcharon | Martin Willi | 2015-02-20 | 1 | -4/+0 |
| | |||||
* | attr-sql: Move plugin to libcharon | Martin Willi | 2015-02-20 | 1 | -7/+0 |
| | |||||
* | attr: Move plugin to libcharon | Martin Willi | 2015-02-20 | 1 | -7/+0 |
| | |||||
* | resolve: Move plugin back to libcharon | Martin Willi | 2015-02-20 | 1 | -7/+0 |
| | | | | Since pluto is gone, all existing users build upon libcharon. | ||||
* | libhydra: Add test runner | Tobias Brunner | 2014-10-30 | 1 | -0/+5 |
| | |||||
* | settings: Use strongswan.conf used during library initialization for reload | Martin Willi | 2014-09-22 | 1 | -2/+1 |
| | | | | | | | | Since 4b670a20 we require an explicit strongswan.conf to re-load configurations. However, the define was missing in the build, breaking SIGHUP based config reloading. Fixes #651. | ||||
* | Remove kernel-klips plugin | Tobias Brunner | 2014-06-19 | 1 | -7/+0 |
| | |||||
* | windows: Link libhydra against Winsock2 | Martin Willi | 2014-06-04 | 1 | -0/+4 |
| | |||||
* | Build all shared libraries with -no-undefined and link them properly | Tobias Brunner | 2013-09-12 | 1 | -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_CPPFLAGS | Martin Willi | 2013-07-18 | 1 | -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 callbacks | Martin Willi | 2011-10-14 | 1 | -1/+1 |
| | |||||
* | Don't install the libraries directly in lib/. | Tobias Brunner | 2011-07-05 | 1 | -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 Brunner | 2010-09-02 | 1 | -5/+1 |
| | |||||
* | Moved all kernel plugins to libhydra. | Tobias Brunner | 2010-09-02 | 1 | -0/+28 |
| | |||||
* | Moved kernel interface to libhydra. | Tobias Brunner | 2010-09-02 | 1 | -0/+4 |
| | |||||
* | Moved scheduler_t to libhydra. | Tobias Brunner | 2010-09-02 | 1 | -1/+2 |
| | |||||
* | Move callback_job_t to libhydra. | Tobias Brunner | 2010-09-02 | 1 | -0/+1 |
| | |||||
* | Move processor_t (thread-pool) to libhydra. | Tobias Brunner | 2010-09-02 | 1 | -1/+3 |
| | |||||
* | moved resolve plugin from libcharon to libhydra | Andreas Steffen | 2010-05-04 | 1 | -0/+7 |
| | |||||
* | Integrating libhydra into the Android build system. | Tobias Brunner | 2010-04-12 | 1 | -1/+1 |
| | |||||
* | Moved attr plugin from libcharon to libhydra. | Tobias Brunner | 2010-04-06 | 1 | -0/+7 |
| | |||||
* | Extracted in-memory IP address pool from stroke plugin to libhydra. | Tobias Brunner | 2010-04-06 | 1 | -1/+2 |
| | |||||
* | Attributes moved from libstrongswan to libhydra. | Tobias Brunner | 2010-03-24 | 1 | -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 Brunner | 2010-03-24 | 1 | -2/+3 |
| | |||||
* | Moving attr-sql plugin from libstrongswan to libhydra. | Tobias Brunner | 2010-03-24 | 1 | -6/+6 |
| | |||||
* | Adding libhydra stub. | Tobias Brunner | 2010-03-24 | 1 | -0/+30 |