- (tim) [configure.ac] ia_openinfo() seems broken on OSR6. Limit UW long

password support to 7.x for now.
This commit is contained in:
Tim Rice 2005-08-29 17:17:37 -07:00
parent 2291c00ab2
commit 2016865b95
2 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,7 @@
20050829
- (tim) [configure.ac] ia_openinfo() seems broken on OSR6. Limit UW long
password support to 7.x for now.
20050826 20050826
- (tim) [CREDITS LICENCE auth.c configure.ac defines.h includes.h session.c - (tim) [CREDITS LICENCE auth.c configure.ac defines.h includes.h session.c
openbsd-compat/Makefile.in openbsd-compat/openbsd-compat.h openbsd-compat/Makefile.in openbsd-compat/openbsd-compat.h
@ -2961,4 +2965,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM - (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
$Id: ChangeLog,v 1.3879 2005/08/26 20:15:19 tim Exp $ $Id: ChangeLog,v 1.3880 2005/08/30 00:17:37 tim Exp $

View File

@ -1,4 +1,4 @@
# $Id: configure.ac,v 1.289 2005/08/26 20:15:20 tim Exp $ # $Id: configure.ac,v 1.290 2005/08/30 00:17:38 tim Exp $
# #
# Copyright (c) 1999-2004 Damien Miller # Copyright (c) 1999-2004 Damien Miller
# #
@ -446,8 +446,6 @@ mips-sony-bsd|mips-sony-newsos4)
;; ;;
# UnixWare 7.x, OpenUNIX 8 # UnixWare 7.x, OpenUNIX 8
*-*-sysv5*) *-*-sysv5*)
check_for_libcrypt_later=1
AC_DEFINE(UNIXWARE_LONG_PASSWORDS, 1, [Support passwords > 8 chars])
AC_DEFINE(USE_PIPES) AC_DEFINE(USE_PIPES)
AC_DEFINE(SETEUID_BREAKS_SETUID) AC_DEFINE(SETEUID_BREAKS_SETUID)
AC_DEFINE(BROKEN_SETREUID) AC_DEFINE(BROKEN_SETREUID)
@ -457,6 +455,10 @@ mips-sony-bsd|mips-sony-newsos4)
*-*-sysv5SCO_SV*) # SCO OpenServer 6.x *-*-sysv5SCO_SV*) # SCO OpenServer 6.x
TEST_SHELL=/u95/bin/sh TEST_SHELL=/u95/bin/sh
;; ;;
*-*-sysv5*)
check_for_libcrypt_later=1
AC_DEFINE(UNIXWARE_LONG_PASSWORDS, 1, [Support passwords > 8 chars])
;;
esac esac
;; ;;
*-*-sysv*) *-*-sysv*)