1. 21 Mar, 1996 2 commits
    • Alexei Kosut's avatar
      Added some more MD5 support to Apache: · 015120f4
      Alexei Kosut authored
      * A new module, mod_digest, which supports digest authentication, as per
        draft-ietf-http-digest-aa-02. Could use some work in terms of being a bit
        more secure in terms of nonce-generating and so forth, and it needs a
        support/ utility to generate htdigest file entries. Use it the same way
        as in NCSA httpd 1.5; AuthType Digest, and use AuthDigestFile to point
        at the file.
      
      * A new server or per-directory directive, ContentDigest. Set it to On,
        and Apache will generate a Content-MD5 header with each file sent. This
        may or may not be useful, and there has been some discussion on http-wg
        about removing this from the spec (it is currently vaugely defined in
        the 1.1 draft), but it doesn't hurt anything.
      
      Reviewed by: Everyone. At least, no one objected during the two weeks given.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@76403 13f79535-47bb-0310-9956-ffa450edef68
      015120f4
    • Alexei Kosut's avatar
      Moved Jim's CGI scripts from cgi-bin to cgi-src where they belong, · 5c247fac
      Alexei Kosut authored
      and added entries in the Makefile there for them. Also added util.h,
      which I forgot when I updated cgi-src a month ago. Oops.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@76402 13f79535-47bb-0310-9956-ffa450edef68
      5c247fac
  2. 20 Mar, 1996 1 commit
  3. 19 Mar, 1996 3 commits
  4. 18 Mar, 1996 5 commits
  5. 17 Mar, 1996 5 commits
  6. 16 Mar, 1996 3 commits
  7. 15 Mar, 1996 1 commit
  8. 14 Mar, 1996 11 commits
  9. 13 Mar, 1996 5 commits
  10. 12 Mar, 1996 4 commits