Mercurial > dropbear
comparison auth.h @ 773:a9f2a6ae4eb5
merge
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 14 Apr 2013 22:49:19 +0800 |
parents | 619b1ed837fd |
children | 8fe36617bf4e |
comparison
equal
deleted
inserted
replaced
772:7fc0aeada79c | 773:a9f2a6ae4eb5 |
---|---|
65 void recv_msg_userauth_specific_60(); | 65 void recv_msg_userauth_specific_60(); |
66 void recv_msg_userauth_pk_ok(); | 66 void recv_msg_userauth_pk_ok(); |
67 void recv_msg_userauth_info_request(); | 67 void recv_msg_userauth_info_request(); |
68 void cli_get_user(); | 68 void cli_get_user(); |
69 void cli_auth_getmethods(); | 69 void cli_auth_getmethods(); |
70 void cli_auth_try(); | 70 int cli_auth_try(); |
71 void recv_msg_userauth_banner(); | 71 void recv_msg_userauth_banner(); |
72 void cli_pubkeyfail(); | 72 void cli_pubkeyfail(); |
73 void cli_auth_password(); | 73 void cli_auth_password(); |
74 int cli_auth_pubkey(); | 74 int cli_auth_pubkey(); |
75 void cli_auth_interactive(); | 75 void cli_auth_interactive(); |