aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/kernel_netlink/kernel_netlink_ipsec.c
Commit message (Expand)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-191-2032/+0
* Do not kill daemon, just not use pluggable kernel interface if initialization...Martin Willi2010-02-261-5/+20
* Pass sockets to bypass to kernel interface, allowing us to register them dyna...Martin Willi2010-02-261-61/+42
* Migrated kernel_netlink_ipsec to METHOD/INIT macrosMartin Willi2010-02-261-93/+59
* Adding support for AES GMAC (RFC4543).Tobias Brunner2010-02-121-1/+2
* Whitespace cleanup.Tobias Brunner2009-12-231-16/+16
* Using the thread wrapper in charon, libstrongswan and their plugins.Tobias Brunner2009-12-231-4/+6
* Separated the public interfaces of the threading primitives.Tobias Brunner2009-12-231-1/+1
* Moved mutex.c to a separate folder in order to cleanly wrap other threading p...Tobias Brunner2009-12-231-1/+1
* Fixed BEET mode by installing SAs with negotiated address in traffic selectorMartin Willi2009-12-171-6/+18
* Install v6 routes via outgoing interface for nowMartin Willi2009-12-141-18/+7
* some code optimizationsAndreas Steffen2009-12-091-34/+37
* Use transport mode ESP SA if IPcomp is used, IPcomp already applies outer IP ...Martin Willi2009-11-261-3/+11
* Use full algorithm name for SHA384/512 HMACsMartin Willi2009-11-261-2/+2
* Support the Linux specific SHA256 96 bit truncation HMAC via "sha256_96" keywordMartin Willi2009-11-261-1/+1
* Install SHA256_128 auth algorithm with specified 128 bit truncationMartin Willi2009-11-261-1/+25
* Added support for IPv6 source route installationMartin Willi2009-11-261-9/+19
* Install bypass policies after creating XFRM netlink socket, loading xfrm_user...Martin Willi2009-11-091-6/+6
* Use XFRM instead of PF_KEY IKE bypass policies in netlink based kernel interfaceMartin Willi2009-10-301-23/+12
* Reenabled acq_expires SA timer using rekey timeoutMartin Willi2009-10-071-1/+1
* remove spaces before tabs at the beginning of lines (^( )+\t)Martin Willi2009-09-041-2/+2
* remove spaces within tabs (\t( )+\t)Martin Willi2009-09-041-1/+1
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-180/+180
* Refactored the lifetime_cfg_t struct to be simpler and more expressive. Initi...Tobias Brunner2009-09-011-7/+7
* Set the packet and byte limits in the netlink and pfkey kernel interfaces.Tobias Brunner2009-09-011-5/+10
* Adapted the kernel interfaces to the new lifetime configuration.Tobias Brunner2009-09-011-6/+7
* use time_monotonic() instead of time() for statistics and time difference cal...Martin Willi2009-08-311-1/+10
* use time_monotonic() instead of gettimeofday() for time difference calculationsMartin Willi2009-08-311-1/+0
* disable lifetimes of allocated SPIsMartin Willi2009-08-251-1/+11
* OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the enum...Tobias Brunner2009-08-141-1/+1
* prepare CAMELLIA_CCM ESP encryptionAndreas Steffen2009-08-101-0/+3
* display transmitted bytes per SAAndreas Steffen2009-07-301-0/+69
* put variable definitions up frontAndreas Steffen2009-07-121-5/+8
* 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