[openssh-commits] CVS: fuyu.mindrot.org: openssh/openbsd-compat
Darren Tucker
dtucker at mindrot.org
Wed Aug 30 22:33:10 EST 2006
CVSROOT: /var/cvs
Module name: openssh/openbsd-compat
Changes by: dtucker at fuyu.mindrot.org 2006/08/30 22:33:10
Modified files:
. : ChangeLog auth.c
openbsd-compat : port-aix.c
Log message:
- (dtucker) [auth.c openbsd-compat/port-aix.c] Bug #1207: always call
loginsuccess on AIX immediately after authentication to clear the failed
login count. Previously this would only happen when an interactive
session starts (ie when a pty is allocated) but this means that accounts
that have primarily non-interactive sessions (eg scp's) may gradually
accumulate enough failures to lock out an account. This change may have
a side effect of creating two audit records, one with a tty of "ssh"
corresponding to the authentication and one with the allocated pty per
interactive session.
cvs -n rdiff -u -rNo revision control -rNo revision control openssh/openbsd-compat/ChangeLog
cvs -n rdiff -u -rNo revision control -rNo revision control openssh/openbsd-compat/auth.c
cvs -n rdiff -u -r1.37 -r1.38 openssh/openbsd-compat/port-aix.c
More information about the openssh-commits
mailing list