Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/auth.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 9209 by nmaya, Sat Apr 17 06:15:51 2021 UTC revision 9210 by nmaya, Sat Apr 17 08:36:59 2021 UTC
# Line 41  typedef struct { Line 41  typedef struct {
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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26