PLEASE TEST snapshots

Tim Rice tim at multitalents.net
Sun Apr 14 04:58:35 EST 2002


On Wed, 10 Apr 2002, Darren Cole wrote:

>
>     Tested building from cvs today on hp-ux 10.26.  Once I applied my patch
> (<http://bugzilla.mindrot.org/showattachment.cgi?attach_id=67> to bug
> <http://bugzilla.mindrot.org/show_bug.cgi?id=184>), everything built and ran
> fine.  Is there anyway I can get this patch commited for 3.2?  If there is
> anything I can do to help get the patch accepted please let me know.

A couple of questions about your patch.

--- configure.ac.orig	Fri Apr 12 20:57:56 2002
+++ configure.ac	Sat Apr 13 10:01:51 2002
@@ -79,6 +79,23 @@

+*-*-hpux10.26)
[snip]
+	AC_DEFINE(HAVE_SECUREWARE_PW)
+	AC_DEFINE(BROKEN_LOGIN)
+	AC_DEFINE(TRUSTED_HPUX)

Are all 10.26 machines trusted HP/UX?

--- sshd.c.orig	Tue Apr  9 20:19:04 2002
+++ sshd.c	Sat Apr 13 10:01:52 2002
@@ -47,7 +47,10 @@
 #include <openssl/dh.h>
 #include <openssl/bn.h>
 #include <openssl/md5.h>
-#include <openssl/rand.h>
^^ 	was this intentional?
+#ifdef HAVE_SECUREWARE_PW
+#include <sys/security.h>
+#include <prot.h>
+#endif

>
> Darren Cole
> dcole at keysoftsys.com
>

-- 
Tim Rice				Multitalents	(707) 887-1469
tim at multitalents.net





More information about the openssh-unix-dev mailing list