From owner-cvs-usrbin Tue Mar 18 08:27:17 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA02836 for cvs-usrbin-outgoing; Tue, 18 Mar 1997 08:27:17 -0800 (PST) Received: (from davidn@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA02827; Tue, 18 Mar 1997 08:27:14 -0800 (PST) Date: Tue, 18 Mar 1997 08:27:14 -0800 (PST) From: David Nugent Message-Id: <199703181627.IAA02827@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/18 08:27:13 Modified: usr.bin/login login.c Log: Submitted by: Paul Traina (partially) Cleanup of #ifdef's for LOGIN_CAP. Fixed bug in empty shell (closes PR#2550). Refused root logins now displays standard "Login incorrect" and exhibits identical backoff behaviour to a failed login. Cleaned up logging of refused logins. Use #defines for login retries and backoff. Also implemented definable variables if LOGIN_CAP is defined, with "login-retries" and "login-backoff" as capabilities in the default class (closes PR#2805). TERM from previous environment is no longer truncated. Revision Changes Path 1.19 +243 -153 src/usr.bin/login/login.c