Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | error-notify: Don't stop sending notifies after removing a disconnected listener | Tobias Brunner | 2017-07-27 | 1 | -2/+1 |
| | | | | | | | This prevented new listeners from receiving notifies if they joined after another listener disconnected previously, and if they themselves disconnected their old connection would prevent them again from getting notifies. | ||||
* | error-notify: Notify listeners upon IKE retransmit | Thomas Egerer | 2016-06-06 | 2 | -0/+6 |
| | | | | Signed-off-by: Thomas Egerer <thomas.egerer@secunet.com> | ||||
* | libhydra: Remove empty unused library | Tobias Brunner | 2016-03-03 | 1 | -1/+0 |
| | |||||
* | traffic-selector: Don't end printf'ed list of traffic selectors with a space | Tobias Brunner | 2015-11-10 | 1 | -1/+1 |
| | |||||
* | Fixed some typos | Tobias Brunner | 2015-08-13 | 1 | -4/+4 |
| | |||||
* | plugins: Don't link with -rdynamic on Windows | Martin Willi | 2014-06-04 | 1 | -1/+1 |
| | |||||
* | libcharon: Use lib->ns instead of charon->name | Tobias Brunner | 2014-02-12 | 1 | -1/+1 |
| | |||||
* | stream-service: move CAP_CHOWN check from plugins to service constructor | Martin Willi | 2013-07-18 | 1 | -6/+0 |
| | | | | | A plugin service can be a TCP socket now, so it does not make much sense to strictly check for CAP_CHOWN. | ||||
* | error-notify: catch and forward some alerts related to certificate validation | Martin Willi | 2013-07-18 | 2 | -0/+25 |
| | |||||
* | error-notify: increase size of string/identity fields in messages | Martin Willi | 2013-07-18 | 1 | -2/+2 |
| | |||||
* | error-notify: fix error handling when creating the socket fails | Martin Willi | 2013-07-18 | 1 | -0/+6 |
| | |||||
* | error-notify: use a stream service to accept client connections | Martin Willi | 2013-07-18 | 4 | -122/+103 |
| | | | | | As TCP does not have SOCK_SEQPACKET, we now use SOCK_STREAM for the error-notify socket. To have network transparency, the message now uses network byte order. | ||||
* | capabilities: Some plugins don't actually require capabilities at runtime | Tobias Brunner | 2013-07-18 | 1 | -1/+1 |
| | |||||
* | automake: replace INCLUDES by AM_CPPFLAGS | Martin Willi | 2013-07-18 | 1 | -5/+7 |
| | | | | | | 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. | ||||
* | capabilities: CAP_CHOWN might be required by many plugins opening UNIX sockets | Tobias Brunner | 2013-06-25 | 1 | -0/+6 |
| | | | | | But as the sockets will be created with the user/group of the running process this might not be required as no change may be needed. | ||||
* | capabilities: Move global capabilities_t instance to libstrongswan | Tobias Brunner | 2013-06-25 | 1 | -2/+2 |
| | |||||
* | error-notify: Use plugin features to register listener | Tobias Brunner | 2013-06-11 | 1 | -3/+29 |
| | |||||
* | error-notify: Close file descriptors in case clients are still connected | Tobias Brunner | 2013-03-25 | 1 | -0/+6 |
| | |||||
* | Add missing error_notify_msg.h to distribution tarball | Martin Willi | 2012-12-19 | 1 | -1/+2 |
| | |||||
* | Add an error-notify sample application to listen to error notifications | Martin Willi | 2012-12-19 | 3 | -0/+66 |
| | |||||
* | Add an error-notify plugin to send catched alerts to listening applications | Martin Willi | 2012-12-19 | 8 | -0/+736 |