Date: Sun, 12 Oct 2003 05:03:25 -0700 (PDT) From: Hajimu UMEMOTO <ume@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet6 ah_input.c ah_output.c Message-ID: <200310121203.h9CC3Peu013997@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ume 2003/10/12 05:03:25 PDT FreeBSD src repository Modified files: sys/netinet6 ah_input.c ah_output.c Log: - avoid hardcoded values. - correct signedness mixups. - log fix. - preparation for 64bit sequence number. introduce SA id (unique ID for SA - SPI is useless as duplicated SPI is allowed) - no need to malloc/free cksum buffer. Obtained from: KAME Revision Changes Path 1.16 +20 -32 src/sys/netinet6/ah_input.c 1.14 +9 -9 src/sys/netinet6/ah_output.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310121203.h9CC3Peu013997>