Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | lookip: use stream service with async I/O dispatching | Martin Willi | 2013-07-18 | 1 | -240/+189 |
| | | | | | Now uses SOCK_STREAM, as SOCK_SEQPACKET is not available over TCP. To have network transparency, the message now uses network byte order. | ||||
* | capabilities: Move global capabilities_t instance to libstrongswan | Tobias Brunner | 2013-06-25 | 1 | -2/+2 |
| | |||||
* | 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 | 1 | -1/+2 |
| | |||||
* | Moved data structures to new collections subfolder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Send a lookip NOT_FOUND reply if a lookup yields no results | Martin Willi | 2012-10-24 | 1 | -2/+16 |
| | |||||
* | 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 | 1 | -0/+255 |