diff auth.h @ 818:8fe36617bf4e

Send PAM error messages as a banner messages Patch from Martin Donnelly, modified.
author Matt Johnston <matt@ucc.asn.au>
date Thu, 03 Oct 2013 23:04:11 +0800
parents 619b1ed837fd
children bae0b34bc059 0bb16232e7c4
line wrap: on
line diff
--- a/auth.h	Thu Oct 03 22:25:30 2013 +0800
+++ b/auth.h	Thu Oct 03 23:04:11 2013 +0800
@@ -36,6 +36,7 @@
 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();