diff options
author | djm <djm> | 2002-09-11 23:47:29 +0000 |
---|---|---|
committer | djm <djm> | 2002-09-11 23:47:29 +0000 |
commit | 0e9c47e8f6e2fe7fe447c9ad1e9e54020bde369a (patch) | |
tree | d25366dd4d7d7f052779df1747069a329ac90bce /monitor.h | |
parent | 2a4d1672dda3960113397ca1dc2c6ca93f332b4c (diff) | |
download | openssh-0e9c47e8f6e2fe7fe447c9ad1e9e54020bde369a.tar.gz |
- itojun@cvs.openbsd.org 2002/09/09 06:48:06
[auth1.c auth.h auth-krb5.c monitor.c monitor.h]
[monitor_wrap.c monitor_wrap.h]
kerberos support for privsep. confirmed to work by lha@stacken.kth.se
patch from markus
Diffstat (limited to 'monitor.h')
-rw-r--r-- | monitor.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: monitor.h,v 1.6 2002/06/11 05:46:20 mpech Exp $ */ +/* $OpenBSD: monitor.h,v 1.7 2002/09/09 06:48:06 itojun Exp $ */ /* * Copyright 2002 Niels Provos <provos@citi.umich.edu> @@ -49,6 +49,7 @@ enum monitor_reqtype { MONITOR_REQ_RSAKEYALLOWED, MONITOR_ANS_RSAKEYALLOWED, MONITOR_REQ_RSACHALLENGE, MONITOR_ANS_RSACHALLENGE, MONITOR_REQ_RSARESPONSE, MONITOR_ANS_RSARESPONSE, + MONITOR_REQ_KRB5, MONITOR_ANS_KRB5, MONITOR_REQ_PAM_START, MONITOR_REQ_TERM }; |