1. 01 Jan, 2013 1 commit
  2. 17 Dec, 2012 2 commits
  3. 16 Dec, 2012 4 commits
  4. 14 Dec, 2012 1 commit
  5. 11 Dec, 2012 4 commits
    • 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
  6. 09 Dec, 2012 4 commits
  7. 06 Dec, 2012 1 commit
  8. 04 Dec, 2012 3 commits
  9. 03 Dec, 2012 4 commits
  10. 15 Nov, 2012 2 commits
  11. 13 Nov, 2012 2 commits
  12. 22 Oct, 2012 2 commits
  13. 04 Oct, 2012 1 commit
  14. 03 Oct, 2012 1 commit
  15. 02 Oct, 2012 2 commits
  16. 26 Sep, 2012 1 commit
  17. 24 Sep, 2012 2 commits
    • 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
  18. 21 Sep, 2012 2 commits
  19. 18 Sep, 2012 1 commit