Date: Wed, 19 Jan 2000 14:03:13 -0800 (PST) From: Brian Feldman <green@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd builtins.c inetd.8 Message-ID: <200001192203.OAA38965@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001192203.OAA38965>