[BACK]Return to compat.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/compat.c between version 1.63 and 1.63.2.1

version 1.63, 2002/04/10 08:21:47 version 1.63.2.1, 2002/10/11 14:51:52
Line 39 
Line 39 
 void  void
 enable_compat20(void)  enable_compat20(void)
 {  {
         verbose("Enabling compatibility mode for protocol 2.0");          debug("Enabling compatibility mode for protocol 2.0");
         compat20 = 1;          compat20 = 1;
 }  }
 void  void
 enable_compat13(void)  enable_compat13(void)
 {  {
         verbose("Enabling compatibility mode for protocol 1.3");          debug("Enabling compatibility mode for protocol 1.3");
         compat13 = 1;          compat13 = 1;
 }  }
 /* datafellows bug compatibility */  /* datafellows bug compatibility */
Line 146 
Line 146 
                   "OSU_1.5alpha3*",     SSH_BUG_PASSWORDPAD },                    "OSU_1.5alpha3*",     SSH_BUG_PASSWORDPAD },
                 { "*SSH_Version_Mapper*",                  { "*SSH_Version_Mapper*",
                                         SSH_BUG_SCANNER },                                          SSH_BUG_SCANNER },
                   { "Probe-*",
                                           SSH_BUG_PROBE },
                 { NULL,                 0 }                  { NULL,                 0 }
         };          };
   

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.63.2.1