aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/kernel_netlink/kernel_netlink_ipsec.c
Commit message (Expand)AuthorAgeFilesLines
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
* merging changes from portability branch back to trunkTobias Brunner2009-04-301-9/+28
* added support for AES counter mode in ESPMartin Willi2009-04-271-1/+1
* support of the ESP CAMELLIA-CBC cipher by charonAndreas Steffen2009-04-171-3/+9
* hiding XFRM message names from netlinkAndreas Steffen2009-01-091-0/+26
* refactored DBG3 output of sent XFRM messagesAndreas Steffen2009-01-091-71/+0
* DBG3 output of sent XFRM messagesAndreas Steffen2009-01-091-3/+74
* initial size of 1 is nonsenseTobias Brunner2008-12-101-1/+1
* hashtable enumerator enumerates over both, key and valuesMartin Willi2008-12-051-1/+1
* implemented the policy cache in kernel_netlink_ipsec_t with a hash table inst...Tobias Brunner2008-12-041-41/+54
* fixed double free of host in selector2tsMartin Willi2008-12-031-27/+24
* moved the IPV6_IPSEC_POLICY definition to the ipsec plugins, fixes uClibc buildMartin Willi2008-11-241-0/+5
* completed migration of MIPv6 connectionsAndreas Steffen2008-11-161-3/+2
* using aligned buffers for netlinkMartin Willi2008-11-141-8/+9
* fixed encap enabling in xfrm (using new encap state, not the old one)Martin Willi2008-11-141-3/+3
* rta->rta_len is NOT the payload data length, use RTA_PAYLOAD(rta) instead!Martin Willi2008-11-141-2/+3
* do not use public interface for functions which are local anywayMartin Willi2008-11-141-57/+54
* fixed compiler warningMartin Willi2008-11-111-2/+2
* fixing a memory leakTobias Brunner2008-11-111-3/+7
* merging kernel_klips plugin back into trunkTobias Brunner2008-11-111-19/+121
* added retrieval of remote kmaddress via PF_KEYAndreas Steffen2008-11-071-1/+1
* replaced most pthread_mutex/cond_t by wrapped mutex/condvar_t variantMartin Willi2008-11-051-7/+9
* got rid of deprecated create_iterator_locked()Martin Willi2008-11-051-6/+9
* do not install route if interface lookup failedMartin Willi2008-11-051-16/+23
* corrected a copy-and-paste errorAndreas Steffen2008-11-031-1/+1
* updated copyright of kernel interface codeAndreas Steffen2008-11-031-0/+1
* added support for xfrm remote kmaddressAndreas Steffen2008-11-031-4/+5
* migrate_job() finds a matching child_cfgAndreas Steffen2008-11-031-14/+30
* fully implemented the parsing of XFRM and PF_KEY MIGRATE messagesAndreas Steffen2008-11-021-18/+61
* identify attributes of XFRM ACQUIRE and MIGRATE messagesAndreas Steffen2008-10-311-14/+58
* subscribing XFRM socket for MIGRATE messagesAndreas Steffen2008-10-311-2/+3
* parse xfrm and pf_key acquire messages and subscribe to migrate messagesAndreas Steffen2008-10-311-10/+75
* passing chunks, not prf+, to kernel interfaceMartin Willi2008-10-141-90/+74
* merging kernel_pfkey plugin back from kernel-interface branchTobias Brunner2008-10-141-173/+10
* userland support to process notifies for new NAT mappings detected in UDP enc...Martin Willi2008-10-071-1/+62
* merging renaming of mode_t to ipsec_mode_t back to trunkTobias Brunner2008-09-251-4/+4
* merging modularized kernel interface back to trunkTobias Brunner2008-09-251-0/+1700