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

Diff for /src/usr.bin/ssh/auth-options.c between version 1.25 and 1.26

version 1.25, 2002/07/21 18:32:20 version 1.26, 2002/07/30 17:03:55
Line 133 
Line 133 
                         goto next_option;                          goto next_option;
                 }                  }
                 cp = "environment=\"";                  cp = "environment=\"";
                 if (strncasecmp(opts, cp, strlen(cp)) == 0) {                  if (options.permit_user_env &&
                       strncasecmp(opts, cp, strlen(cp)) == 0) {
                         char *s;                          char *s;
                         struct envstring *new_envstring;                          struct envstring *new_envstring;
   

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26