aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/duplicheck/duplicheck.c
Commit message (Collapse)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-241-1/+1
|
* duplicheck: Include required headers for FreeBSDDenis Volpato Martins2016-03-031-0/+2
| | | | Closes strongswan/strongswan#34.
* duplicheck: use a stream service to accept client connectionsMartin Willi2013-07-181-17/+72
| | | | | | As we can't use SOCK_SEQPACKET over TCP, we now have to provide message boundaries ourselves. We do this by appending a 16-bit length header to each sent duplicate identity.
* Added an example application listening to duplicheck notificationsMartin Willi2011-02-281-0/+59