From 4f9f42a9bb6a6aa8f6100d873dc6344f2f9994de Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sat, 10 May 2003 19:28:02 +1000 Subject: - (djm) Merge FreeBSD PAM code: replaces PAM password auth kludge with proper challenge-response module --- monitor.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'monitor.h') diff --git a/monitor.h b/monitor.h index 668ac9897..3284ec5e6 100644 --- a/monitor.h +++ b/monitor.h @@ -1,4 +1,5 @@ /* $OpenBSD: monitor.h,v 1.8 2002/09/26 11:38:43 markus Exp $ */ +/* $FreeBSD: src/crypto/openssh/monitor.h,v 1.3 2002/10/29 10:16:02 des Exp $ */ /* * Copyright 2002 Niels Provos @@ -52,6 +53,10 @@ enum monitor_reqtype { MONITOR_REQ_KRB4, MONITOR_ANS_KRB4, 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 }; -- cgit v1.2.3