1. 06 Feb, 1999 6 commits
  2. 05 Feb, 1999 8 commits
  3. 04 Feb, 1999 1 commit
  4. 03 Feb, 1999 2 commits
    • Ken Coar's avatar
      · 96a155e7
      Ken Coar authored
      	Fix #ifdef problem for Win32 and nuke __P() prototypes.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@82741 13f79535-47bb-0310-9956-ffa450edef68
      96a155e7
    • Ken Coar's avatar
      · a7165fe8
      Ken Coar authored
      	Rework the ap_MD5Encode() routine to use FreeBSD's algorithm
      	and a private significator ("$apr1"); also make it reentrant.
      	Abstract the password checking into a new routine,
      	ap_validate_password(plaintext, hashed), and modify mod_auth*.c
      	to use it instead of each doing the algorithm check.
      
      Obtained from:	FreeBSD 3.0 /usr/src/lib/libcrypt/crypt.c (MD5)
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@82740 13f79535-47bb-0310-9956-ffa450edef68
      a7165fe8
  5. 02 Feb, 1999 3 commits
  6. 31 Jan, 1999 2 commits
  7. 30 Jan, 1999 3 commits
  8. 29 Jan, 1999 1 commit
  9. 28 Jan, 1999 5 commits
  10. 27 Jan, 1999 2 commits
  11. 26 Jan, 1999 2 commits
  12. 25 Jan, 1999 2 commits
    • Ken Coar's avatar
      · 994fbb4d
      Ken Coar authored
      	Enhance the authentication password handling so that stored
      	passwords can be encrypted with either DES or MD5.  htpasswd can
      	now generate either on systems that allow both, and MD5 on
      	Win32.   .htpasswd files can contain both types; usernames
      	with passwords encrypted with MD5 and usernames with DES
      	passwords can appear in the same file.  The authentication
      	modules (mod_auth, mod_auth_db, mod_auth_dbm) autosense the
      	correct algorithm from the stored password.
      
      	This gives us encrypted passwords on Win32 at last.  This is
      	only the first part of the patch; some changes to allow the
      	Win32 side to build properly are being fixed and should be
      	committed to-morrow.  However, Unix systems can build with
      	and use these immediately.
      
      Submitted by:	Ryan Bloom <rbb@Raleigh.IBM.Com>
      Reviewed by:	Ken Coar
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@82700 13f79535-47bb-0310-9956-ffa450edef68
      994fbb4d
    • dgaudet's avatar
      Fix O(n^2) memory consumption in mod_speling. (Tested by · 2bf09617
      dgaudet authored
      Renaud Bruyeron <renaud@w3.org> and Eric Prud'hommeaux <eric@w3.org>)
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@82699 13f79535-47bb-0310-9956-ffa450edef68
      2bf09617
  13. 24 Jan, 1999 2 commits
  14. 22 Jan, 1999 1 commit