summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2013-10-03 23:04:11 +0800
committerMatt Johnston <matt@ucc.asn.au>2013-10-03 23:04:11 +0800
commit222545764a984db12aa7ff1909df726d26d3beb0 (patch)
treea912b76fb469fd73e77956f1483cde312009fe94 /auth.h
parente80daa98e9750d1045e5bc99b419c84ead70a684 (diff)
downloaddropbear-222545764a984db12aa7ff1909df726d26d3beb0.tar.gz
Send PAM error messages as a banner messages
Patch from Martin Donnelly, modified.
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h1
1 files changed, 1 insertions, 0 deletions
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();