From owner-cvs-all Wed Jan 19 14: 3:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1661614ED3; Wed, 19 Jan 2000 14:03:14 -0800 (PST) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA38965; Wed, 19 Jan 2000 14:03:13 -0800 (PST) (envelope-from green@FreeBSD.org) Message-Id: <200001192203.OAA38965@freefall.freebsd.org> From: Brian Feldman Date: Wed, 19 Jan 2000 14:03:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd builtins.c inetd.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk green 2000/01/19 14:03:13 PST Modified files: usr.sbin/inetd builtins.c inetd.8 Log: Implement -g and -d options in my ident code. The -g flag uses a random garbage value for the username (hex garbage, that is), and the -d flag provides a default username for fallback purposes if the user cannot be looked up. That is very useful for the case where inetd auth is running on a NAT box. While I'm here updating the manpage, clean up an English error and a few small nits. Revision Changes Path 1.15 +46 -13 src/usr.sbin/inetd/builtins.c 1.41 +23 -7 src/usr.sbin/inetd/inetd.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message