summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-08-25 13:27:40 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-08-25 13:27:40 +1000
commit3c8e1e1bbf5810c00554d476534908ba9370fe87 (patch)
tree9d0a68c6b0ce7ec1c99097c5df6cc5ecc28d2eca
parent1f499fd3688d034daf787859044ede73767b6141 (diff)
- (dtucker) [configure.ac] Bug #533, #551: define BROKEN_GETADDRINFO on
Tru64, solves getnameinfo and "bad addr or host" errors. ok djm@
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac3
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0bf1e54aa..fa13b037e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,8 @@
10 any access to locked accounts. ok djm@ 10 any access to locked accounts. ok djm@
11 - (djm) Bug #564: Perform PAM account checks for all authentications when 11 - (djm) Bug #564: Perform PAM account checks for all authentications when
12 UsePAM=yes; ok dtucker 12 UsePAM=yes; ok dtucker
13 - (dtucker) [configure.ac] Bug #533, #551: define BROKEN_GETADDRINFO on
14 Tru64, solves getnameinfo and "bad addr or host" errors. ok djm@
13 15
1420030822 1620030822
15 - (djm) s/get_progname/ssh_get_progname/g to avoid conflict with Heimdal 17 - (djm) s/get_progname/ssh_get_progname/g to avoid conflict with Heimdal
@@ -864,4 +866,4 @@
864 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. 866 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
865 Report from murple@murple.net, diagnosis from dtucker@zip.com.au 867 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
866 868
867$Id: ChangeLog,v 1.2903 2003/08/25 03:08:49 djm Exp $ 869$Id: ChangeLog,v 1.2904 2003/08/25 03:27:40 dtucker Exp $
diff --git a/configure.ac b/configure.ac
index 89b59eaa4..600155ccd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.141 2003/08/25 01:51:19 dtucker Exp $ 1# $Id: configure.ac,v 1.142 2003/08/25 03:27:40 dtucker Exp $
2 2
3AC_INIT 3AC_INIT
4AC_CONFIG_SRCDIR([ssh.c]) 4AC_CONFIG_SRCDIR([ssh.c])
@@ -369,6 +369,7 @@ mips-sony-bsd|mips-sony-newsos4)
369 fi 369 fi
370 fi 370 fi
371 AC_DEFINE(DISABLE_FD_PASSING) 371 AC_DEFINE(DISABLE_FD_PASSING)
372 AC_DEFINE(BROKEN_GETADDRINFO)
372 AC_DEFINE(LOCKED_PASSWD_SUBSTR, "Nologin") 373 AC_DEFINE(LOCKED_PASSWD_SUBSTR, "Nologin")
373 ;; 374 ;;
374 375