]> andersk Git - openssh.git/blobdiff - monitor.h
- (dtucker) [session.c openbsd-compat/bsd-cygwin_util.h] Move Cygwin
[openssh.git] / monitor.h
index 553131997da676eefb9b588dd94f2cdd56fbe4a2..13b21aa429f76a6fc344fedbfc58d0990135182c 100644 (file)
--- a/monitor.h
+++ b/monitor.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: monitor.h,v 1.7 2002/09/09 06:48:06 itojun Exp $      */
+/*     $OpenBSD: monitor.h,v 1.9 2003/07/22 13:35:22 markus Exp $      */
 
 /*
  * Copyright 2002 Niels Provos <provos@citi.umich.edu>
@@ -51,6 +51,10 @@ enum monitor_reqtype {
        MONITOR_REQ_RSARESPONSE, MONITOR_ANS_RSARESPONSE,
        MONITOR_REQ_KRB5, MONITOR_ANS_KRB5,
        MONITOR_REQ_PAM_START,
+       MONITOR_REQ_PAM_INIT_CTX, MONITOR_ANS_PAM_INIT_CTX,
+       MONITOR_REQ_PAM_QUERY, MONITOR_ANS_PAM_QUERY,
+       MONITOR_REQ_PAM_RESPOND, MONITOR_ANS_PAM_RESPOND,
+       MONITOR_REQ_PAM_FREE_CTX, MONITOR_ANS_PAM_FREE_CTX,
        MONITOR_REQ_TERM
 };
 
This page took 0.041171 seconds and 4 git commands to generate.