Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Mar 1997 08:27:14 -0800 (PST)
From:      David Nugent <davidn>
To:        CVS-committers, cvs-all, cvs-usrbin
Subject:   cvs commit:  src/usr.bin/login login.c
Message-ID:  <199703181627.IAA02827@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
davidn      97/03/18 08:27:13

  Modified:    usr.bin/login  login.c
  Log:
  Submitted by:	Paul Traina <root@shockwave.com> (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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703181627.IAA02827>