]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netipsec
Rename since it has will have more capabilities than just comparing of
[FreeBSD/FreeBSD.git] / sys / netipsec /
2009-06-14 Edwin GroothuisRename since it has will have more capabilities than...
2009-06-12 VANHULLEBUS YvanAdded support for NAT-Traversal (RFC 3948) in IPsec...
2009-06-10 Bjoern A. ZeebProperly hide IPv4 only variables and functions under...
2009-06-09 Edwin GroothuisMFV of tzdata2009i:
2009-06-08 Bjoern A. ZeebAfter r193232 rt_tables in vnet.h are no longer indirec...
2009-06-08 Marko ZecIntroduce an infrastructure for dismantling vnet instances.
2009-06-02 Jung-uk KimMFV: ACPICA 20090521
2009-06-01 Robert WatsonReimplement the netisr framework in order to support...
2009-05-31 Doug BartonUpdate BIND to version 9.6.1rc1. This version has bette...
2009-05-28 Xin LIUpdate netcat to the version carried with OpenBSD 4.5.
2009-05-27 Ed SchoutenUpdate ee(1) in the base system to version 1.5.0.
2009-05-27 Edwin GroothuisMFV of tzdata2009h:
2009-05-27 VANHULLEBUS YvanLock SPTREE before parsing it in key_spddump()
2009-05-27 VANHULLEBUS YvanOnly decrease refcnt once when flushing SPD entries, to
2009-05-26 Ed SchoutenCopy ee 1.4.2 into the contrib directory.
2009-05-23 Bjoern A. ZeebAdd sysctls to toggle the behaviour of the (former...
2009-05-22 Dag-Erling SmørgravUpgrade to OpenSSH 5.2p1.
2009-05-18 Xin LIMerge vendor/file/dist@192348, bringing FILE 5.03 to...
2009-05-09 Xin LIUpdate to less v429.
2009-05-05 Marko ZecChange the curvnet variable from a global const struct...
2009-05-04 David E. O'BrienMerge vendor/file/dist@191739, bringing FILE 5.00 to...
2009-05-02 Marko ZecMake indentation more uniform accross vnet container...
2009-04-30 Marko ZecPermit buiding kernels with options VIMAGE, restricted...
2009-04-29 Bruce M SimpsonStub out IN6_LOOKUP_MULTI() for GETSPI requests, for...
2009-04-28 Edwin GroothuisMFC of tzdata2009g:
2009-04-27 Bjoern A. Zeebkey_gettunnel() has been unsued with FAST_IPSEC (now...
2009-04-20 Ollivier RobertMerge r191298 into HEAD.
2009-04-19 Robert WatsonMerge OpenBSM 1.1 from OpenBSM vendor branch to head.
2009-04-14 Edwin GroothuisMFV of tzdata2009f
2009-04-13 Edwin GroothuisMFV of tzdata2009e
2009-04-11 Marko ZecIntroduce vnet module registration / initialization...
2009-04-06 Marko Zec First pass at separating per-vnet initializer...
2009-03-24 Edwin GroothuisMFV of tzdata2009d:
2009-03-23 VANHULLEBUS YvanFixed comments so it stays in 80 chars by line
2009-03-21 Doug BartonMerge from vendor/bind9/dist as of the 9.4.3-P2 import
2009-03-21 Rui PauloMerge libpcap 1.0.0.
2009-03-21 Rui PauloMerge tcpdump 4.0.0 from the vendor branch.
2009-03-20 VANHULLEBUS YvanSpelling fix in a comment
2009-03-19 VANHULLEBUS YvanFixed style for some comments
2009-03-19 VANHULLEBUS YvanFixed style for some comments
2009-03-18 VANHULLEBUS YvanFixed deletion of sav entries in key_delsah()
2009-03-17 Edwin GroothuisMFV of tzdata2009c
2009-03-10 Robert WatsonMerge r183430 from vendor/top/dist to head/contrib...
2009-03-05 VANHULLEBUS YvanSAs are valid (but dying) when they reached soft lifetime,
2009-03-02 Robert WatsonMerge OpenBSM 1.1 beta 1 from OpenBSM vendor branch...
2009-03-02 Sam Lefflerconnect vendor wpa area to contrib
2009-03-01 Bjoern A. ZeebAdd size-guards evaluated at compile-time to the main...
2009-02-27 Bjoern A. ZeebFor all files including net/vnet.h directly include...
2009-02-27 Bjoern A. ZeebShuffle the vimage.h includes or add where missing.
2009-02-24 Roman DivackyChange the functions to ANSI in those cases where it...
2009-02-17 Dag-Erling SmørgravDon't try to auto-detect dynamic linking; it fails...
2009-02-08 Bjoern A. ZeebTry to remove/assimilate as much of formerly IPv4/6...
2009-01-30 Bjoern A. ZeebUse NULL rather than 0 when comparing pointers.
2009-01-28 VANHULLEBUS YvanRemove remain <= MHLEN restriction in m_makespace(),
2009-01-28 David SchultzVendor import of gdtoa 20081205.
2009-01-27 Sam Lefflerupdate to 0.5.11: some useful bug fixes (check ChangeLog)
2009-01-22 Edwin GroothuisMFV of tzdata2009a
2009-01-14 Robert WatsonMerge OpenBSM alpha 5 from OpenBSM vendor branch to...
2009-01-09 Doug BartonMerge from vendor/bind9/dist as of the 9.4.3-P1 import
2009-01-05 Bjoern A. ZeebSwitch the last protosw* structs to C99 initializers.
2009-01-05 Ulf LilleengenMerge support for CVSMode (aka. mirror mode) into csup...
2009-01-04 Robert WatsonFix non-C99 initialization for protosw initializing...
2009-01-04 Robert WatsonUnlike with struct protosw, several instances of struct...
2009-01-02 David E. O'BrienRecord that base/vendor/file/dist@186675 was merged.
2008-12-31 Robert WatsonMerge OpenBSM alpha 4 from OpenBSM vendor branch to...
2008-12-27 Bjoern A. ZeebLike in the rest of the file and the network stack...
2008-12-27 Bjoern A. ZeebNon-functional (style) changes:
2008-12-27 Bjoern A. ZeebConvert function definitions to constantly use ANSI...
2008-12-27 Bjoern A. ZeebRewrite ipsec6_setspidx_inpcb() to match the logic...
2008-12-27 Bjoern A. ZeebFor consistency with ipsec4_setspidx_inpcb() rename...
2008-12-27 Bjoern A. ZeebChange the in6p variable names to inp to be able to...
2008-12-27 Bjoern A. ZeebMake ipsec_getpolicybysock() static and no longer expor...
2008-12-23 Doug BartonMerge from vendor/bind9/dist as of the 9.4.3 import
2008-12-23 Bjoern A. ZeebRemove long unused netinet/ipprotosw.h (basically since...
2008-12-20 Sam LefflerMFH @ 186335
2008-12-19 Xin LIMerge nc(1) from OpenBSD 4.4. While there, rename...
2008-12-19 Sam Lefflerimport netbsd makefs tool
2008-12-15 Bjoern A. ZeebAnother step assimilating IPv[46] PCB code - directly use
2008-12-13 Bjoern A. ZeebSecond round of putting global variables, which were...
2008-12-10 Marko ZecConditionally compile out V_ globals while instantiatin...
2008-12-02 Robert WatsonMerge OpenBSM 1.1 alpha 2 from the OpenBSM vendor branc...
2008-12-02 Bjoern A. ZeebRather than using hidden includes (with cicular depende...
2008-12-01 Sam Lefflerimport ath hal
2008-11-28 Marko ZecUnhide declarations of network stack virtualization...
2008-11-27 Bjoern A. ZeebUnify ipsec[46]_delete_pcbpolicy in ipsec_delete_pcbpolicy.
2008-11-26 Marko ZecMerge more of currently non-functional (i.e. resolving to
2008-11-25 Bjoern A. ZeebUnbreak the build without INET6.
2008-11-19 Marko ZecChange the initialization methodology for global variab...
2008-11-15 Rong-En Fan- Update ncurses to 5.7-20081102 (5.7 release) and...
2008-11-15 Gregory Neil ShapiroMerge from vendor dist: Bring in a change already in...
2008-10-28 Edwin GroothuisMFV of tzdata2008i.
2008-10-23 Dag-Erling SmørgravRetire the MALLOC and FREE macros. They are an abomina...
2008-10-19 Ulf Lilleengen- Import the Makefile from HEAD for building csup.
2008-10-19 Ulf Lilleengen- Import the HEAD csup code which is the basis for...
2008-10-14 Edwin GroothuisMFV of r183861:
2008-10-02 Marko ZecStep 1.5 of importing the network stack virtualization...
2008-09-24 Dag-Erling SmørgravMFV "xmalloc: zero size" fix.
2008-09-16 Edwin GroothuisMFV of tzdata2008c:
2008-09-07 Ollivier RobertMerge from vendor/ntp/dist: r182856:
2008-09-05 Rui PauloMerge ath again (addition of wisoc files).
next