From 3b2a06c0d7e4f044fc8dbf445d6e1a176c0e4cd9 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Tue, 7 Oct 2003 18:37:11 +1000 Subject: [PATCH] - (dtucker) [configure.ac] Bug #715: Set BROKEN_SETREUID and BROKEN_SETREGID on Reliant Unix. Patch from Robert.Dahlem at siemens.com. --- ChangeLog | 4 +++- configure.ac | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8ade4e7ea..37f54ff16 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 $ diff --git a/configure.ac b/configure.ac index 02b7e2b82..45d21573f 100644 --- a/configure.ac +++ b/configure.ac @@ -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