From owner-cvs-all Wed Nov 4 11:39:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA20410 for cvs-all-outgoing; Wed, 4 Nov 1998 11:39:47 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA20403; Wed, 4 Nov 1998 11:39:45 -0800 (PST) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA23745; Wed, 4 Nov 1998 11:39:47 -0800 (PST) Date: Wed, 4 Nov 1998 11:39:47 -0800 (PST) Message-Id: <199811041939.LAA23745@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/inetd inetd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1998/11/04 11:39:47 PST Modified files: usr.sbin/inetd inetd.c Log: Add an "internal" driver for the "ident" protocol (tcp/113). It will return "ERROR:HIDDEN-USER" for all requests. To use it add: ident stream tcp nowait root internal to inetd.conf Revision Changes Path 1.41 +31 -1 src/usr.sbin/inetd/inetd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message