Skip to content
  1. Mar 26, 2004
  2. Mar 25, 2004
  3. Mar 12, 2004
  4. Mar 11, 2004
  5. Mar 10, 2004
  6. Mar 06, 2004
  7. Mar 05, 2004
  8. Mar 04, 2004
  9. Feb 29, 2004
  10. Feb 28, 2004
  11. Feb 25, 2004
  12. Feb 22, 2004
  13. Feb 10, 2004
  14. Feb 09, 2004
  15. Feb 08, 2004
  16. Feb 06, 2004
  17. Feb 05, 2004
  18. Jan 23, 2004
  19. Jan 12, 2004
  20. Jan 08, 2004
  21. Jan 01, 2004
  22. Dec 15, 2003
  23. Dec 12, 2003
  24. Nov 26, 2003
  25. Nov 25, 2003
    • Joe Orton's avatar
      Extend mod_status output to include SSL session cache status · 16d8b7b2
      Joe Orton authored
      information:
      
      * modules/ssl/mod_ssl.c (ssl_hook_pre_config): Call
      ssl_scache_status_register.
      
      * modules/ssl/ssl_scache.c (ssl_scache_status): Removed function.
      (ssl_ext_status_hook): Renamed from ssl_ext_ms_display: switch to
      2.1's mod_status "status_hook" API.
      (ssl_scache_status_register): Register optional hook.
      
      * modules/ssl/ssl_scache_dbm.c (ssl_scache_dbm_status): Adjust to use
      new API.
      
      * modules/ssl/ssl_scache_shmcb.c (ssl_scache_shmcb_status): Adjust
      to use new API.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@101889 13f79535-47bb-0310-9956-ffa450edef68
      16d8b7b2
    • Joe Orton's avatar
      Remove shmht session cache in favour of shmcb; shmht has had · 811b30cc
      Joe Orton authored
      data corruption bugs since being apr_rmm'ified.
      
      * config.m4, mod_ssl.dsp: Don't build ssl_util_table and
      ssl_scache_shmht.
      
      * ssl_util_table.h, ssl_util_table.c, ssl_scache_shmht.c: Removed
      files.
      
      * mod_ssl.h (SSLModConfigRec): Use a void * pointer for storing
      the scache-specific data.
      
      * ssl_engine_config.c (ssl_cmd_SSLSessionCache): Treat shmht: as
      shmcb:.
      
      * ssl_scache.c: Remove shmht hooks throughout.
      
      * ssl_scache_shmcb.c: Remove casts to use the table_t * pointer as a
      void *.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@101888 13f79535-47bb-0310-9956-ffa450edef68
      811b30cc