diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -24,6 +24,7 @@ | |||
24 | thewrittenword.com | 24 | thewrittenword.com |
25 | - (dtucker) [INSTALL] Bug #686: Document requirement for zlib 1.1.4 or | 25 | - (dtucker) [INSTALL] Bug #686: Document requirement for zlib 1.1.4 or |
26 | higher. | 26 | higher. |
27 | - (tim) Fix typo. s/SETEIUD_BREAKS_SETUID/SETEUID_BREAKS_SETUID/ | ||
27 | 28 | ||
28 | 20030919 | 29 | 20030919 |
29 | - (djm) Bug #683: Remove reference to --with-ipv4-default from INSTALL; | 30 | - (djm) Bug #683: Remove reference to --with-ipv4-default from INSTALL; |
@@ -1160,4 +1161,4 @@ | |||
1160 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. | 1161 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. |
1161 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au | 1162 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au |
1162 | 1163 | ||
1163 | $Id: ChangeLog,v 1.3020 2003/09/22 03:28:36 dtucker Exp $ | 1164 | $Id: ChangeLog,v 1.3021 2003/09/22 04:00:59 tim Exp $ |
diff --git a/configure.ac b/configure.ac index 7a4bd6ffc..fedad3b07 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: configure.ac,v 1.162 2003/09/22 02:08:23 dtucker Exp $ | 1 | # $Id: configure.ac,v 1.163 2003/09/22 04:01:00 tim Exp $ |
2 | 2 | ||
3 | AC_INIT | 3 | AC_INIT |
4 | AC_CONFIG_SRCDIR([ssh.c]) | 4 | AC_CONFIG_SRCDIR([ssh.c]) |
@@ -409,7 +409,7 @@ mips-sony-bsd|mips-sony-newsos4) | |||
409 | fi | 409 | fi |
410 | AC_DEFINE(DISABLE_FD_PASSING) | 410 | AC_DEFINE(DISABLE_FD_PASSING) |
411 | AC_DEFINE(BROKEN_GETADDRINFO) | 411 | AC_DEFINE(BROKEN_GETADDRINFO) |
412 | AC_DEFINE(SETEIUD_BREAKS_SETUID) | 412 | AC_DEFINE(SETEUID_BREAKS_SETUID) |
413 | AC_DEFINE(BROKEN_SETREUID) | 413 | AC_DEFINE(BROKEN_SETREUID) |
414 | AC_DEFINE(BROKEN_SETREGID) | 414 | AC_DEFINE(BROKEN_SETREGID) |
415 | AC_DEFINE(LOCKED_PASSWD_SUBSTR, "Nologin") | 415 | AC_DEFINE(LOCKED_PASSWD_SUBSTR, "Nologin") |