Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/auth.h
Parent Directory
| Revision Log
| Patch
| 41 |
SSHAuthMethod method; |
SSHAuthMethod method; |
| 42 |
char *password; |
char *password; |
| 43 |
char *rhosts_client_user; |
char *rhosts_client_user; |
| 44 |
struct Key *key_pair; |
Key *key_pair; |
| 45 |
} AUTHCred; |
} AUTHCred; |
| 46 |
|
|
| 47 |
typedef enum { GENERIC_AUTH_MODE, TIS_AUTH_MODE } AuthMode; |
typedef enum { GENERIC_AUTH_MODE, TIS_AUTH_MODE } AuthMode; |
|
|
Legend:
| Removed from v.9209 |
|
| changed lines |
| |
Added in v.9210 |
|
|
|