X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=monitor.h;h=aa38b163cf1eb7635704419692f2fea7b95a2643;hb=0b13b7a1d88153bd45a385b0f68a116bf2d660a5;hp=a8a2c0c199ff48c8c882be32ef62b7138ebb646f;hpb=0bf87176543b3874dfd9e1a2ad928fe78388669d;p=openssh.git diff --git a/monitor.h b/monitor.h index a8a2c0c..aa38b16 100644 --- a/monitor.h +++ b/monitor.h @@ -53,6 +53,8 @@ enum monitor_reqtype { MONITOR_REQ_GSSSTEP, MONITOR_ANS_GSSSTEP, MONITOR_REQ_GSSUSEROK, MONITOR_ANS_GSSUSEROK, 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,