]> andersk Git - openssh.git/commit - auth.c
- (dtucker) [auth.c openbsd-compat/port-aix.c] Bug #1207: always call
authordtucker <dtucker>
Wed, 30 Aug 2006 12:33:09 +0000 (12:33 +0000)
committerdtucker <dtucker>
Wed, 30 Aug 2006 12:33:09 +0000 (12:33 +0000)
commit6545dd0bc687a98c6bf9fac22d00bb463ee42151
tree912285c6a437137d66e2ad1d649505d9c34eee75
parent9d68c41df892f8bf493b238b17f652f03d1ccdc0
 - (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.
ChangeLog
auth.c
openbsd-compat/port-aix.c
This page took 0.055818 seconds and 5 git commands to generate.