Skip to content
  1. May 16, 2002
    • Justin Erenkrantz's avatar
      Change mod_ssl from using ssl_log() to ap_log_error(). · 02c6d0a3
      Justin Erenkrantz authored
      The issue is that ssl_log doesn't handle apr_status_t result codes.  This
      leads to a number of places (esp. with mutexes) where the error codes get
      lost.  Rather than extending ssl_log further, since mod_ssl is part of
      our core, migrate to ap_log_error.  This means that mod_ssl no longer
      does its own logging.
      
      Most uses of SSL_ADD_ERRNO are now mapped correctly to apr_status_t values
      (mainly because the APIs that used to return errnos are now APRized and
      have apr_status_t codes available).
      
      SSL_LOG_TRACE and SSL_LOG_DEBUG were mapped to the APLOG_DEBUG values.
      mod_ssl prints out a LOT of debugging information, so mod_ssl with LogLevel
      Debug may not be a good idea - perhaps mod_ssl should be less chatty.
      
      Numerous printf type collisions were also resolved.
      
      (The ssl logging code itself will be removed in a subsequent commit.)
      
      This has been discussed on dev@httpd, but the fact that there isn't
      much to review besides the mindless changes, I'm going to commit now
      and rely on CTR if I screwed up anything on the translation.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@95127 13f79535-47bb-0310-9956-ffa450edef68
      02c6d0a3
  2. May 15, 2002
  3. May 13, 2002
  4. May 10, 2002
  5. May 09, 2002
  6. May 01, 2002
  7. Apr 30, 2002
  8. Apr 18, 2002
  9. Apr 13, 2002
  10. Apr 12, 2002
  11. Apr 09, 2002
  12. Apr 08, 2002
  13. Apr 07, 2002
  14. Apr 05, 2002
  15. Apr 02, 2002
  16. Mar 30, 2002