]> andersk Git - gssapi-openssh.git/blobdiff - openssh/monitor.h
merged OpenSSH 3.5p1 to trunk
[gssapi-openssh.git] / openssh / monitor.h
index 83e49864be88e760d350fdb871c3ed154933ff1a..80261a543b0ea3764f2527c1c9c119074b4c293e 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: monitor.h,v 1.6 2002/06/11 05:46:20 mpech Exp $       */
+/*     $OpenBSD: monitor.h,v 1.8 2002/09/26 11:38:43 markus Exp $      */
 
 /*
  * Copyright 2002 Niels Provos <provos@citi.umich.edu>
@@ -57,6 +57,8 @@ enum monitor_reqtype {
        MONITOR_REQ_RSAKEYALLOWED, MONITOR_ANS_RSAKEYALLOWED,
        MONITOR_REQ_RSACHALLENGE, MONITOR_ANS_RSACHALLENGE,
        MONITOR_REQ_RSARESPONSE, MONITOR_ANS_RSARESPONSE,
+       MONITOR_REQ_KRB4, MONITOR_ANS_KRB4,
+       MONITOR_REQ_KRB5, MONITOR_ANS_KRB5,
        MONITOR_REQ_PAM_START,
        MONITOR_REQ_TERM
 };
This page took 1.214474 seconds and 4 git commands to generate.