From owner-cvs-usrbin Wed Mar 19 05:45:15 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA21851 for cvs-usrbin-outgoing; Wed, 19 Mar 1997 05:45:15 -0800 (PST) Received: (from davidn@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA21842; Wed, 19 Mar 1997 05:45:13 -0800 (PST) Date: Wed, 19 Mar 1997 05:45:13 -0800 (PST) From: David Nugent Message-Id: <199703191345.FAA21842@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/login login.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidn 97/03/19 05:45:11 Branch: usr.bin/login RELENG_2_2 Modified: usr.bin/login login.c Log: YAMFC (partial). Reimplement root login access failure as a login failure: Issue message "Login incorrect". Standard backoff behaviour. #defines for RETRIES/BACKOFF constants Revision Changes Path 1.12.2.1 +17 -8 src/usr.bin/login/login.c