Displaying 4 results from an estimated 4 matches for "unixware_long_password".
Did you mean:
unixware_long_passwords
2005 Aug 26
0
Patch for UnixWare 7
...ndif /* HAVE_LIBIAF */
#else
passwd = pw->pw_passwd;
#endif
--- openssh/configure.ac.old 2005-08-23 17:11:26.000000000 -0700
+++ openssh/configure.ac 2005-08-24 16:51:30.297680013 -0700
@@ -446,6 +446,8 @@
;;
# 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)
@@ -643,6 +645,7 @@
getopt.h \
glob.h \
ia.h \
+ iaf.h \
lastlog.h \
limits.h \
login.h \
@@ -1721,6 +1724,7 @@
AC_CHECK_LIB(crypt, crypt, LIBS="$LIBS -lc...
2007 Sep 10
1
4.7p1 password auth broken on SCO OSR6
...s non-functional. This seems dependent on
USE_LIBIAF which further depends on HAVE_LIBIAF (in defines.h), but
there is no longer any code in configure to define the latter. Building
with HAVE_LIBIAF defined enables password authentication, but only for
non-long (<9 char) passwords, even though UNIXWARE_LONG_PASSWORDS seems
to be defined. I haven't had time yet to investigate further.
--
Roger Cornelius rac at tenzing.org
2007 May 01
1
problem while doing make - openssh on sco unix 7.1
I am trying to install openssh on sco unix 7.1 and getting following error ,
please help
I have installed zlib - zlib-1.2.3
Openssl openssl-0.9.8e
Openssh openssh-4.6p1
# make
if test ! -z "yes"; then \
/usr/bin/perl ./fixprogs ssh_prng_cmds ; \
fi
(cd openbsd-compat && make)
cc -o ssh
2005 Sep 19
1
ssh hangs or gives Segmentation fault
...E_TARNAME "openssh"
#define PACKAGE_VERSION "Portable"
/* #undef PASSWD_NEEDS_USERNAME */
#define SIZEOF_CHAR 1
#define SIZEOF_INT 4
#define SIZEOF_LONG_INT 4
#define SIZEOF_LONG_LONG_INT 8
#define SIZEOF_SHORT_INT 2
/* #undef SSH_AUDIT_EVENTS */
#define STDC_HEADERS 1
/* #undef UNIXWARE_LONG_PASSWORDS */
/* #undef USE_BSM_AUDIT */
#define USE_BTMP 1
/* #undef USE_LIBEDIT */
/* #undef WORDS_BIGENDIAN */
#define _FILE_OFFSET_BITS 64
/* #undef _LARGE_FILES */
#define _PATH_BTMP "/var/log/btmp"
/* #undef inline */
/* #undef socklen_t */