diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 5 |
2 files changed, 7 insertions, 3 deletions
@@ -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 | ||
8 | 20030919 | 9 | 20030919 |
9 | - (djm) Bug #683: Remove reference to --with-ipv4-default from INSTALL; | 10 | - (djm) Bug #683: Remove reference to --with-ipv4-default from INSTALL; |
@@ -1140,4 +1141,4 @@ | |||
1140 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. | 1141 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. |
1141 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au | 1142 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au |
1142 | 1143 | ||
1143 | $Id: ChangeLog,v 1.3012 2003/09/22 01:18:47 dtucker Exp $ | 1144 | $Id: ChangeLog,v 1.3013 2003/09/22 01:26:16 dtucker Exp $ |
diff --git a/configure.ac b/configure.ac index 5d1f85012..88aa481a7 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: configure.ac,v 1.158 2003/09/22 01:18:47 dtucker Exp $ | 1 | # $Id: configure.ac,v 1.159 2003/09/22 01:26:16 dtucker Exp $ |
2 | 2 | ||
3 | AC_INIT | 3 | AC_INIT |
4 | AC_CONFIG_SRCDIR([ssh.c]) | 4 | AC_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 | ||