minor aix patch to auth1.c
Damien Miller
djm at mindrot.org
Mon Feb 5 09:38:49 EST 2001
On Sun, 4 Feb 2001 mouring at etoh.eviladmin.org wrote:
>
> Thanks, Applied.
Careful, get_canonical_hostname() now takes an integer argument,
> On Sat, 3 Feb 2001, William L. Jones wrote:
>
> > --- auth1.c.orig Sat Feb 3 18:17:53 2001
> > Bringa AIX modes in line with latest changes to auth1.c
> >
> > +++ auth1.c Sat Feb 3 18:19:15 2001
> > @@ -347,7 +347,7 @@
> >
> > if (authctxt->failures++ > AUTH_FAIL_MAX) {
> > #ifdef WITH_AIXAUTHENTICATE
> > - loginfailed(user,get_canonical_hostname(),"ssh");
> > +
> > loginfailed(authctxt->user,get_canonical_hostname(),"ssh");
> > #endif /* WITH_AIXAUTHENTICATE */
> > packet_disconnect(AUTH_FAIL_MSG, authctxt->user);
> > }
> >
>
>
>
--
| ``We've all heard that a million monkeys banging on | Damien Miller -
| a million typewriters will eventually reproduce the | <djm at mindrot.org>
| works of Shakespeare. Now, thanks to the Internet, /
| we know this is not true.'' - Robert Wilensky UCB / http://www.mindrot.org
More information about the openssh-unix-dev
mailing list