comparison auth.h @ 43:942b22d7dd1c

Banner printing
author Matt Johnston <matt@ucc.asn.au>
date Mon, 02 Aug 2004 04:25:05 +0000
parents f789045062e6
children 9ee8996a375f
comparison
equal deleted inserted replaced
42:837f9172df09 43:942b22d7dd1c
45 void recv_msg_userauth_failure(); 45 void recv_msg_userauth_failure();
46 void recv_msg_userauth_success(); 46 void recv_msg_userauth_success();
47 void cli_get_user(); 47 void cli_get_user();
48 void cli_auth_getmethods(); 48 void cli_auth_getmethods();
49 void cli_auth_try(); 49 void cli_auth_try();
50 void recv_msg_userauth_banner();
50 51
51 52
52 #define MAX_USERNAME_LEN 25 /* arbitrary for the moment */ 53 #define MAX_USERNAME_LEN 25 /* arbitrary for the moment */
53 54
54 #define AUTH_TYPE_PUBKEY 1 << 0 55 #define AUTH_TYPE_PUBKEY 1 << 0