Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c

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

revision 3178 by doda, Tue Dec 2 00:53:28 2008 UTC revision 3179 by maya, Tue Dec 2 15:49:12 2008 UTC
# Line 1477  static int parse_option(PTInstVar pvar, Line 1477  static int parse_option(PTInstVar pvar,
1477                                     _stricmp(option + 4, "-autologon") == 0) {                                     _stricmp(option + 4, "-autologon") == 0) {
1478                                  pvar->settings.TryDefaultAuth = TRUE;                                  pvar->settings.TryDefaultAuth = TRUE;
1479    
                         } else if (MATCH_STR(option + 4, "-A") == 0) {  
                                 pvar->settings.ForwardAgent = TRUE;  
   
1480                          } else if (_stricmp(option + 4, "-acceptall") == 0) {                          } else if (_stricmp(option + 4, "-acceptall") == 0) {
1481                                  pvar->settings.LocalForwardingIdentityCheck = FALSE;                                  pvar->settings.LocalForwardingIdentityCheck = FALSE;
1482    
1483                            // -axxより上にしてはだめ
1484                            } else if (MATCH_STR(option + 4, "-a") == 0) {
1485                                    pvar->settings.ForwardAgent = FALSE;
1486                            } else if (MATCH_STR(option + 4, "-A") == 0) {
1487                                    pvar->settings.ForwardAgent = TRUE;
1488    
1489                          } else if (MATCH_STR(option + 4, "-consume=") == 0) {                          } else if (MATCH_STR(option + 4, "-consume=") == 0) {
1490                                  read_ssh_options_from_user_file(pvar, option + 13);                                  read_ssh_options_from_user_file(pvar, option + 13);
1491                                  DeleteFile(option + 13);                                  DeleteFile(option + 13);

Legend:
Removed from v.3178  
changed lines
  Added in v.3179

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