coar        99/01/29 06:28:57

  Modified:    src      ApacheCore.def
               src/include ap_mmn.h
               src/support httpd.exp
  Log:
        Whoops; forgot to add the new ap_MD5Encode() function..
  
  Revision  Changes    Path
  1.8       +1 -0      apache-1.3/src/ApacheCore.def
  
  Index: ApacheCore.def
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/ApacheCore.def,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ApacheCore.def    1999/01/28 16:12:30     1.7
  +++ ApacheCore.def    1999/01/29 14:28:53     1.8
  @@ -325,4 +325,5 @@
        ap_array_pstrcat   @318
        ap_os_is_filename_valid   @319
        ap_find_opaque_token   @320
  +     ap_MD5Encode   @321
   
  
  
  
  1.24      +2 -1      apache-1.3/src/include/ap_mmn.h
  
  Index: ap_mmn.h
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/include/ap_mmn.h,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- ap_mmn.h  1999/01/27 12:16:00     1.23
  +++ ap_mmn.h  1999/01/29 14:28:55     1.24
  @@ -204,7 +204,8 @@
    *                      - reordered entries in request_rec that were waiting
    *                        for a non-binary-compatible release.
    * 19990108-1           - add ap_find_opaque_token() for things like ETags
  - *   (1.3.5-dev)          which can contain opaque quoted strings
  + *   (1.3.5-dev)          which can contain opaque quoted strings, and
  + *                        ap_MD5Encode() for MD5 password handling.
    */
   
   #define MODULE_MAGIC_COOKIE 0x41503133UL /* "AP13" */
  
  
  
  1.12      +1 -0      apache-1.3/src/support/httpd.exp
  
  Index: httpd.exp
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/support/httpd.exp,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- httpd.exp 1999/01/28 16:12:32     1.11
  +++ httpd.exp 1999/01/29 14:28:56     1.12
  @@ -1,4 +1,5 @@
   #!
  +ap_MD5Encode
   ap_MD5Final
   ap_MD5Init
   ap_MD5Update
  
  
  

Reply via email to