Source-Changes-HG archive

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

[src/trunk]: src/crypto/dist/ssh OpenSSH 3.2.1 as of 2002/5/13



details:   https://anonhg.NetBSD.org/src/rev/b68d8418934f
branches:  trunk
changeset: 526869:b68d8418934f
user:      itojun <itojun%NetBSD.org@localhost>
date:      Mon May 13 02:28:40 2002 +0000

description:
OpenSSH 3.2.1 as of 2002/5/13

diffstat:

 crypto/dist/ssh/monitor.h      |  5 +++--
 crypto/dist/ssh/monitor_wrap.h |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (38 lines):

diff -r f9bcede942c7 -r b68d8418934f crypto/dist/ssh/monitor.h
--- a/crypto/dist/ssh/monitor.h Mon May 13 02:10:34 2002 +0000
+++ b/crypto/dist/ssh/monitor.h Mon May 13 02:28:40 2002 +0000
@@ -1,5 +1,5 @@
-/*     $NetBSD: monitor.h,v 1.1.1.1 2002/04/22 07:38:02 itojun Exp $   */
-/*     $OpenBSD: monitor.h,v 1.3 2002/03/26 03:24:01 stevesk Exp $     */
+/*     $NetBSD: monitor.h,v 1.1.1.2 2002/05/13 02:28:40 itojun Exp $   */
+/*     $OpenBSD: monitor.h,v 1.4 2002/05/12 23:53:45 djm Exp $ */
 
 /*
  * Copyright 2002 Niels Provos <provos%citi.umich.edu@localhost>
@@ -34,6 +34,7 @@
        MONITOR_REQ_FREE, MONITOR_REQ_AUTHSERV,
        MONITOR_REQ_SIGN, MONITOR_ANS_SIGN,
        MONITOR_REQ_PWNAM, MONITOR_ANS_PWNAM,
+       MONITOR_REQ_AUTH2_READ_BANNER, MONITOR_ANS_AUTH2_READ_BANNER,
        MONITOR_REQ_AUTHPASSWORD, MONITOR_ANS_AUTHPASSWORD,
        MONITOR_REQ_BSDAUTHQUERY, MONITOR_ANS_BSDAUTHQUERY,
        MONITOR_REQ_BSDAUTHRESPOND, MONITOR_ANS_BSDAUTHRESPOND,
diff -r f9bcede942c7 -r b68d8418934f crypto/dist/ssh/monitor_wrap.h
--- a/crypto/dist/ssh/monitor_wrap.h    Mon May 13 02:10:34 2002 +0000
+++ b/crypto/dist/ssh/monitor_wrap.h    Mon May 13 02:28:40 2002 +0000
@@ -1,5 +1,5 @@
-/*     $NetBSD: monitor_wrap.h,v 1.1.1.1 2002/04/22 07:38:03 itojun Exp $      */
-/*     $OpenBSD: monitor_wrap.h,v 1.4 2002/03/26 03:24:01 stevesk Exp $        */
+/*     $NetBSD: monitor_wrap.h,v 1.1.1.2 2002/05/13 02:28:42 itojun Exp $      */
+/*     $OpenBSD: monitor_wrap.h,v 1.5 2002/05/12 23:53:45 djm Exp $    */
 
 /*
  * Copyright 2002 Niels Provos <provos%citi.umich.edu@localhost>
@@ -45,6 +45,7 @@
 int mm_key_sign(Key *, u_char **, u_int *, u_char *, u_int);
 void mm_inform_authserv(char *, char *);
 struct passwd *mm_getpwnamallow(const char *);
+char* mm_auth2_read_banner(void);
 int mm_auth_password(struct Authctxt *, char *);
 int mm_key_allowed(enum mm_keytype, char *, char *, Key *);
 int mm_user_key_allowed(struct passwd *, Key *);



Home | Main Index | Thread Index | Old Index