1. 28 Feb, 2002 10 commits
  2. 27 Feb, 2002 6 commits
  3. 25 Feb, 2002 1 commit
  4. 17 Feb, 2002 1 commit
  5. 16 Feb, 2002 1 commit
  6. 12 Feb, 2002 1 commit
    • William A. Rowe Jr's avatar
      · a5263f90
      William A. Rowe Jr authored
        What happened?  0.9.6b built just dandy without the flags... 0.9.6c won't
        build for jack without these changes.  Of course they don't harm 0.9.6b
        builders either, unless they are outside of the states/EU/AU and find
        themselves free to ignore IP considerations.
      
        I'd really like to know _why_ 0.9.6c doesn't configure itself rationally.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@93381 13f79535-47bb-0310-9956-ffa450edef68
      a5263f90
  7. 05 Feb, 2002 1 commit
  8. 03 Feb, 2002 1 commit
  9. 31 Jan, 2002 1 commit
  10. 28 Jan, 2002 1 commit
  11. 25 Jan, 2002 1 commit
  12. 22 Jan, 2002 2 commits
  13. 19 Jan, 2002 1 commit
    • Justin Erenkrantz's avatar
      Input filtering prototype change: Socket blocking type should be · b700eac1
      Justin Erenkrantz authored
      separate from the input filter mode type.
      
      We also no longer look at readbytes to determine the method of
      filter operation.  This makes the use of filters more obvious and
      allows a wider range of options for input filters modes.
      
      To start with, the new input filter modes are:
      
      AP_MODE_READBYTES (no more than *readbytes returned)
      AP_MODE_GETLINE (old *readbytes == 0 case)
      AP_MODE_EATCRLF (old AP_MODE_PEEK)
      AP_MODE_SPECULATIVE (will be used in a future ap_getline rewrite)
      AP_MODE_EXHAUSTIVE (old *readbytes == -1 case)
      AP_MODE_INIT (special case for NNTP over SSL)
      
      The block parameter is an apr_read_type_e: APR_BLOCK_READ, APR_NONBLOCK_READ
      
      This also allows cleanup of mod_ssl's handling in the getline case.
      
      Reviewed by:	Ryan Bloom (concept), Greg Stein (concept)
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@92928 13f79535-47bb-0310-9956-ffa450edef68
      b700eac1
  14. 18 Jan, 2002 2 commits
  15. 17 Jan, 2002 5 commits
  16. 11 Jan, 2002 2 commits
  17. 10 Jan, 2002 3 commits
    • William A. Rowe Jr's avatar
      *) Split all Win32 modules [excluding the core components mod_core, · ef78c581
      William A. Rowe Jr authored
           mod_so, mod_win32 and the winnt mpm] into individual loadable
           modules, so the administrator may individually disable the former
           compiled-in modules by simply commenting out their LoadModule
           directives.  [William Rowe]
      
        *) Saved Win32 module authors and porters many future headaches, by
           duplicating the appropriate .h files such as os.h into the include
           directory, including in the build tree.  [William Rowe]
      
        Also noticed that version stamp resources weren't generated for proxy
        modules, this too is now fixed.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@92804 13f79535-47bb-0310-9956-ffa450edef68
      ef78c581
    • Doug MacEachern's avatar
      mod_ssl adjustments to help with using toolkits other than OpenSSL: · bc06bf54
      Doug MacEachern authored
        Use SSL functions/macros instead of directly dereferencing SSL
        structures wherever possible.
        Add type-casts for the cases where functions return a generic pointer.
        Add $SSL/include to configure search path.
      PR:
      Obtained from:
      Submitted by:	Madhusudan Mathihalli <madhusudan_mathihalli@hp.com>
      Reviewed by:	dougm
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@92800 13f79535-47bb-0310-9956-ffa450edef68
      bc06bf54
    • William A. Rowe Jr's avatar
      · 86b5bf08
      William A. Rowe Jr authored
        This patch eliminated from the _SHARED_ segment of the scoreboard all
        pointer math.  This is required for portable scoreboards.
      
        vhost becomes the 'vhost name string' so it now survives ap_generation
        clicks.  next was apparently never used.
      
        This patch also accounts for the changes to the apr_shm api, and gives
        Win32 the magic of a shared scoreboard.
      
        Breakage aplenty on non-win32 platforms, I suspect, but this radical
        surgery, and culling of unused functions, was really, really needed.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@92791 13f79535-47bb-0310-9956-ffa450edef68
      86b5bf08