- (dtucker) [configure.ac] Bug #715: Set BROKEN_SETREUID and BROKEN_SETREGID

on Reliant Unix.  Patch from Robert.Dahlem at siemens.com.
This commit is contained in:
Darren Tucker 2003-10-07 18:37:11 +10:00
parent 2e8c0cc752
commit 3b2a06c0d7
2 changed files with 7 additions and 2 deletions

View File

@ -6,6 +6,8 @@
run-time switch, always build --with-md5-passwords.
- (dtucker) [configure.ac openbsd-compat/Makefile.in openbsd-compat/strtoul.c]
Bug #670: add strtoul() to openbsd-compat for platforms lacking it. ok djm@
- (dtucker) [configure.ac] Bug #715: Set BROKEN_SETREUID and BROKEN_SETREGID
on Reliant Unix. Patch from Robert.Dahlem at siemens.com.
20031003
- (dtucker) OpenBSD CVS Sync
@ -1288,4 +1290,4 @@
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
$Id: ChangeLog,v 1.3061 2003/10/07 07:49:56 dtucker Exp $
$Id: ChangeLog,v 1.3062 2003/10/07 08:37:11 dtucker Exp $

View File

@ -1,4 +1,4 @@
# $Id: configure.ac,v 1.170 2003/10/07 07:49:57 dtucker Exp $
# $Id: configure.ac,v 1.171 2003/10/07 08:37:11 dtucker Exp $
AC_INIT
AC_CONFIG_SRCDIR([ssh.c])
@ -300,6 +300,9 @@ mips-sony-bsd|mips-sony-newsos4)
IPADDR_IN_DISPLAY=yes
AC_DEFINE(USE_PIPES)
AC_DEFINE(IP_TOS_IS_BROKEN)
AC_DEFINE(SETEUID_BREAKS_SETUID)
AC_DEFINE(BROKEN_SETREUID)
AC_DEFINE(BROKEN_SETREGID)
AC_DEFINE(SSHD_ACQUIRES_CTTY)
external_path_file=/etc/default/login
# /usr/ucblib/libucb.a no longer needed on ReliantUNIX