]> andersk Git - openssh.git/blobdiff - auth.h
- markus@cvs.openbsd.org 2002/01/11 13:39:36
[openssh.git] / auth.h
diff --git a/auth.h b/auth.h
index edfc9fb551eeb7e9ddcfaa5adbbb8c4a1c6f98c9..ef2772d89cefb3d702c033021ad09b5a13a65f49 100644 (file)
--- a/auth.h
+++ b/auth.h
@@ -21,7 +21,7 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
- * $OpenBSD: auth.h,v 1.22 2001/06/26 17:27:22 markus Exp $
+ * $OpenBSD: auth.h,v 1.26 2001/12/27 19:54:53 markus Exp $
  */
 #ifndef AUTH_H
 #define AUTH_H
@@ -71,8 +71,8 @@ struct Authctxt {
 
 /*
  * Keyboard interactive device:
- * init_ctx    returns: non NULL upon success 
- * query       returns: 0 - success, otherwise failure 
+ * init_ctx    returns: non NULL upon success
+ * query       returns: 0 - success, otherwise failure
  * respond     returns: 0 - success, 1 - need further interaction,
  *             otherwise - failure
  */
@@ -91,10 +91,9 @@ int     auth_rhosts(struct passwd *, const char *);
 int
 auth_rhosts2(struct passwd *, const char *, const char *, const char *);
 
-int     auth_rhosts_rsa(struct passwd *, const char *, RSA *);
+int     auth_rhosts_rsa(struct passwd *, const char *, Key *);
 int      auth_password(Authctxt *, const char *);
 int      auth_rsa(struct passwd *, BIGNUM *);
-int      auth_rsa_read_key(char **, u_int *, BIGNUM *, BIGNUM *);
 int      auth_rsa_challenge_dialog(RSA *);
 
 #ifdef KRB4
@@ -130,6 +129,7 @@ void        userauth_finish(Authctxt *, int, char *);
 int    auth_root_allowed(char *);
 
 int    auth2_challenge(Authctxt *, char *);
+void   auth2_challenge_stop(Authctxt *);
 
 int    allowed_user(struct passwd *);
 
This page took 0.042026 seconds and 4 git commands to generate.