Call for testing for 3.5 OpenSSH

Ben Lindstrom mouring at etoh.eviladmin.org
Tue Sep 24 23:57:22 EST 2002


On Tue, 24 Sep 2002, Darren Tucker wrote:

> Ben Lindstrom wrote:
> > Issues I know off of right now.
> >
> > ... Anything else?  Cygwin?  AIX?  ..etc..
>
> There are 2 issues with AIX for which there are fixes that haven't been
> integrated:
>
> 1) http://bugzilla.mindrot.org/show_bug.cgi?id=355
> loginsuccess() isn't called on AIX an thus failed login counts are never
> cleared.  This can lead to account lockout.
>
> I think this is the right fix (but someone else should check it!):
> http://bugzilla.mindrot.org/attachment.cgi?id=141&action=view
>

I'll see if I can look at this tonight since things have settled down
until next month.

> 2) http://bugzilla.mindrot.org/show_bug.cgi?id=397
> strsep() is in libc but isn't defined in the headers unless
> _LINUX_SOURCE_COMPAT is defined. This doesn't affect GCC, only the
> native compiler.  Apart from the patch, another option could be to have
> configure define _LINUX_SOURCE_COMPAT for AIX.
>

Is this only an issue under 4.3.3 or this also an issue with 5.1?  I
understand other's concern in regards to sublevels of 4.3.3.

I would be willing to set it for all 4.3.3 and lower to use our internal
strsep and allow 5.1 to use the native one if 5.1 is fine.  Just coding to
detect such things is normally ugly.

- Ben




More information about the openssh-unix-dev mailing list