1. 08 Dec, 2002 1 commit
    • Jim Jagielski's avatar
      *) Added new ap_register_cleanup_ex() API function which allows · bcd3b538
      Jim Jagielski authored
           for a "magic" cleanup function to be run at register time
           rather than at cleanup time. Also added the
           ap_note_cleanups_for_(socket|fd|file)_ex() API functions
           which allows for control over whether that magic cleanup
           should be called or not. This does not change the default
           behavior of the non-"ex" function (eg: ap_register_cleanup).
           At present, the magic cleanup is simply code that performs
           a CLOSEXEC, but that can be modified (hmmm... maybe an
           API issue?)
      
      PR:
      Obtained from:
      Submitted by:
      Reviewed by:	Martin
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97798 13f79535-47bb-0310-9956-ffa450edef68
      bcd3b538
  2. 25 Nov, 2002 1 commit
  3. 20 Nov, 2002 1 commit
  4. 18 Nov, 2002 1 commit
  5. 17 Nov, 2002 1 commit
  6. 14 Nov, 2002 1 commit
  7. 12 Nov, 2002 3 commits
  8. 05 Nov, 2002 1 commit
  9. 04 Nov, 2002 1 commit
  10. 31 Oct, 2002 1 commit
  11. 28 Oct, 2002 1 commit
  12. 25 Oct, 2002 1 commit
  13. 21 Oct, 2002 1 commit
  14. 16 Oct, 2002 2 commits
  15. 14 Oct, 2002 1 commit
  16. 10 Oct, 2002 3 commits
  17. 04 Oct, 2002 1 commit
  18. 03 Oct, 2002 2 commits
  19. 02 Oct, 2002 2 commits
  20. 01 Oct, 2002 1 commit
  21. 30 Sep, 2002 5 commits
  22. 28 Sep, 2002 1 commit
  23. 27 Sep, 2002 3 commits
  24. 25 Sep, 2002 3 commits
    • Dirk-Willem van Gulik's avatar
      Scratch another its - this patchs allows me to hugely simply auth modules · 3d27a9b3
      Dirk-Willem van Gulik authored
      which use non 4xx methods for auth (such as cookies, referers ,etc).
      
      Submitted by Sander van Zoest (for a slightly different reason) - see
      explanation below.
      
      From: Sander van Zoest
      To: dev@httpd.apache.org
      
      It is common practice to set Cookie's to pass along on HTTP
      redirects for "login" authentication.
      
      When implementing P3P <http://www.w3.org/P3P/> using
      mod_headers.c the Header directive only sets r->headers_out
      and does not pass the headers along for non-2XX responses
      such as error pages and redirects.
      
      To provide this functionality we added the ErrorHeader
      directive which populates r->err_headers_out instead.
      
      Below follows a patch for 1.3.X by Michael Radwin <radwin_at_yahoo-inc.com>.
      
      I have some code that attempts to add Directive to 2.0.X, but
      it seems that output_filters are shortcuted on 3XX responses.
      While now by setting the Header directive it also passes the headers
      along at for all non-2XX responses except 3XX responses.
      
      Cheers,
      
      --
      Sander van Zoest
      
      PR: 9181
      Obtained from: Michael Radwin
      Submitted by: Sander van Zoest
      Reviewed by: Dirk-Willem van Gulik
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@96981 13f79535-47bb-0310-9956-ffa450edef68
      3d27a9b3
    • Dirk-Willem van Gulik's avatar
      · 92bf3e9d
      Dirk-Willem van Gulik authored
      Scratched a major itch - got bitten by config directory globbing sucking
      in an editor backup file once too many. Applied the patch as submitted
      by Sander van Zoest (Bug id 12712) whichs makes it possible to limit
      the scope with simple but effective wild cards.
      
      
      PR: 12712
      Obtained from: Sander van Zoest
      Submitted by: Sander van Zoest
      Reviewed by: Dirk-Willem van Gulik
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@96980 13f79535-47bb-0310-9956-ffa450edef68
      92bf3e9d
    • Dirk-Willem van Gulik's avatar
      · 14c2f7b8
      Dirk-Willem van Gulik authored
      Scratched a major itch - got bitten by config directory globbing sucking
      in an editor backup file once too many. Applied the patch as submitted
      by Sander van Zoest (Bug id 12712) whichs makes it possible to limit
      the scope with simple but effective wild cards.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@96979 13f79535-47bb-0310-9956-ffa450edef68
      14c2f7b8
  25. 21 Sep, 2002 1 commit