]> andersk Git - openssh.git/blobdiff - auth.h
- markus@cvs.openbsd.org 2002/05/13 20:44:58
[openssh.git] / auth.h
diff --git a/auth.h b/auth.h
index f03a26e0a1dd89c95a48691fac5342b8bcd5b37b..2211c5b2adfa618ebf08ee6cb7c71a068156bd6d 100644 (file)
--- a/auth.h
+++ b/auth.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: auth.h,v 1.36 2002/05/12 23:53:45 djm Exp $   */
+/*     $OpenBSD: auth.h,v 1.37 2002/05/13 20:44:58 markus Exp $        */
 
 /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
@@ -172,6 +172,11 @@ Key        *get_hostkey_by_type(int);
 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"
This page took 0.227978 seconds and 4 git commands to generate.