aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/kernel_pfkey/kernel_pfkey_ipsec.c
Commit message (Expand)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-191-2175/+0
* Do not kill daemon, just not use pluggable kernel interface if initialization...Martin Willi2010-02-261-6/+21
* Pass sockets to bypass to kernel interface, allowing us to register them dyna...Martin Willi2010-02-261-65/+47
* Migrated kernel_pfkey_ipsec to METHOD/INIT macrosMartin Willi2010-02-261-97/+60
* 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-2/+3
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-041-2/+2
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-173/+173
* Refactored the lifetime_cfg_t struct to be simpler and more expressive. Initi...Tobias Brunner2009-09-011-6/+6
* Set the packet and byte limits in the netlink and pfkey kernel interfaces.Tobias Brunner2009-09-011-0/+6
* Adapted the kernel interfaces to the new lifetime configuration.Tobias Brunner2009-09-011-4/+4
* use time_monotonic() instead of time() for statistics and time difference cal...Martin Willi2009-08-311-3/+10
* OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the enum...Tobias Brunner2009-08-141-2/+2
* Use LONG_MAX instead of a hard-coded value.Tobias Brunner2009-08-061-1/+5
* FreeBSD returns the current policy use time only after specifying a hard life...Tobias Brunner2009-08-061-1/+13
* Reversed the check for udp.h, fixes compilation on Linux.Tobias Brunner2009-08-061-4/+4
* FreeBSD only reports a policy's usetime if a lifetime has been specified when...Tobias Brunner2009-08-041-0/+7
* FreeBSD and Mac OS X both set the sequence number of an SADB_X_SPDGET respons...Tobias Brunner2009-08-041-5/+16
* implemented query_sa() for PFKEYv2Andreas Steffen2009-08-021-2/+53
* display transmitted bytes per SAAndreas Steffen2009-07-301-0/+11
* Handling of unsupported policy directions (FWD) fixed.Tobias Brunner2009-07-301-1/+19
* Enabling NAT-T on Mac OS X using the private SADB_X_EXT_NATT flag and sadb_sa...Tobias Brunner2009-07-301-5/+45
* Portably check for IPSEC_* constants (defined in ipsec.h).Tobias Brunner2009-05-201-3/+3
* Mac OS X doesn't have SADB_X_AALG_AES_XCBC_MACTobias Brunner2009-05-141-0/+2
* added another possible location for the ipsec.h header fileTobias Brunner2009-05-141-0/+2
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
* merging changes from portability branch back to trunkTobias Brunner2009-04-301-61/+142
* address extensions refactoredTobias Brunner2008-12-111-84/+51
* fixed double free of host in sadb_address2tsAndreas Steffen2008-12-041-1/+0
* 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-2/+2
* also use correct encap parameter in PF_KEYMartin Willi2008-11-141-1/+1
* #defing out compress algs to avoid compiler warningMartin Willi2008-11-111-1/+3
* fixing a memory leakTobias Brunner2008-11-111-3/+7
* merging kernel_klips plugin back into trunkTobias Brunner2008-11-111-36/+96
* SADB_X_EXT_KMADDRESS is not present in old kernelsAndreas Steffen2008-11-071-10/+17
* added retrieval of remote kmaddress via PF_KEYAndreas Steffen2008-11-071-5/+12
* replaced most pthread_mutex/cond_t by wrapped mutex/condvar_t variantMartin Willi2008-11-051-29/+30
* updated copyright of kernel interface codeAndreas Steffen2008-11-031-0/+1
* added support for xfrm remote kmaddressAndreas Steffen2008-11-031-3/+3
* removed unused variablesAndreas Steffen2008-11-031-5/+0
* migrate_job() finds a matching child_cfgAndreas Steffen2008-11-031-9/+23
* fully implemented the parsing of XFRM and PF_KEY MIGRATE messagesAndreas Steffen2008-11-021-18/+33
* parse xfrm and pf_key acquire messages and subscribe to migrate messagesAndreas Steffen2008-10-311-21/+111
* passing chunks, not prf+, to kernel interfaceMartin Willi2008-10-141-71/+56
* merging kernel_pfkey plugin back from kernel-interface branchTobias Brunner2008-10-141-0/+1810