Date: Wed, 5 Nov 2003 01:47:54 -0800 (PST) From: Hajimu UMEMOTO <ume@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/setkey Makefile parse.y sample.cf setkey.8 setkey.c token.l Message-ID: <200311050947.hA59lsNf046843@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ume 2003/11/05 01:47:54 PST FreeBSD src repository Modified files: usr.sbin/setkey Makefile parse.y sample.cf setkey.8 setkey.c token.l Log: - do hexdump on send. set length field properly - check for encryption/authentication key together with algorithm. - warned if a deprecated encryption algorithm (that includes "simple") is specified. - changed the syntax how to define a policy of a ICMPv6 type and/or a code, like spdadd ::/0 ::/0 icmp6 134,0 -P out none; - random cleanup in parser. - use yyfatal, or return -1 after yyerror. - deal with strdup() failure. - permit scope notation in policy string (-P esp/tunnel/foo%scope-bar%scope/use) - simplify /prefix and [port]. - g/c some unused symbols. Obtained from: KAME Revision Changes Path 1.11 +1 -1 src/usr.sbin/setkey/Makefile 1.4 +847 -533 src/usr.sbin/setkey/parse.y 1.4 +18 -18 src/usr.sbin/setkey/sample.cf 1.28 +184 -138 src/usr.sbin/setkey/setkey.8 1.6 +54 -73 src/usr.sbin/setkey/setkey.c 1.9 +114 -155 src/usr.sbin/setkey/token.l
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311050947.hA59lsNf046843>