]> andersk Git - openssh.git/blobdiff - auth.h
- OpenBSD CVS Sync
[openssh.git] / auth.h
diff --git a/auth.h b/auth.h
index 45755339786188607f4d76573dd2551eabded61f..50375226a9d48f68d05acec15907779c29b5a252 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.11 2001/02/12 16:16:23 markus Exp $
+ * $OpenBSD: auth.h,v 1.14 2001/03/28 22:43:31 markus Exp $
  */
 #ifndef AUTH_H
 #define AUTH_H
@@ -121,7 +121,7 @@ void        do_authentication2(void);
 
 Authctxt *authctxt_new(void);
 void   auth_log(Authctxt *authctxt, int authenticated, char *method, char *info);
-void   userauth_reply(Authctxt *authctxt, int authenticated);
+void   userauth_finish(Authctxt *authctxt, int authenticated, char *method);
 int    auth_root_allowed(char *method);
 
 int    auth2_challenge(Authctxt *authctxt, char *devs);
@@ -132,7 +132,6 @@ char        *get_challenge(Authctxt *authctxt, char *devs);
 int    verify_response(Authctxt *authctxt, char *response);
 
 struct passwd * auth_get_user(void);
-struct passwd * pwcopy(struct passwd *pw);
 
 #define AUTH_FAIL_MAX 6
 #define AUTH_FAIL_LOG (AUTH_FAIL_MAX/2)
This page took 0.061719 seconds and 4 git commands to generate.