[BACK]Return to security CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/Attic/security between version 1.57 and 1.58

version 1.57, 2003/06/12 19:11:57 version 1.58, 2003/06/13 15:55:57
Line 31 
Line 31 
                 next;                  next;
         if ($1 == "")          if ($1 == "")
                 printf("Line %d has an empty login field:\n%s\n", NR, $0);                  printf("Line %d has an empty login field:\n%s\n", NR, $0);
         else if ($1 !~ /^[A-Za-z0-9_][A-Za-z0-9_-]*\$?$/)          else if ($1 !~ /^[A-Za-z0-9_][A-Za-z0-9_-\.]*\$?$/)
                 printf("Login %s has non-alphanumeric characters.\n", $1);                  printf("Login %s has non-alphanumeric characters.\n", $1);
         if (length($1) > 31)          if (length($1) > 31)
                 printf("Login %s has more than 31 characters.\n", $1);                  printf("Login %s has more than 31 characters.\n", $1);

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58