From owner-cvs-sys Fri Jun 14 10:23:49 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA28862 for cvs-sys-outgoing; Fri, 14 Jun 1996 10:23:49 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA28814; Fri, 14 Jun 1996 10:22:20 -0700 (PDT) Date: Fri, 14 Jun 1996 10:22:20 -0700 (PDT) From: Garrett Wollman Message-Id: <199606141722.KAA28814@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/conf files src/sys/netkey key.c key.h key_debug.c key_debug.h src/sys/sys malloc.h socket.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 96/06/14 10:22:19 Modified: sys/conf files sys/sys malloc.h socket.h Added: sys/netkey key.c key.h key_debug.c key_debug.h Log: This is the `netkey' kernel key-management service (the PF_KEY analogue to PF_ROUTE) from NRL's IPv6 distribution, heavily modified by me for better source layout, formatting, and textual conventions. I am told that this code is no longer under active development, but it's a useful hack for those interested in doing work on network security, key management, etc. This code has only been tested twice, so it should be considered highly experimental. Obtained from: ftp.ripe.net Revision Changes Path 1.69 +1 -0 src/sys/conf/files 1.14 +4 -2 src/sys/sys/malloc.h 1.12 +6 -2 src/sys/sys/socket.h