Mercurial > dropbear
comparison auth.h @ 837:fdf51d3f26e1 ecc
merge
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 20 Oct 2013 21:07:05 +0800 |
parents | 8fe36617bf4e |
children | bae0b34bc059 0bb16232e7c4 |
comparison
equal
deleted
inserted
replaced
836:d7d9f1612d51 | 837:fdf51d3f26e1 |
---|---|
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 |