summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-10-07 18:37:11 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-10-07 18:37:11 +1000
commit3b2a06c0d7e4f044fc8dbf445d6e1a176c0e4cd9 (patch)
tree57445836ba6ff7b8f8a33d93f8b6b2650bf4507b
parent2e8c0cc75244b2354fea2cba5f11277fe47deed4 (diff)
- (dtucker) [configure.ac] Bug #715: Set BROKEN_SETREUID and BROKEN_SETREGID
on Reliant Unix. Patch from Robert.Dahlem at siemens.com.
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac5
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 @@
6 run-time switch, always build --with-md5-passwords. 6 run-time switch, always build --with-md5-passwords.
7 - (dtucker) [configure.ac openbsd-compat/Makefile.in openbsd-compat/strtoul.c] 7 - (dtucker) [configure.ac openbsd-compat/Makefile.in openbsd-compat/strtoul.c]
8 Bug #670: add strtoul() to openbsd-compat for platforms lacking it. ok djm@ 8 Bug #670: add strtoul() to openbsd-compat for platforms lacking it. ok djm@
9 - (dtucker) [configure.ac] Bug #715: Set BROKEN_SETREUID and BROKEN_SETREGID
10 on Reliant Unix. Patch from Robert.Dahlem at siemens.com.
9 11
1020031003 1220031003
11 - (dtucker) OpenBSD CVS Sync 13 - (dtucker) OpenBSD CVS Sync
@@ -1288,4 +1290,4 @@
1288 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. 1290 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
1289 Report from murple@murple.net, diagnosis from dtucker@zip.com.au 1291 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
1290 1292
1291$Id: ChangeLog,v 1.3061 2003/10/07 07:49:56 dtucker Exp $ 1293$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 @@
1# $Id: configure.ac,v 1.170 2003/10/07 07:49:57 dtucker Exp $ 1# $Id: configure.ac,v 1.171 2003/10/07 08:37:11 dtucker Exp $
2 2
3AC_INIT 3AC_INIT
4AC_CONFIG_SRCDIR([ssh.c]) 4AC_CONFIG_SRCDIR([ssh.c])
@@ -300,6 +300,9 @@ mips-sony-bsd|mips-sony-newsos4)
300 IPADDR_IN_DISPLAY=yes 300 IPADDR_IN_DISPLAY=yes
301 AC_DEFINE(USE_PIPES) 301 AC_DEFINE(USE_PIPES)
302 AC_DEFINE(IP_TOS_IS_BROKEN) 302 AC_DEFINE(IP_TOS_IS_BROKEN)
303 AC_DEFINE(SETEUID_BREAKS_SETUID)
304 AC_DEFINE(BROKEN_SETREUID)
305 AC_DEFINE(BROKEN_SETREGID)
303 AC_DEFINE(SSHD_ACQUIRES_CTTY) 306 AC_DEFINE(SSHD_ACQUIRES_CTTY)
304 external_path_file=/etc/default/login 307 external_path_file=/etc/default/login
305 # /usr/ucblib/libucb.a no longer needed on ReliantUNIX 308 # /usr/ucblib/libucb.a no longer needed on ReliantUNIX