[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.75 and 1.75.2.2

version 1.75, 2002/05/21 13:50:46 version 1.75.2.2, 2002/08/07 00:55:54
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") {
Line 314  if checkyesno check_rootdotfiles; then
Line 315  if checkyesno check_rootdotfiles; then
                                 source $i                                  source $i
                                 /bin/ls -ldgT \$path > $TMP1                                  /bin/ls -ldgT \$path > $TMP1
 end-of-csh  end-of-csh
                         PATH=$SAVE_PATH                          export PATH=$SAVE_PATH
                         awk '{                          awk '{
                                 if ($10 ~ /^\.$/) {                                  if ($10 ~ /^\.$/) {
                                         print "\tThe root path includes .";                                          print "\tThe root path includes .";
Line 358  end-of-csh
Line 359  end-of-csh
                                     's/^:/.:/;s/:$/:./;s/::/:.:/g;s/:/ /g'\`                                      's/^:/.:/;s/:$/:./;s/::/:.:/g;s/:/ /g'\`
                                 /bin/ls -ldgT \$list > $TMP1                                  /bin/ls -ldgT \$list > $TMP1
 end-of-sh  end-of-sh
                         PATH=$SAVE_PATH                          export PATH=$SAVE_PATH
                         awk '{                          awk '{
                                 if ($10 ~ /^\.$/) {                                  if ($10 ~ /^\.$/) {
                                         print "\tThe root path includes .";                                          print "\tThe root path includes .";

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.75.2.2

CVSweb <webmaster@jp.NetBSD.org>