OpenSSH 3.4 released

Ben Lindstrom mouring at etoh.eviladmin.org
Fri Jun 28 03:54:50 EST 2002


Applied.


FYI, for everyone pounding for 3.4 fixes for platform issues.  Give us a
few days to recover please.. I know I've been up late merging and trying
to test the last few days.

If you have a patch that has not gone into bugzilla.  Do so.  Also PLEASE
CHECK TO ENSURE THAT NO ONE ELSE has an open ticket on the same issue.

- Ben

On Thu, 27 Jun 2002, Corinna Vinschen wrote:

> On Wed, Jun 26, 2002 at 06:21:03PM +0200, Corinna Vinschen wrote:
> > --- sshd.c.orig	2002-06-26 18:21:03.000000000 +0200
> > +++ sshd.c	2002-06-26 18:20:55.000000000 +0200
> > @@ -1035,7 +1035,13 @@ main(int ac, char **av)
> >  		    (S_ISDIR(st.st_mode) == 0))
> >  			fatal("Missing privilege separation directory: %s",
> >  			    _PATH_PRIVSEP_CHROOT_DIR);
> > +#ifdef HAVE_CYGWIN
> > +		if (check_ntsec(_PATH_PRIVSEP_CHROOT_DIR) &&
> > +		    (st.st_uid != getuid () ||
> > +		     (st.st_mode & (S_IWGRP|S_IWOTH)) != 0))
> > +#else
> >  		if (st.st_uid != 0 || (st.st_mode & (S_IWGRP|S_IWOTH)) != 0)
> > +#endif
> >  			fatal("Bad owner or mode for %s",
> >  			    _PATH_PRIVSEP_CHROOT_DIR);
> >  	}
>
> Hi,
>
> is that patch ok to get into the sources or should it be changed somehow?
>
> Corinna
>
> --
> Corinna Vinschen
> Cygwin Developer
> Red Hat, Inc.
> mailto:vinschen at redhat.com
> _______________________________________________
> openssh-unix-dev at mindrot.org mailing list
> http://www.mindrot.org/mailman/listinfo/openssh-unix-dev
>




More information about the openssh-unix-dev mailing list