]> git.ipfire.org Git - thirdparty/strongswan.git/history - src/charon/plugins/kernel_pfkey/kernel_pfkey_ipsec.c
Fixed BEET mode by installing SAs with negotiated address in traffic selector
[thirdparty/strongswan.git] / src / charon / plugins / kernel_pfkey / kernel_pfkey_ipsec.c
2009-12-17  Martin WilliFixed BEET mode by installing SAs with negotiated addre...
2009-09-04  Martin Willireplaces four spaces by tabs, where appropriate
2009-09-04  Martin Williremoved trailing spaces ([[:space:]]+$)
2009-09-01  Tobias BrunnerRefactored the lifetime_cfg_t struct to be simpler...
2009-09-01  Tobias BrunnerSet the packet and byte limits in the netlink and pfkey...
2009-09-01  Tobias BrunnerAdapted the kernel interfaces to the new lifetime confi...
2009-08-31  Martin Williuse time_monotonic() instead of time() for statistics...
2009-08-14  Tobias BrunnerOpenSolaris defines MUTEX_DEFAULT therefore we rename...
2009-08-06  Tobias BrunnerUse LONG_MAX instead of a hard-coded value.
2009-08-06  Tobias BrunnerFreeBSD returns the current policy use time only after...
2009-08-06  Tobias BrunnerReversed the check for udp.h, fixes compilation on...
2009-08-04  Tobias BrunnerFreeBSD only reports a policy's usetime if a lifetime...
2009-08-04  Tobias BrunnerFreeBSD and Mac OS X both set the sequence number of...
2009-08-02  Andreas Steffenimplemented query_sa() for PFKEYv2
2009-07-30  Andreas Steffendisplay transmitted bytes per SA
2009-07-30  Tobias BrunnerHandling of unsupported policy directions (FWD) fixed.
2009-07-30  Tobias BrunnerEnabling NAT-T on Mac OS X using the private SADB_X_EXT...
2009-05-20  Tobias BrunnerPortably check for IPSEC_* constants (defined in ipsec.h).
2009-05-14  Tobias BrunnerMac OS X doesn't have SADB_X_AALG_AES_XCBC_MAC
2009-05-14  Tobias Brunneradded another possible location for the ipsec.h header...
2009-04-30  Tobias Brunnerremoving svn keyword $Id$ from all files
2009-04-30  Tobias Brunnermerging changes from portability branch back to trunk
2008-12-11  Tobias Brunneraddress extensions refactored
2008-12-04  Andreas Steffenfixed double free of host in sadb_address2ts
2008-11-24  Martin Willimoved the IPV6_IPSEC_POLICY definition to the ipsec...
2008-11-16  Andreas Steffencompleted migration of MIPv6 connections
2008-11-14  Martin Willialso use correct encap parameter in PF_KEY
2008-11-11  Martin Willi#defing out compress algs to avoid compiler warning
2008-11-11  Tobias Brunnerfixing a memory leak
2008-11-11  Tobias Brunnermerging kernel_klips plugin back into trunk
2008-11-07  Andreas SteffenSADB_X_EXT_KMADDRESS is not present in old kernels
2008-11-07  Andreas Steffenadded retrieval of remote kmaddress via PF_KEY
2008-11-05  Martin Willireplaced most pthread_mutex/cond_t by wrapped mutex...
2008-11-03  Andreas Steffenupdated copyright of kernel interface code
2008-11-03  Andreas Steffenadded support for xfrm remote kmaddress
2008-11-03  Andreas Steffenremoved unused variables
2008-11-03  Andreas Steffenmigrate_job() finds a matching child_cfg
2008-11-02  Andreas Steffenfully implemented the parsing of XFRM and PF_KEY MIGRAT...
2008-10-31  Andreas Steffenparse xfrm and pf_key acquire messages and subscribe...
2008-10-14  Martin Willipassing chunks, not prf+, to kernel interface
2008-10-14  Tobias Brunnermerging kernel_pfkey plugin back from kernel-interface...