Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | configure: Check for and explicitly link against -latomic | Martin Willi | 2016-06-14 | 1 | -1/+1 |
| | | | | | Some C libraries, such as uClibc, require an explicit link for some atomic functions. Check for any libatomic, and explcily link it. | ||||
* | libhydra: Remove empty unused library | Tobias Brunner | 2016-03-03 | 1 | -2/+0 |
| | |||||
* | plugins: Don't link with -rdynamic on Windows | Martin Willi | 2014-06-04 | 1 | -1/+1 |
| | |||||
* | conftest: Fix hook constructor resolution via dlsym() | Tobias Brunner | 2013-08-30 | 1 | -1/+3 |
| | | | | | | | | AM_CPPFLAGS only takes preprocessor flags like -I or -D, so it did not forward -rdynamic to the linker (--export-dynamic), which meant that the symbols defined in the executable itself were not resolvable via dlsym(). Fixes #394. | ||||
* | automake: replace INCLUDES by AM_CPPFLAGS | Martin Willi | 2013-07-18 | 1 | -6/+4 |
| | | | | | | 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. | ||||
* | Initialize conftest with the same plugins as charon | Martin Willi | 2012-07-16 | 1 | -1/+2 |
| | |||||
* | suiteb directory hasn't been moved to Master yet | Andreas Steffen | 2011-01-08 | 1 | -1/+1 |
| | |||||
* | Added a hook to reset ESP sequence numbers | Martin Willi | 2011-01-05 | 1 | -1/+1 |
| | |||||
* | Move rebuild_auth functionality to a standalone hook | Martin Willi | 2011-01-05 | 1 | -1/+1 |
| | | | | This reverts commit 3c12b239fd55aa36c59eb60224d27af8b8d915d1. | ||||
* | Implemented hook to log traffic selectors | Martin Willi | 2011-01-05 | 1 | -1/+2 |
| | |||||
* | Implemented hook to toggle initiator flag in IKE header | Martin Willi | 2011-01-05 | 1 | -1/+1 |
| | |||||
* | Implemented a hook to set reserved bits | Martin Willi | 2011-01-05 | 1 | -1/+1 |
| | |||||
* | Implemented a hook to toggle the IKE message request flag | Martin Willi | 2011-01-05 | 1 | -1/+2 |
| | |||||
* | Implemented hook to modify IKE header SPIs | Martin Willi | 2011-01-05 | 1 | -1/+1 |
| | |||||
* | Implemented a hook to inject custom proposals | Martin Willi | 2011-01-05 | 1 | -1/+1 |
| | |||||
* | Added hook to log ID payload type and data | Martin Willi | 2011-01-05 | 1 | -1/+2 |
| | |||||
* | Added hook to log received KE group | Martin Willi | 2011-01-05 | 1 | -1/+1 |
| | |||||
* | Added a hook to modify proposal numbers | Martin Willi | 2011-01-05 | 1 | -1/+1 |
| | |||||
* | Added a hook to print received proposals, including number | Martin Willi | 2011-01-05 | 1 | -1/+2 |
| | |||||
* | Added a hook to alter the payload length field of arbitrary payloads | Martin Willi | 2011-01-05 | 1 | -1/+1 |
| | |||||
* | Implemented a hook that recreates a valid incoming IKE_AUTH response, even ↵ | Martin Willi | 2011-01-05 | 1 | -1/+1 |
| | | | | if AUTH_FAILED | ||||
* | Added hook to set arbitrary IKE major/minor versions in message headers | Martin Willi | 2011-01-05 | 1 | -1/+2 |
| | |||||
* | Added a force_hookie hook that requests a COOKIE independent of our COOKIE ↵ | Martin Willi | 2011-01-05 | 1 | -1/+1 |
| | | | | mechanism | ||||
* | Added a hook to set the critical bit on arbitrary payloads | Martin Willi | 2011-01-05 | 1 | -1/+1 |
| | |||||
* | Added a hook to inject custom payloads with critical bit | Martin Willi | 2011-01-05 | 1 | -1/+2 |
| | |||||
* | Added a short README about the conftest utility | Martin Willi | 2011-01-05 | 1 | -1/+1 |
| | |||||
* | Added a hook to ignore specific messages | Martin Willi | 2011-01-05 | 1 | -1/+1 |
| | |||||
* | Added a hook to send unencrypted notifies in established IKE_SAs | Martin Willi | 2011-01-05 | 1 | -1/+1 |
| | |||||
* | Include suiteb test suite config in distribution | Martin Willi | 2011-01-05 | 1 | -0/+2 |
| | |||||
* | Implemented a add_notify hook to inject arbitrary Notify payloads | Martin Willi | 2011-01-05 | 1 | -1/+2 |
| | |||||
* | Implemented a hook to unsort payloads in messages | Martin Willi | 2011-01-05 | 1 | -1/+1 |
| | |||||
* | Added a fist hook to fill up IKE_AUTH messages with dummy certificates ↵ | Martin Willi | 2011-01-05 | 1 | -2/+2 |
| | | | | (1.1.1/1.2.1) | ||||
* | Read actions from test config, delayed execution | Martin Willi | 2011-01-05 | 1 | -1/+2 |
| | |||||
* | Load test and suite specific connection configurations | Martin Willi | 2011-01-05 | 1 | -1/+1 |
| | |||||
* | Load hooks based on listener dynamically | Martin Willi | 2011-01-05 | 1 | -1/+3 |
| | |||||
* | Added a Suite B conftest utility skeleton using libcharon | Martin Willi | 2011-01-05 | 1 | -0/+14 |