summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac3
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0bf1e54a..fa13b037 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,8 @@
any access to locked accounts. ok djm@
- (djm) Bug #564: Perform PAM account checks for all authentications when
UsePAM=yes; ok dtucker
+ - (dtucker) [configure.ac] Bug #533, #551: define BROKEN_GETADDRINFO on
+ Tru64, solves getnameinfo and "bad addr or host" errors. ok djm@
20030822
- (djm) s/get_progname/ssh_get_progname/g to avoid conflict with Heimdal
@@ -864,4 +866,4 @@
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
-$Id: ChangeLog,v 1.2903 2003/08/25 03:08:49 djm Exp $
+$Id: ChangeLog,v 1.2904 2003/08/25 03:27:40 dtucker Exp $
diff --git a/configure.ac b/configure.ac
index 89b59eaa..600155cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.141 2003/08/25 01:51:19 dtucker Exp $
+# $Id: configure.ac,v 1.142 2003/08/25 03:27:40 dtucker Exp $
AC_INIT
AC_CONFIG_SRCDIR([ssh.c])
@@ -369,6 +369,7 @@ mips-sony-bsd|mips-sony-newsos4)
fi
fi
AC_DEFINE(DISABLE_FD_PASSING)
+ AC_DEFINE(BROKEN_GETADDRINFO)
AC_DEFINE(LOCKED_PASSWD_SUBSTR, "Nologin")
;;