1. 01 Nov, 2002 4 commits
  2. 29 Oct, 2002 2 commits
  3. 27 Oct, 2002 1 commit
  4. 25 Oct, 2002 3 commits
  5. 22 Oct, 2002 1 commit
  6. 17 Oct, 2002 1 commit
  7. 14 Oct, 2002 1 commit
  8. 11 Oct, 2002 1 commit
  9. 01 Oct, 2002 1 commit
  10. 30 Sep, 2002 2 commits
  11. 28 Sep, 2002 2 commits
  12. 15 Sep, 2002 1 commit
  13. 21 Aug, 2002 1 commit
  14. 31 Jul, 2002 2 commits
  15. 17 Jul, 2002 1 commit
  16. 08 Jul, 2002 1 commit
  17. 30 Jun, 2002 1 commit
  18. 28 Jun, 2002 1 commit
    • Justin Erenkrantz's avatar
      Add a filter_init function to the filters so that a filter can execute · a205c87a
      Justin Erenkrantz authored
      arbitrary code before the handlers are invoked.
      
      This resolves an issue with incorrect 304s on If-Modified-Since mod_include
      requests since ap_meets_conditions() is not aware that this is a dynamic
      request and it is not possible to satisfy 304 for these requests (unless
      xbithack full is on, of course).  When mod_include runs as a filter, it is
      too late to set any flag since the handler is responsible for calling
      ap_meets_conditions(), which it should do before generating any data.
      
      If a module doesn't need to run such arbitrary code, it can just pass NULL
      as the argument and all is well.
      
      PR:	9673
      Reviewed by:	Ryan Bloom and others
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@95906 13f79535-47bb-0310-9956-ffa450edef68
      a205c87a
  19. 21 Jun, 2002 1 commit
  20. 17 Jun, 2002 1 commit
    • William A. Rowe Jr's avatar
      · 974e2b8b
      William A. Rowe Jr authored
        These emits occur mainline, outside of the pphrase_callback, so we never
        opened readtty or writetty.  But they are absolute failures, nothing the
        user could do to deal with them.  They are logged in the ssl vhost's error
        log.
      
        In this case, I forgot my SSLCertificateKeyFile, so the server never
        tried the callback.  writetty wasn't initialized, so we segfaulted.
      
        This segfault is due to misconfig, not to the dialog with the user.
        This is the easiest fix (easier to read, too), but we shouldn't need
        to worry too much that the release is tagged.  If we retag, fine, then
        grab it, but it only addresses a config problem.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@95734 13f79535-47bb-0310-9956-ffa450edef68
      974e2b8b
  21. 11 Jun, 2002 4 commits
  22. 07 Jun, 2002 1 commit
  23. 06 Jun, 2002 1 commit
  24. 05 Jun, 2002 1 commit
  25. 04 Jun, 2002 2 commits
  26. 30 May, 2002 2 commits
    • Cliff Woolley's avatar
      This definitely gets the award for least useful error message of the month. · 6d223f5f
      Cliff Woolley authored
      Not only should it just say "can't do that on win32," which is after all
      the bottom line, it was spitting out openssl error messages which were
      totally useless.  Eg:
      
      [30/May/2002 17:31:17 05760] [error] Init: PassPhraseDialog BuiltIn not
      supported in server private key from file
      F:/Apache/Apache2/conf/ssl/secure.key (OpenSSL library error follows)
      [30/May/2002 17:31:17 05760] [error] OpenSSL: error:0D084069:asn1
      encoding routines:d2i_ASN1_SET:bad tag
      [30/May/2002 17:31:17 05760] [error] OpenSSL: error:0D09D082:asn1
      encoding routines:d2i_RSAPrivateKey:parsing
      [30/May/2002 17:31:17 05760] [error] OpenSSL: error:0D09B00D:asn1
      encoding routines:d2i_PrivateKey:ASN1 lib
      
      Which is essentially saying "OpenSSL couldn't read your private key because
      it was encrypted, and we can't get the passphrase the way you asked us to
      on this platform."
      
      
      Brought to my attention by the inquiry of:  Chris Hsiang <chsiang@ivivos.com>
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@95415 13f79535-47bb-0310-9956-ffa450edef68
      6d223f5f
    • William A. Rowe Jr's avatar
      · fce0f7ec
      William A. Rowe Jr authored
        Based on DougM's feedback to the list...
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@95408 13f79535-47bb-0310-9956-ffa450edef68
      fce0f7ec