]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r1756843, r1897890, r1898731, r1900064, r1900077 from trunk
authorChristophe Jaillet <jailletc36@apache.org>
Thu, 2 Jun 2022 20:02:50 +0000 (20:02 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Thu, 2 Jun 2022 20:02:50 +0000 (20:02 +0000)
commit882b022f4805facf0e66588da4214ec2c595b6ad
treeed84458dd9828abf0c1e7dcc9524ed12ca7ee271
parentf56e6dc92ec57ec461ae86c473bb1e921a4f7224
Merge r1756843, r1897890, r1898731, r1900064, r1900077 from trunk

   * mod_auth_digest: Fix some missed "strcasecmp <--> ap_cstr_casecmp" conversions
   * mod_dav: fix a typo
   * mod_lua: Avoid "may be uninitialized" warning
   * ab: Fix alignment in an 'if' block.
   * mod_authz_dbd: fix select-groups example, bz 66010

Submitted by: jailletc36, rpluem, rpluem, jailletc36, gbechis
Reviewed by: jailletc36, ylavic, rpluem
Backported by: jailletc36

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1901567 13f79535-47bb-0310-9956-ffa450edef68
docs/manual/mod/mod_authz_dbd.xml
modules/aaa/mod_auth_digest.c
modules/aaa/mod_authz_dbd.c
modules/dav/main/mod_dav.h
modules/lua/lua_request.c
support/ab.c