]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Update CHANGES via 'make update-changes'
authorJim Jagielski <jim@apache.org>
Wed, 15 Jan 2025 12:02:49 +0000 (12:02 +0000)
committerJim Jagielski <jim@apache.org>
Wed, 15 Jan 2025 12:02:49 +0000 (12:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1923144 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index d1f778a66628e5a8dda649134f9a354580c5c251..6440516b58399aa9aeee18387c42b88a66402aa8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,19 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.4.63
 
+  *) Add the ldap-search option to mod_authnz_ldap, allowing authorization
+     to be based on arbitrary expressions that do not include the username.
+     Make sure that when ldap searches are too long, we explicitly log the
+     error. [Graham Leggett]
+
+  *) Add the ldap-search option to mod_authnz_ldap, allowing authorization
+     to be based on arbitrary expressions that do not include the username.
+     Make sure that when ldap searches are too long, we explicitly log the
+     error. [Graham Leggett]
+
+  *) mod_proxy: Honor parameters of ProxyPassMatch workers with substitution
+     in the host name or port. PR 69233. [Yann Ylavic]
+
   *) mod_log_config: Fix merging for the "LogFormat" directive.
      PR: 65222. [Michael Kaufmann <mail michael-kaufmann.ch>]