]> andersk Git - openssh.git/blobdiff - auth.h
- (tim) [config.guess config.sub] Update to '2005-05-27' version.
[openssh.git] / auth.h
diff --git a/auth.h b/auth.h
index 8d1f934033ab2c9ca1eb966274502bb871848ca3..471404e4e5ebde0d41f033fb3ab399884bbd454b 100644 (file)
--- a/auth.h
+++ b/auth.h
@@ -30,6 +30,7 @@
 
 #include "key.h"
 #include "hostfile.h"
+#include "buffer.h"
 #include <openssl/rsa.h>
 
 #ifdef HAVE_LOGIN_CAP
@@ -68,6 +69,7 @@ struct Authctxt {
        char            *krb5_ticket_file;
        char            *krb5_ccname;
 #endif
+       Buffer          *loginmsg;
        void            *methoddata;
 };
 /*
@@ -185,6 +187,8 @@ void         auth_debug_reset(void);
 
 struct passwd *fakepw(void);
 
+int     sys_auth_passwd(Authctxt *, const char *);
+
 #define AUTH_FAIL_MSG "Too many authentication failures for %.100s"
 
 #define SKEY_PROMPT "\nS/Key Password: "
This page took 0.035064 seconds and 4 git commands to generate.