1. 02 Aug, 1999 4 commits
    • Dirk-Willem van Gulik's avatar
      A change is a change by chance. · 2e960c1c
      Dirk-Willem van Gulik authored
      PR:
      Obtained from:
      Submitted by:
      Reviewed by:
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@83554 13f79535-47bb-0310-9956-ffa450edef68
      2e960c1c
    • Dirk-Willem van Gulik's avatar
      Folded in "Ottati, Michael" <michael.ottati@compaq.com> patches · 95a9608f
      Dirk-Willem van Gulik authored
      for compaq/tandem. At this moment in time it is unclear if this
      is just a one-off effort, or that there is some long term future.
      But given the limited scope/quirks of the OS this might well be
      a non issue.
      
      Submitted by: "Ottati, Michael" <michael.ottati@compaq.com>
      Reviewed by: dirkx
      PR: 4804
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@83553 13f79535-47bb-0310-9956-ffa450edef68
      95a9608f
    • Dirk-Willem van Gulik's avatar
      In order to fold in support for SHA / LDAP Directory Interchange · cac6aeb9
      Dirk-Willem van Gulik authored
      Format style passwords (which make integration or migration between
      apache and netscape intstallations easier) the following has been done:
      
      1.      move ap_validate_passwd() out into its own function, and
              change includes from ap_md5.h into ap_checkpasswd.h in the
              various auth sections.
      
      2.      collate some to64 encodings into a single ap_to64
      
      3.      Add a ap_sha1.c along the lines of ap_md5.c
      
      4.      Add some flags to htpasswd, and make some man page chnages
              Added some blurp in the html docs.
      
      5.      add a directory SHA1 in support with some usefull examples
              for peoply trying to integrate or migrate from/to netscape
              servers.
      
      Obtained from Clinton Wong <clintdw@netcom.com> and reworked into
      something sepearate from ap_mda5c.c
      
      But it could benefit from further abstraction; same goed for the
      various base64, uunecode and mime-style base64 encoders we have
      floating around.
      
      Also, we could deal with string lenghts and verify lengths better.
      
      Added Files:
              src/ap/ap_checkpass.c
              src/include/ap_checkpass.h
              src/ap/ap_sha1.c
              src/include/ap_sha1.h
              src/support/SHA1/README.sha1
              src/support/SHA1/convert-sha1.pl
              src/support/SHA1/htpasswd-sha1.pl
              src/support/SHA1/ldif-sha1.example
      
      Modified Files:
              htdocs/manual/new_features_1_3.html
              src/CHANGES
              src/ap/Makefile.tmpl
              src/ap/ap_md5c.c
              src/include/ap_md5.h
              src/modules/standard/mod_auth.c
              src/modules/standard/mod_auth_db.c
              src/modules/standard/mod_auth_dbm.c
              src/support/README
              src/support/htpasswd.1
              src/support/htpasswd.c
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@83552 13f79535-47bb-0310-9956-ffa450edef68
      cac6aeb9
    • Manoj Kasichainula's avatar
      Make the server compile cleanly on TPF. · 28ecc3b1
      Manoj Kasichainula authored
      Submitted by:	David McCreedy <McCreedy@us.ibm.com>
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@83551 13f79535-47bb-0310-9956-ffa450edef68
      28ecc3b1
  2. 31 Jul, 1999 3 commits
  3. 30 Jul, 1999 6 commits
  4. 29 Jul, 1999 8 commits
  5. 28 Jul, 1999 4 commits
  6. 27 Jul, 1999 2 commits
  7. 26 Jul, 1999 6 commits
  8. 24 Jul, 1999 2 commits
  9. 23 Jul, 1999 3 commits
  10. 22 Jul, 1999 2 commits