diff options
author | Matt Johnston <matt@ucc.asn.au> | 2013-10-03 23:04:11 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2013-10-03 23:04:11 +0800 |
commit | 142a0f8a83262b278d7d4eeaada2801a039c94c8 (patch) | |
tree | 3f6d511c4de2a24cc22b01fc4fb10ffd7e590973 /auth.h | |
parent | d1dec41f7656d7937f1cce64df1cc41121f3e44d (diff) | |
download | dropbear-142a0f8a83262b278d7d4eeaada2801a039c94c8.tar.gz |
Send PAM error messages as a banner messages
Patch from Martin Donnelly, modified.
Diffstat (limited to 'auth.h')
-rw-r--r-- | auth.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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(); |