Testing for the 4.4p1 release
Chris Adams
cmadams at hiwaay.net
Fri Sep 8 06:50:33 EST 2006
Once upon a time, Damien Miller <djm at mindrot.org> said:
> The 4.4p1 release is approaching now, so we are now asking people to
> actively test snapshots or CVS and report back to the mailing list.
I tested SNAP-20060906 on Tru64. The attached patch is required for
compilation.
Also, the check in regress/multiplex.sh for DISABLE_FD_PASSING is
incorrect. DISABLE_FD_PASSING is defined on Tru64 with SIA enabled (to
skip post-auth privsep), but multiplexing works fine (commenting out
that test in multiplex.sh allows it run okay). FD passing works fine as
well on Tru64.
--
Chris Adams <cmadams at hiwaay.net>
Systems and Network Administrator - HiWAAY Internet Services
I don't speak for anybody but myself - that's enough trouble.
-------------- next part --------------
diff -urN openssh-SNAP-20060906/auth-sia.c openssh/auth-sia.c
--- openssh-SNAP-20060906/auth-sia.c Thu Sep 7 15:27:59 2006
+++ openssh/auth-sia.c Thu Sep 7 15:28:19 2006
@@ -36,6 +36,8 @@
#include <string.h>
#include "ssh.h"
+#include "key.h"
+#include "hostfile.h"
#include "auth.h"
#include "auth-sia.h"
#include "log.h"
More information about the openssh-unix-dev
mailing list