Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libhydra: Remove empty unused library | Tobias Brunner | 2016-03-03 | 1 | -1/+0 |
| | |||||
* | plugins: Don't link with -rdynamic on Windows | Martin Willi | 2014-06-04 | 1 | -1/+1 |
| | |||||
* | lookip: Properly return from disconnect callback job | Tobias Brunner | 2014-02-18 | 1 | -1/+3 |
| | | | | References #518. | ||||
* | lookip: Disconnect asynchronously to avoid dead-locking watcher unregistration | Martin Willi | 2014-02-17 | 1 | -3/+30 |
| | | | | | | | | | While it really would be desirable to allow stream destruction during on_read() callbacks, this does not work anymore since e49b2998. Until we have a proper solution for this issue, use asynchronous disconnects for the only user doing so. Fixes #518. | ||||
* | libcharon: Use lib->ns instead of charon->name | Tobias Brunner | 2014-02-12 | 1 | -2/+2 |
| | |||||
* | 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. | ||||
* | lookip: double size of id field in message | Martin Willi | 2013-07-18 | 1 | -1/+1 |
| | |||||
* | lookip: fix error handling when creating the socket fails | Martin Willi | 2013-07-18 | 1 | -1/+7 |
| | |||||
* | lookip: use stream service with async I/O dispatching | Martin Willi | 2013-07-18 | 5 | -256/+294 |
| | | | | | Now uses SOCK_STREAM, as SOCK_SEQPACKET is not available over TCP. 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 |
| | |||||
* | lookip: Use plugin features to register listener | Tobias Brunner | 2013-06-11 | 1 | -4/+29 |
| | |||||
* | Removed unused command name when printing usage info for lookip | Tobias Brunner | 2013-01-24 | 1 | -1/+1 |
| | |||||
* | Fixed some typos, courtesy of codespell | Tobias Brunner | 2012-12-20 | 1 | -1/+1 |
| | |||||
* | Migrate cache and fire lookip events for unique_id change during IKE_SA rekey | Martin Willi | 2012-12-10 | 1 | -0/+13 |
| | |||||
* | Fix passing of IKE_SA unique_id over lookip socket | Martin Willi | 2012-11-30 | 1 | -0/+1 |
| | |||||
* | Lookip plugin additionally reports the IKE_SA unique identifier | Martin Willi | 2012-11-29 | 5 | -10/+21 |
| | |||||
* | Moved data structures to new collections subfolder | Tobias Brunner | 2012-10-24 | 2 | -3/+3 |
| | |||||
* | Add an interactive mode in lookip tool, demonstrate lasting connections | Martin Willi | 2012-10-24 | 1 | -9/+57 |
| | |||||
* | Send a lookip NOT_FOUND reply if a lookup yields no results | Martin Willi | 2012-10-24 | 3 | -11/+32 |
| | |||||
* | lookup function of lookip listener returns the number of matches | Martin Willi | 2012-10-24 | 2 | -3/+9 |
| | |||||
* | Handle multiple lookip connections using a single FDSET | Martin Willi | 2012-10-24 | 1 | -49/+162 |
| | |||||
* | Renamed list to store listening lookip clients | Martin Willi | 2012-10-24 | 1 | -5/+5 |
| | |||||
* | Handle client subscriptions in lookip plugin | Martin Willi | 2012-10-24 | 1 | -12/+89 |
| | |||||
* | Add a lookip server side UNIX socket processing LOOKUP and DUMP requests | Martin Willi | 2012-10-24 | 4 | -1/+309 |
| | |||||
* | Add a simple command line utility to query the lookip plugin | Martin Willi | 2012-10-24 | 3 | -0/+213 |
| | |||||
* | Defined on-the-wire format used on lookip socket | Martin Willi | 2012-10-24 | 2 | -1/+94 |
| | |||||
* | Add a lookip function to register virtual IP notification listeners | Martin Willi | 2012-10-24 | 2 | -4/+87 |
| | |||||
* | Add a lookup method to lookip plugin, using a callback to invoke | Martin Willi | 2012-10-24 | 2 | -0/+53 |
| | |||||
* | Add a lookip listener that collects the information we are interested in | Martin Willi | 2012-10-24 | 4 | -1/+267 |
| | |||||
* | Add a lookip plugin stub to lookup connections by virtual IP | Martin Willi | 2012-10-24 | 3 | -0/+118 |