comparison 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
comparison
equal deleted inserted replaced
817:a625f9e135a4 818:8fe36617bf4e
34 34
35 /* Server functions */ 35 /* Server functions */
36 void recv_msg_userauth_request(); 36 void recv_msg_userauth_request();
37 void send_msg_userauth_failure(int partial, int incrfail); 37 void send_msg_userauth_failure(int partial, int incrfail);
38 void send_msg_userauth_success(); 38 void send_msg_userauth_success();
39 void send_msg_userauth_banner(buffer *msg);
39 void svr_auth_password(); 40 void svr_auth_password();
40 void svr_auth_pubkey(); 41 void svr_auth_pubkey();
41 void svr_auth_pam(); 42 void svr_auth_pam();
42 43
43 #ifdef ENABLE_SVR_PUBKEY_OPTIONS 44 #ifdef ENABLE_SVR_PUBKEY_OPTIONS