Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/crypto/dist/ssh Pull up revision 1.11 (requested by ito...



details:   https://anonhg.NetBSD.org/src/rev/018abf7ea407
branches:  netbsd-1-6
changeset: 527568:018abf7ea407
user:      tv <tv%NetBSD.org@localhost>
date:      Tue May 28 19:27:35 2002 +0000

description:
Pull up revision 1.11 (requested by itojun):
correct rhosts authentication.  should fix PR 17023

diffstat:

 crypto/dist/ssh/auth.h |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r cac749dfd083 -r 018abf7ea407 crypto/dist/ssh/auth.h
--- a/crypto/dist/ssh/auth.h    Tue May 28 19:27:28 2002 +0000
+++ b/crypto/dist/ssh/auth.h    Tue May 28 19:27:35 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: auth.h,v 1.10 2002/05/13 02:58:17 itojun Exp $ */
+/*     $NetBSD: auth.h,v 1.10.2.1 2002/05/28 19:27:35 tv Exp $ */
 /*     $OpenBSD: auth.h,v 1.36 2002/05/12 23:53:45 djm Exp $   */
 
 /*
@@ -170,6 +170,11 @@
 int     get_hostkey_index(Key *);
 int     ssh1_session_key(BIGNUM *);
 
+/* debug messages during authentication */
+void    auth_debug_add(const char *fmt,...) __attribute__((format(printf, 1, 2)));
+void    auth_debug_send(void);
+void    auth_debug_reset(void);
+
 #define AUTH_FAIL_MAX 6
 #define AUTH_FAIL_LOG (AUTH_FAIL_MAX/2)
 #define AUTH_FAIL_MSG "Too many authentication failures for %.100s"



Home | Main Index | Thread Index | Old Index