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

Diff for /src/usr.bin/ssh/auth-rhosts.c between version 1.32 and 1.33

version 1.32, 2003/11/04 08:54:09 version 1.33, 2005/07/17 07:17:54
Line 133 
Line 133 
                 /* If the entry was negated, deny access. */                  /* If the entry was negated, deny access. */
                 if (negated) {                  if (negated) {
                         auth_debug_add("Matched negative entry in %.100s.",                          auth_debug_add("Matched negative entry in %.100s.",
                              filename);                              filename);
                         return 0;                          return 0;
                 }                  }
                 /* Accept authentication. */                  /* Accept authentication. */

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33