Skip to content
  1. Apr 09, 2013
  2. Mar 11, 2013
  3. Feb 27, 2013
  4. Feb 26, 2013
  5. Feb 18, 2013
  6. Feb 12, 2013
  7. Feb 06, 2013
  8. Jan 27, 2013
  9. Jan 22, 2013
  10. Jan 21, 2013
  11. Jan 15, 2013
  12. Jan 13, 2013
  13. Jan 10, 2013
  14. Jan 09, 2013
  15. Jan 08, 2013
  16. Jan 01, 2013
  17. Dec 17, 2012
  18. Dec 16, 2012
  19. Dec 14, 2012
  20. 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
  21. Dec 09, 2012