aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/kernel_netlink.c
Commit message (Collapse)AuthorAgeFilesLines
* pluto: Removed unneeded kernel abstractions.Tobias Brunner2010-09-021-1319/+0
|
* Adding support for AES GMAC (RFC4543).Tobias Brunner2010-02-121-0/+2
|
* Increased the buffer for netlink responses.Tobias Brunner2010-02-051-0/+1
| | | | | | | | If an error occurs while manipulating policies in the kernel, the original netlink request gets attached to the response. Prior to Linux 2.6.32 the size in the netlink header of the response was wrong.
* IKEv1 support of ESP SHA2_HMAC with correct truncationAndreas Steffen2009-12-091-19/+39
|
* setting the IP family enables mixed tunnelsHeiko Hund2009-10-161-1/+1
|
* set XFRM_STATE_AF_UNSPEC flagAndreas Steffen2009-09-221-1/+14
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-7/+7
|
* pluto supports AES_CCM and AES_GCM ESP algorithmsAndreas Steffen2009-07-121-20/+74
|
* added AES_CTR, AES_CCM, and AES_GCM stringsAndreas Steffen2009-07-101-19/+26
|
* enforced strongSwan coding rulesAndreas Steffen2009-07-091-126/+130
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* conversion from 8 spaces to 4 spaces per tabAndreas Steffen2009-04-191-873/+873
|
* fixed cbc(camellia) netlink configuration errorAndreas Steffen2008-04-181-1/+1
|
* fixed aes-xcbc netlink configuration errorAndreas Steffen2008-04-181-1/+1
|
* support of AES_XCBC and CAMELLIA ESP cipher by plutoAndreas Steffen2008-04-181-14/+15
|
* activated Id propertyAndreas Steffen2007-10-061-1/+1
|
* fixed includeAndreas Steffen2007-04-291-1/+1
|
* moved linux26/rtnetlink.h and linux26/netlink.h to src/include/linuxAndreas Steffen2007-04-281-1/+1
|
* kernel_netlink.c now includes src/include/linux/xfrm.hAndreas Steffen2007-04-191-1/+1
|
* removed NAT_TRAVERSAL and VIRTUAL_IP compile optionsAndreas Steffen2006-07-071-2/+0
|
* (no commit message)Martin Willi2006-04-281-0/+1221