Tru64, solves getnameinfo and "bad addr or host" errors. ok djm@
This commit is contained in:
parent
1f499fd368
commit
3c8e1e1bbf
|
@ -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 $
|
||||
|
|
|
@ -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")
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in New Issue