From 142a0f8a83262b278d7d4eeaada2801a039c94c8 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Thu, 3 Oct 2013 23:04:11 +0800 Subject: Send PAM error messages as a banner messages Patch from Martin Donnelly, modified. --- auth.h | 1 + 1 file changed, 1 insertion(+) (limited to 'auth.h') diff --git a/auth.h b/auth.h index df6634e..3aed57b 100644 --- a/auth.h +++ b/auth.h @@ -36,6 +36,7 @@ void cli_authinitialise(); void recv_msg_userauth_request(); void send_msg_userauth_failure(int partial, int incrfail); void send_msg_userauth_success(); +void send_msg_userauth_banner(buffer *msg); void svr_auth_password(); void svr_auth_pubkey(); void svr_auth_pam(); -- cgit v1.2.1