openbsd-compat/inet_ntoa.h missing from 3.7p1?

Darren Tucker dtucker at zip.com.au
Wed Sep 17 16:44:12 EST 2003


"Christopher R. Hertel" wrote:
> I am using Irix, but I'm using SGI's compiler, not GCC, so I commented out
> the line.  OpenSSH then compiled.

> debug1: Local version string SSH-1.5-OpenSSH_3.7p1
> debug3: privsep user:group 6666:6666
> debug1: permanently_set_uid: 6666/6666
> : was able to restore old [e]gid

This is the problem here.  What are all of the SET*[UG]ID defines set to
in config.h?

Quick way to find out:
$ egrep 'SET.*ID' config.h

You may be able to sort it by out by defining "BROKEN_SETREUID" and
"BROKEN_SETREGID", and possibly SETEUID_BREAKS_SETUID.

-- 
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4  37C9 C982 80C7 8FF4 FA69
    Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.




More information about the openssh-unix-dev mailing list