comparison auth.h @ 399:a707e6148060

merge of '5fdf69ca60d1683cdd9f4c2595134bed26394834' and '6b61c50f4cf888bea302ac8fcf5dbb573b443251'
author Matt Johnston <matt@ucc.asn.au>
date Sat, 03 Feb 2007 08:20:34 +0000
parents 8f3ec7c104d9
children c1e9c81d1d27 4317be8b7cf9
comparison
equal deleted inserted replaced
394:17d097fc111c 399:a707e6148060
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(char* prompt);
55 56
56 57
57 #define MAX_USERNAME_LEN 25 /* arbitrary for the moment */ 58 #define MAX_USERNAME_LEN 25 /* arbitrary for the moment */
58 59
59 #define AUTH_TYPE_NONE 1 60 #define AUTH_TYPE_NONE 1