You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by cc...@apache.org on 2001/09/10 22:12:58 UTC

cvs commit: jakarta-tomcat-4.0/catalina/src/bin digest.bat digest.sh

ccain       01/09/10 13:12:58

  Modified:    catalina/src/bin digest.bat digest.sh
  Log:
  DES is not a hashing algorithm ;-)
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-tomcat-4.0/catalina/src/bin/digest.bat
  
  Index: digest.bat
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/bin/digest.bat,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- digest.bat	2001/05/22 20:37:19	1.1
  +++ digest.bat	2001/09/10 20:12:58	1.2
  @@ -10,7 +10,7 @@
   rem   This script is assumed to run from the bin directory or have the
   rem   CATALINA_HOME env variable set.
   rem
  -rem $Id: digest.bat,v 1.1 2001/05/22 20:37:19 bip Exp $
  +rem $Id: digest.bat,v 1.2 2001/09/10 20:12:58 ccain Exp $
   rem ---------------------------------------------------------------------------
   
   
  @@ -57,7 +57,7 @@
   :doUsage
   echo Usage:  digest -a [algorithm] [credentials]
   echo Commands:
  -echo   algorithm   -   The algorithm to use, i.e. MD5, DES
  +echo   algorithm   -   The algorithm to use, i.e. MD5, SHA1
   echo   credentials -   The credential to digest
   goto cleanup
   
  
  
  
  1.3       +2 -2      jakarta-tomcat-4.0/catalina/src/bin/digest.sh
  
  Index: digest.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/bin/digest.sh,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- digest.sh	2001/08/20 18:36:04	1.2
  +++ digest.sh	2001/09/10 20:12:58	1.3
  @@ -10,7 +10,7 @@
   #   This script is assumed to run from the bin directory or have the
   #   CATALINA_HOME env variable set.
   #
  -# $Id: digest.sh,v 1.2 2001/08/20 18:36:04 bip Exp $
  +# $Id: digest.sh,v 1.3 2001/09/10 20:12:58 ccain Exp $
   # -----------------------------------------------------------------------------
   
   
  @@ -81,7 +81,7 @@
   
     echo "Usage:  digest -a [algorithm] [credentials]"
     echo "Commands:"
  -  echo "  algorithm   -   The algorithm to use, i.e. MD5, DES"
  +  echo "  algorithm   -   The algorithm to use, i.e. MD5, SHA1"
     echo "  credentials -   The credential to digest"
   
     exit 1