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

Diff for /src/usr.bin/ssh/Attic/auth1.c between version 1.76 and 1.77

version 1.76, 2012/11/04 11:09:15 version 1.77, 2012/12/02 20:34:09
Line 244 
Line 244 
             (!options.kerberos_authentication || options.kerberos_or_local_passwd) &&              (!options.kerberos_authentication || options.kerberos_or_local_passwd) &&
 #endif  #endif
             PRIVSEP(auth_password(authctxt, ""))) {              PRIVSEP(auth_password(authctxt, ""))) {
                 auth_log(authctxt, 1, "without authentication", "");                  auth_log(authctxt, 1, 0, "without authentication", NULL, "");
                 return;                  return;
         }          }
   
Line 293 
Line 293 
   
  skip:   skip:
                 /* Log before sending the reply */                  /* Log before sending the reply */
                 auth_log(authctxt, authenticated, get_authname(type), info);                  auth_log(authctxt, authenticated, 0, get_authname(type),
                       NULL, info);
   
                 if (authenticated)                  if (authenticated)
                         return;                          return;

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77