1. 28 Nov, 2001 6 commits
  2. 27 Nov, 2001 1 commit
  3. 24 Nov, 2001 1 commit
  4. 23 Nov, 2001 1 commit
  5. 22 Nov, 2001 7 commits
  6. 21 Nov, 2001 5 commits
  7. 20 Nov, 2001 2 commits
  8. 19 Nov, 2001 1 commit
  9. 16 Nov, 2001 1 commit
  10. 15 Nov, 2001 3 commits
  11. 14 Nov, 2001 1 commit
  12. 12 Nov, 2001 1 commit
  13. 07 Nov, 2001 3 commits
  14. 20 Oct, 2001 1 commit
  15. 17 Oct, 2001 1 commit
    • William A. Rowe Jr's avatar
      · 292dc5d6
      William A. Rowe Jr authored
        It is absolutely invalid practice to test 'prot' bits to determine if a
        file is readable.  The only acceptable means of testing readability is to
        open it for reading, due to discrepancies between permissions, DACLs and
        SACLS.  Even Linux hackers are gonna need to learn that lesson if they
        plan to do any DOD or Gov work once DACL-enhanced Linux is adopted.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@91516 13f79535-47bb-0310-9956-ffa450edef68
      292dc5d6
  16. 12 Oct, 2001 3 commits
  17. 11 Oct, 2001 1 commit
    • Justin Erenkrantz's avatar
      This is the mod_ssl input filtering rewrite. Lots of stuff here. I also · c4150ee9
      Justin Erenkrantz authored
      changed some of the style issues within the filtering code to conform to
      the rest of the server.
      
      Various incarnations of this patch have been posted to dev@httpd without
      feedback.  Now that it passes all of the httpd-test cases (with the
      exception of module/negotiation test which fails without mod_ssl anyway),
      it is time to check it in.
      
      Please review and test.  We are under C-T-R rules, so I'm going to take
      advantage of that and commit it now.  I have tested this about as much
      as I can and it seems to work from everything I can give to it.
      Considering that mod_ssl was broken before this commit, this is an
      improvement.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@91414 13f79535-47bb-0310-9956-ffa450edef68
      c4150ee9
  18. 04 Oct, 2001 1 commit