[BACK]Return to security CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / etc

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/etc/security between version 1.76 and 1.77

version 1.76, 2002/06/10 16:04:48 version 1.77, 2002/06/18 22:21:43
Line 205  if checkyesno check_passwd; then
Line 205  if checkyesno check_passwd; then
                         printf "Login %s has no password.\n", $1;                          printf "Login %s has no password.\n", $1;
                 if (length($2) != 13 &&                  if (length($2) != 13 &&
                     length($2) != 20 &&                      length($2) != 20 &&
                     length($2) != 34 &&                      $2 !~ /\$1/ &&
                       $2 !~ /\$2/ &&
                     $2 != "" &&                      $2 != "" &&
                     $2 !~ /^\*[A-z-]+$/ &&                      $2 !~ /^\*[A-z-]+$/ &&
                     $1 != "toor") {                      $1 != "toor") {

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

CVSweb <webmaster@jp.NetBSD.org>