From owner-cvs-src@FreeBSD.ORG Tue Feb 10 20:34:35 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3673516A4CE; Tue, 10 Feb 2004 20:34:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3228B43D2F; Tue, 10 Feb 2004 20:34:35 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1B4YZGe075461; Tue, 10 Feb 2004 20:34:35 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1B4YYbO075460; Tue, 10 Feb 2004 20:34:34 -0800 (PST) (envelope-from bms) Message-Id: <200402110434.i1B4YYbO075460@repoman.freebsd.org> From: Bruce M Simpson Date: Tue, 10 Feb 2004 20:34:34 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/setkey parse.y setkey.8 token.l src/lib/libipsec ipsec_dump_policy.c pfkey.c pfkey_dump.c policy_token.l X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Feb 2004 04:34:35 -0000 bms 2004/02/10 20:34:34 PST FreeBSD src repository Modified files: usr.sbin/setkey parse.y token.l setkey.8 lib/libipsec ipsec_dump_policy.c pfkey.c pfkey_dump.c policy_token.l Log: Initial import of RFC 2385 (TCP-MD5) digest support. This is the second of two commits; bring in the userland support to finish. Teach libipsec and setkey about the tcp-md5 class of security associations, thus allowing administrators to add per-host keys to the SADB for use by the tcpsignature_compute() function. Document that a single SPI must be used until such time as the code which adds support to the SPD to specify flows for tcp-md5 treatment is suitable for production. Sponsored by: sentex.net Revision Changes Path 1.8 +2 -0 src/lib/libipsec/ipsec_dump_policy.c 1.8 +14 -1 src/lib/libipsec/pfkey.c 1.15 +3 -0 src/lib/libipsec/pfkey_dump.c 1.8 +1 -0 src/lib/libipsec/policy_token.l 1.5 +13 -4 src/usr.sbin/setkey/parse.y 1.30 +7 -0 src/usr.sbin/setkey/setkey.8 1.10 +2 -0 src/usr.sbin/setkey/token.l