diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 5 |
2 files changed, 7 insertions, 2 deletions
@@ -7,6 +7,8 @@ | |||
7 | - (dtucker) [configure.ac] Bug #653: uid swapping issues on Tru64. | 7 | - (dtucker) [configure.ac] Bug #653: uid swapping issues on Tru64. |
8 | - (dtucker) [configure.ac] Bug #693: uid swapping issues on NCR MP-RAS. | 8 | - (dtucker) [configure.ac] Bug #693: uid swapping issues on NCR MP-RAS. |
9 | Patch from david.haughton at ncr.com | 9 | Patch from david.haughton at ncr.com |
10 | - (dtucker) [configure.ac] Bug #659: uid swapping issues on IRIX 6. | ||
11 | Part of patch supplied by bugzilla-openssh at thewrittenword.com | ||
10 | 12 | ||
11 | 20030919 | 13 | 20030919 |
12 | - (djm) Bug #683: Remove reference to --with-ipv4-default from INSTALL; | 14 | - (djm) Bug #683: Remove reference to --with-ipv4-default from INSTALL; |
@@ -1143,4 +1145,4 @@ | |||
1143 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. | 1145 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. |
1144 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au | 1146 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au |
1145 | 1147 | ||
1146 | $Id: ChangeLog,v 1.3014 2003/09/22 01:40:24 dtucker Exp $ | 1148 | $Id: ChangeLog,v 1.3015 2003/09/22 01:58:21 dtucker Exp $ |
diff --git a/configure.ac b/configure.ac index 3a503d994..b602e915b 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: configure.ac,v 1.160 2003/09/22 01:40:25 dtucker Exp $ | 1 | # $Id: configure.ac,v 1.161 2003/09/22 01:58:21 dtucker Exp $ |
2 | 2 | ||
3 | AC_INIT | 3 | AC_INIT |
4 | AC_CONFIG_SRCDIR([ssh.c]) | 4 | AC_CONFIG_SRCDIR([ssh.c]) |
@@ -201,6 +201,9 @@ main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16)) | |||
201 | AC_DEFINE(WITH_IRIX_AUDIT) | 201 | AC_DEFINE(WITH_IRIX_AUDIT) |
202 | AC_CHECK_FUNC(jlimit_startjob, [AC_DEFINE(WITH_IRIX_JOBS)]) | 202 | AC_CHECK_FUNC(jlimit_startjob, [AC_DEFINE(WITH_IRIX_JOBS)]) |
203 | AC_DEFINE(BROKEN_INET_NTOA) | 203 | AC_DEFINE(BROKEN_INET_NTOA) |
204 | AC_DEFINE(SETEUID_BREAKS_SETUID) | ||
205 | AC_DEFINE(BROKEN_SETREUID) | ||
206 | AC_DEFINE(BROKEN_SETREGID) | ||
204 | AC_DEFINE(WITH_ABBREV_NO_TTY) | 207 | AC_DEFINE(WITH_ABBREV_NO_TTY) |
205 | AC_DEFINE(LOCKED_PASSWD_STRING, "*LK*") | 208 | AC_DEFINE(LOCKED_PASSWD_STRING, "*LK*") |
206 | ;; | 209 | ;; |