X-Git-Url: http://www.project-moonshot.org/gitweb/?p=openssh.git;a=blobdiff_plain;f=monitor.h;h=8a34c388e7ba8bd2863d2bf2af2f759d9c85fe39;hp=a8a2c0c199ff48c8c882be32ef62b7138ebb646f;hb=HEAD;hpb=0bf87176543b3874dfd9e1a2ad928fe78388669d diff --git a/monitor.h b/monitor.h index a8a2c0c..8a34c38 100644 --- a/monitor.h +++ b/monitor.h @@ -52,7 +52,10 @@ enum monitor_reqtype { MONITOR_REQ_GSSSETUP, MONITOR_ANS_GSSSETUP, MONITOR_REQ_GSSSTEP, MONITOR_ANS_GSSSTEP, MONITOR_REQ_GSSUSEROK, MONITOR_ANS_GSSUSEROK, + MONITOR_REQ_GSSLOCALNAME, MONITOR_ANS_GSSLOCALNAME, MONITOR_REQ_GSSCHECKMIC, MONITOR_ANS_GSSCHECKMIC, + MONITOR_REQ_GSSSIGN, MONITOR_ANS_GSSSIGN, + MONITOR_REQ_GSSUPCREDS, MONITOR_ANS_GSSUPCREDS, MONITOR_REQ_PAM_START, MONITOR_REQ_PAM_ACCOUNT, MONITOR_ANS_PAM_ACCOUNT, MONITOR_REQ_PAM_INIT_CTX, MONITOR_ANS_PAM_INIT_CTX,