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

Diff for /src/usr.bin/ssh/session.c between version 1.254 and 1.255

version 1.254, 2010/06/18 03:16:03 version 1.255, 2010/06/22 04:59:12
Line 1753 
Line 1753 
         u_int i;          u_int i;
   
         packet_check_eom();          packet_check_eom();
         logit("subsystem request for %.100s", subsys);          logit("subsystem request for %.100s by user %s", subsys,
               s->pw->pw_name);
   
         for (i = 0; i < options.num_subsystems; i++) {          for (i = 0; i < options.num_subsystems; i++) {
                 if (strcmp(subsys, options.subsystem_name[i]) == 0) {                  if (strcmp(subsys, options.subsystem_name[i]) == 0) {

Legend:
Removed from v.1.254  
changed lines
  Added in v.1.255