summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-09-22 11:26:40 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-09-22 11:26:40 +1000
commita307b6ff146616915ecb75d8db6d7206d2609afe (patch)
tree0c729f325e085a8ea6527dc5d772c22f4953b9fb
parent8f4b9460387a31b6a69160226ee3f44e75725340 (diff)
- (dtucker) [configure.ac] Bug #653: uid swapping issues on Tru64.
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac5
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 496f13966..aafb42028 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,8 @@
3 builds. Portability corrections from tim@. 3 builds. Portability corrections from tim@.
4 - (dtucker) [configure.ac] Bug #655: uid swapping issues on Mac OS X. 4 - (dtucker) [configure.ac] Bug #655: uid swapping issues on Mac OS X.
5 Patch from max at quendi.de. 5 Patch from max at quendi.de.
6 - (dtucker) [configure.ac] Bug #657: uid swappping issues on BSDi. 6 - (dtucker) [configure.ac] Bug #657: uid swapping issues on BSDi.
7 - (dtucker) [configure.ac] Bug #653: uid swapping issues on Tru64.
7 8
820030919 920030919
9 - (djm) Bug #683: Remove reference to --with-ipv4-default from INSTALL; 10 - (djm) Bug #683: Remove reference to --with-ipv4-default from INSTALL;
@@ -1136,4 +1137,4 @@
1136 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. 1137 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
1137 Report from murple@murple.net, diagnosis from dtucker@zip.com.au 1138 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
1138 1139
1139$Id: ChangeLog,v 1.2994.2.15 2003/09/22 01:19:26 dtucker Exp $ 1140$Id: ChangeLog,v 1.2994.2.16 2003/09/22 01:26:40 dtucker Exp $
diff --git a/configure.ac b/configure.ac
index bdc0ac933..77eb39ecf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.154.2.3 2003/09/22 01:19:26 dtucker Exp $ 1# $Id: configure.ac,v 1.154.2.4 2003/09/22 01:26:40 dtucker Exp $
2 2
3AC_INIT 3AC_INIT
4AC_CONFIG_SRCDIR([ssh.c]) 4AC_CONFIG_SRCDIR([ssh.c])
@@ -403,6 +403,9 @@ mips-sony-bsd|mips-sony-newsos4)
403 fi 403 fi
404 AC_DEFINE(DISABLE_FD_PASSING) 404 AC_DEFINE(DISABLE_FD_PASSING)
405 AC_DEFINE(BROKEN_GETADDRINFO) 405 AC_DEFINE(BROKEN_GETADDRINFO)
406 AC_DEFINE(SETEIUD_BREAKS_SETUID)
407 AC_DEFINE(BROKEN_SETREUID)
408 AC_DEFINE(BROKEN_SETREGID)
406 AC_DEFINE(LOCKED_PASSWD_SUBSTR, "Nologin") 409 AC_DEFINE(LOCKED_PASSWD_SUBSTR, "Nologin")
407 ;; 410 ;;
408 411