comparison auth.h @ 378:a124aff0cbf1

merge of '182c2d8dbd5321ef4d1df8758936f4dc7127015f' and '31dcd7a22983ef19d6c63248e415e71d292dd0ec'
author Matt Johnston <matt@ucc.asn.au>
date Wed, 06 Dec 2006 13:11:41 +0000
parents 8f3ec7c104d9
children c1e9c81d1d27 4317be8b7cf9
comparison
equal deleted inserted replaced
377:1bfa65fed772 378:a124aff0cbf1
50 void recv_msg_userauth_banner(); 50 void recv_msg_userauth_banner();
51 void cli_pubkeyfail(); 51 void cli_pubkeyfail();
52 void cli_auth_password(); 52 void cli_auth_password();
53 int cli_auth_pubkey(); 53 int cli_auth_pubkey();
54 void cli_auth_interactive(); 54 void cli_auth_interactive();
55 char* getpass_or_cancel(); 55 char* getpass_or_cancel(char* prompt);
56 56
57 57
58 #define MAX_USERNAME_LEN 25 /* arbitrary for the moment */ 58 #define MAX_USERNAME_LEN 25 /* arbitrary for the moment */
59 59
60 #define AUTH_TYPE_NONE 1 60 #define AUTH_TYPE_NONE 1