Skip to content
  1. Jan 08, 2013
  2. Jan 01, 2013
  3. Dec 17, 2012
  4. Dec 16, 2012
  5. Dec 14, 2012
  6. Dec 11, 2012
    • Jim Jagielski's avatar
      Merge r1392345, r1392346 from trunk: · c3eaa8b1
      Jim Jagielski authored
      Bring XML output up to snuff for balancer-manager
      
      and allow the xml param
      Reviewed/backported by: jim
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1420135 13f79535-47bb-0310-9956-ffa450edef68
      c3eaa8b1
    • Rainer Jung's avatar
      Start refactoring of htpasswd and htdbm · 46bd8d94
      Rainer Jung authored
      - Move many common code parts into separate source file. This adds some
        of htpasswd's recent improvements to htdbm.
      - Rework salt generation to use the full 48bit of entropy for MD5
        Previously, it would only generate 2^32 different salts on a given
        platform.
      - Use apr_getopt().
      Submitted by: sf
      Backport of r1395253 from trunk.
      
      Add passwd_common.c build support for Windows and Netware
      Submitted by: sf
      Backport of r1395254 from trunk.
      
      Add support for bcrypt (requires apr-util 1.5 or higher).
      PR: 49288
      Submitted by: sf
      Backport of r1395255 from trunk.
      
      Optionally read passwords from stdin as more secure alternative to -b.
      PR: 40243
      Submitted by: Adomas Paltanavicius <adomas paltanavicius gmail com>, sf
      Backport of r1395256 from trunk.
      Submitted by: Adomas Paltanavicius <adomas paltanavicius gmail com>, sf
      
      Removed __func__ usage which is c99.
      Submitted by: sf
      Backport of r1395792 from trunk.
      
      All of the above backported by: sf
      All of the above reviewed by: sf, gsmith, rjung
      
      fix unresolved external symbol __imp__UuidCreate error
      Submitted by: gsmith
      Backported by: gsmith
      Reviewed by: gsmith, rjung
      Backport of r1419084 from trunk.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1420084 13f79535-47bb-0310-9956-ffa450edef68
      46bd8d94
    • Rainer Jung's avatar
      mod_auth_form: Support the expr parser in the · 802a2a41
      Rainer Jung authored
      AuthFormLoginRequiredLocation, AuthFormLoginSuccessLocation
      and AuthFormLogoutLocation directives.
      
      mod_auth_form: Make sure 500 Internal Server Error is
      returned should an error occur while parsing an expression.
      
      Submitted by: minfrin
      Backported by: minfrin
      Reviewed by: minfrin, sf, rjung
      
      Backports of r1388648 and r1418721 from trunk.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1420071 13f79535-47bb-0310-9956-ffa450edef68
      802a2a41
    • Rainer Jung's avatar
      Add support for TLS-SRP (Secure Remote Password key exchange · 2edb79a3
      Rainer Jung authored
      for TLS, RFC 5054).
      Including some improvements as suggested by Kaspar
      
      PR: 51075
      Submitted by: Quinn Slack <sqs cs stanford edu>, Christophe Renou,
                    Peter Sylvester
      Backported by: sf
      Reviewed by: sf, minfrin, rjung
      
      Backports of r1347980 and r1348653 form trunk.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1420057 13f79535-47bb-0310-9956-ffa450edef68
      2edb79a3
  7. Dec 09, 2012
  8. Dec 06, 2012
  9. Dec 04, 2012
  10. Dec 03, 2012
  11. Nov 15, 2012
  12. Nov 13, 2012
  13. Oct 22, 2012
  14. Oct 04, 2012
  15. Oct 03, 2012
  16. Oct 02, 2012
  17. Sep 26, 2012
  18. Sep 24, 2012
    • Jim Jagielski's avatar
      Merge r1386913, r1388825 from trunk: · 5275cefe
      Jim Jagielski authored
      Revert r1371878 --  default configuration changes that drop the DNT
      header from IE10.
      
      See:
        Message-ID: <CALK=YjMGPNHBqNiad-ghzcEzxDovQgYOpjpSSyXmN=r74v43qg@mail.gmail.com>
        PR 53845
      
      
      
      Keep this in, but commented out: also provide a little
      more background/rationale. This, hopefully, satisfies both
      ends of the debate: we don't "assume" that everyone who
      uses this browser didn't make the specific choice, but
      we allow for admins who care about DNT and want to either
        1. Make a statement
        2. Force adherence to the standard
      to easily do so.
      Submitted by: covener, jim
      Reviewed/backported by: jim
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1389261 13f79535-47bb-0310-9956-ffa450edef68
      5275cefe
    • Jim Jagielski's avatar
      Merge r1376695, r1376700 from trunk: · 47398c8a
      Jim Jagielski authored
      Apply the same length limit when logging Status header values
      as used when logging invalid header lines.
      
      Application of a limit on logged header data suggested by Jeff Trawick.
      
      
      Catch up change log with r1376695.
      
      Submitted by: chrisd
      Reviewed/backported by: jim
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1389260 13f79535-47bb-0310-9956-ffa450edef68
      47398c8a
  19. Sep 21, 2012