]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Backport:
authorGraham Leggett <minfrin@apache.org>
Sat, 21 Aug 2021 21:30:47 +0000 (21:30 +0000)
committerGraham Leggett <minfrin@apache.org>
Sat, 21 Aug 2021 21:30:47 +0000 (21:30 +0000)
commitc795f1c736e738281bd5e90503d5cc0b759d1c12
tree3fd08fe5fbc49a2292f8260dafce9fcb4949dcd1
parentb7af2a9b6c6a06abbdf51f2558a21306b253bf63
Backport:

  *) Easy patches: synch 2.4.x and trunk
         - mod_auth_basic: Use ap_cstr_casecmp instead of strcasecmp.
         - mod_ldap: log and abort locking errors.
         - mod_ldap: style fix for r1831165
         - mod_ldap: build break fix for r1831165
      --> These 3 commits are preparation work for backporting r1856735
         - mod_deflate: Avoid hard-coded "%ld" format strings in mod_deflate's logging statements
         - mod_deflate: Use apr_uint64_t instead of uint64_t (follow up to r1849590)
         - mod_forensic: Follow up to r1856490: missing one mod_log_forensic test_char_table case.
                         (r1856490 has been backported in r1870261)
         - mod_rewrite: Save a few cycles.
         - mod_request: Fix a comment (missing '_' in 'keep_body') and some style issues
         - core: remove extra whitespace in HTTP_NOT_IMPLEMENTED
     trunk patch:
          https://svn.apache.org/r1817063
          https://svn.apache.org/r1831165
          https://svn.apache.org/r1831171
          https://svn.apache.org/r1831172
          https://svn.apache.org/r1849590
          https://svn.apache.org/r1849630
          https://svn.apache.org/r1856491
          https://svn.apache.org/r1883421
          https://svn.apache.org/r1889327
          https://svn.apache.org/r1891200
     2.4.x patch: svn merge -c 1817063,1831165,1831171,1831172,1849590,1849630,1856491,1883421,1889327,1891200 ^/httpd/httpd/trunk .
     +1: jailletc36, covener, jim
     icing: I have trouble running the svn merge due to conflicts in CHANGES and
            the infamous log tags. Do you have a patch or a PR to use for checking?
     covener: on faith

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1892510 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
STATUS
modules/aaa/mod_auth_basic.c
modules/filters/mod_deflate.c
modules/filters/mod_request.c
modules/http/http_protocol.c
modules/ldap/util_ldap.c
modules/loggers/mod_log_forensic.c
modules/mappers/mod_rewrite.c