aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/lookip/lookip_msg.h
Commit message (Collapse)AuthorAgeFilesLines
* lookip: double size of id field in messageMartin Willi2013-07-181-1/+1
|
* lookip: use stream service with async I/O dispatchingMartin Willi2013-07-181-2/+2
| | | | | Now uses SOCK_STREAM, as SOCK_SEQPACKET is not available over TCP. To have network transparency, the message now uses network byte order.
* Lookip plugin additionally reports the IKE_SA unique identifierMartin Willi2012-11-291-2/+4
|
* Send a lookip NOT_FOUND reply if a lookup yields no resultsMartin Willi2012-10-241-8/+12
|
* Defined on-the-wire format used on lookip socketMartin Willi2012-10-241-0/+90