1. 19 Nov, 2001 2 commits
  2. 18 Nov, 2001 1 commit
  3. 17 Nov, 2001 1 commit
  4. 15 Nov, 2001 1 commit
  5. 13 Nov, 2001 5 commits
  6. 12 Nov, 2001 5 commits
  7. 11 Nov, 2001 3 commits
  8. 10 Nov, 2001 1 commit
  9. 09 Nov, 2001 1 commit
  10. 08 Nov, 2001 4 commits
  11. 07 Nov, 2001 2 commits
  12. 06 Nov, 2001 1 commit
    • William A. Rowe Jr's avatar
      · e901b556
      William A. Rowe Jr authored
        Submitted by: Mladen Turk <mturk@mappingsoft.com>
      
        htdbm provides a compiled interface to dbm authentication databases,
        using the compiled-in dbm manager and auth schema.  Resolves the hassles
        of grabbing the appropriate cpan package for md5 and fixing the dbm
        engine for dbmmanage.pl.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91767 13f79535-47bb-0310-9956-ffa450edef68
      e901b556
  13. 05 Nov, 2001 2 commits
  14. 04 Nov, 2001 1 commit
  15. 02 Nov, 2001 2 commits
  16. 31 Oct, 2001 4 commits
  17. 29 Oct, 2001 1 commit
  18. 27 Oct, 2001 1 commit
  19. 26 Oct, 2001 1 commit
  20. 24 Oct, 2001 1 commit
    • Aaron Bannert's avatar
      Two more mod_so configure-time fixes: · 982d083d
      Aaron Bannert authored
       - Treat --enable-so=yes as "static" (this includes --enable-so, etc).
       - An explicit --enable-so=shared issues an error.
      
      Put in a note about the last condition that I'm not as sure how to fix:
      If the user doesn't explicitly request mod_so, but instead gives a
      mass-enable parameter like --enable-modules=most or
      --enable-mods-shared=most then it is still possible to enable a bunch
      of modules while mod_so itself is not buildable (ie no APR_HAS_DSO or
      other build dependency failure).
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91658 13f79535-47bb-0310-9956-ffa450edef68
      982d083d