From owner-cvs-all Mon Apr 5 17:31:42 1999 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 495D115469; Mon, 5 Apr 1999 17:31:40 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA92531; Mon, 5 Apr 1999 17:29:43 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199904060029.RAA92531@freefall.freebsd.org> From: Brian Somers Date: Mon, 5 Apr 1999 17:29:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/telnetd telnetd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/04/05 17:29:42 PDT Modified files: libexec/telnetd telnetd.c Log: After receiving a connection and doing a reverse lookup on the incoming IP, do a forward lookup on the result and make sure that the IP is in the resulting list. If it's not, put the IP number in utmp/wtmp instead of the rogue name. Stolen from: rlogind Suggested by: sef Revision Changes Path 1.16 +18 -2 src/libexec/telnetd/telnetd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message