aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/whitelist/whitelist.c
Commit message (Collapse)AuthorAgeFilesLines
* whitelist: Fix compilation on FreeBSDTobias Brunner2013-07-311-0/+2
|
* whitelist: use a stream service to accept client connectionsMartin Willi2013-07-181-15/+78
| | | | | Use SOCK_STREAM, as we don't have SOCK_SEQPACKET on TCP. To have network transparency, the message now uses network byte order.
* whitelist: Make sure listed IDs are null-terminated.Tobias Brunner2012-05-181-0/+1
|
* Added strongswan.conf and runtime option to enable/disable whitelist pluginMartin Willi2011-03-171-0/+10
|
* Added a whitelist command line utility to control whitelist pluginMartin Willi2011-02-281-0/+180