1. 04 Aug, 2004 1 commit
  2. 01 Aug, 2004 1 commit
  3. 31 Jul, 2004 1 commit
  4. 30 Jul, 2004 1 commit
  5. 28 Jul, 2004 1 commit
  6. 19 Jul, 2004 1 commit
  7. 16 Jul, 2004 1 commit
  8. 14 Jul, 2004 1 commit
  9. 12 Jul, 2004 1 commit
  10. 10 Jul, 2004 4 commits
  11. 09 Jul, 2004 1 commit
  12. 07 Jul, 2004 1 commit
  13. 06 Jul, 2004 1 commit
  14. 05 Jul, 2004 1 commit
  15. 03 Jul, 2004 2 commits
  16. 02 Jul, 2004 2 commits
  17. 29 Jun, 2004 2 commits
  18. 28 Jun, 2004 1 commit
  19. 23 Jun, 2004 1 commit
  20. 20 Jun, 2004 1 commit
  21. 17 Jun, 2004 1 commit
  22. 16 Jun, 2004 1 commit
  23. 14 Jun, 2004 1 commit
  24. 11 Jun, 2004 6 commits
  25. 07 Jun, 2004 1 commit
  26. 06 Jun, 2004 2 commits
  27. 04 Jun, 2004 1 commit
    • Andre Malo's avatar
      Nobody objected: · 6d58f491
      Andre Malo authored
      <IfModule> now takes the module identifier in addition to the
      filename.
      
      CAUTION: this commit breaks the build on netware. It still needs
      to be adjusted. (but I don't have any netware knowledge...)
      Also, developers need to re-run buildconf on unices.
      
      PR: 29003
      Submitted by: Edward Rudd <eddie omegaware.com>, Andr� Malo
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103849 13f79535-47bb-0310-9956-ffa450edef68
      6d58f491
  28. 03 Jun, 2004 1 commit
    • Joe Orton's avatar
      Add "SSLUserName" directive to set r->user based on a chosen SSL · 15ac5e00
      Joe Orton authored
      environment variable name.
      
      * modules/ssl/ssl_private.h (struct SSLDirConfigRec): Add
      szUserName field.
      
      * modules/ssl/ssl_engine_config.c (ssl_config_perdir_create,
      ssl_config_perdir_merge): Initialize and merge szUserName field.
      (ssl_cmd_SSLUserName): New function.
      
      * modules/ssl/ssl_engine_kernel.c (ssl_hook_Fixup): Set r->user to
       the value of the chosen SSL environment variable.
      
      * modules/ssl/mod_ssl.c: Add SSLUserName config directive.
      
      PR: 20957
      Submitted by: Martin v. Loewis <martin v.loewis.de>
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103834 13f79535-47bb-0310-9956-ffa450edef68
      15ac5e00