]> andersk Git - openssh.git/commitdiff
- (tim) [configure.ac] ia_openinfo() seems broken on OSR6. Limit UW long
authortim <tim>
Tue, 30 Aug 2005 00:17:37 +0000 (00:17 +0000)
committertim <tim>
Tue, 30 Aug 2005 00:17:37 +0000 (00:17 +0000)
   password support to 7.x for now.

ChangeLog
configure.ac

index f0ac2bd5f5941e71cceca4dfd1829eb4a3b18ce7..1488f75ffd545efe9916b4d91f6542e46c1aa14c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
  - (tim) [CREDITS LICENCE auth.c configure.ac defines.h includes.h session.c
    openbsd-compat/Makefile.in openbsd-compat/openbsd-compat.h
index fb5a21de0b9e737d4afeac3dc2e3905eaa84d2b2..ddd879a0d2180788436ea34a256d643097120466 100644 (file)
@@ -446,8 +446,6 @@ mips-sony-bsd|mips-sony-newsos4)
        ;;
 # UnixWare 7.x, OpenUNIX 8
 *-*-sysv5*)
-       check_for_libcrypt_later=1
-       AC_DEFINE(UNIXWARE_LONG_PASSWORDS, 1, [Support passwords > 8 chars])
        AC_DEFINE(USE_PIPES)
        AC_DEFINE(SETEUID_BREAKS_SETUID)
        AC_DEFINE(BROKEN_SETREUID)
@@ -457,6 +455,10 @@ mips-sony-bsd|mips-sony-newsos4)
        *-*-sysv5SCO_SV*)       # SCO OpenServer 6.x
                TEST_SHELL=/u95/bin/sh
                ;;
+       *-*-sysv5*)
+               check_for_libcrypt_later=1
+               AC_DEFINE(UNIXWARE_LONG_PASSWORDS, 1, [Support passwords > 8 chars])
+               ;;
        esac
        ;;
 *-*-sysv*)
This page took 0.052172 seconds and 5 git commands to generate.