]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r1420184 from trunk:
authorJoe Orton <jorton@apache.org>
Sat, 23 May 2015 10:16:25 +0000 (10:16 +0000)
committerJoe Orton <jorton@apache.org>
Sat, 23 May 2015 10:16:25 +0000 (10:16 +0000)
commitd131deb90475c75a10121a5102e52ab7c790553b
tree4c87fe3370901123d4fe6228186e13442f6e0c7c
parent64d450ed2215c346d52a821d03c595ae93671653
Merge r1420184 from trunk:

* modules/aaa/mod_authz_owner.h: Add header file with optional hook
  declaration for "authz_owner_get_file_group".

* modules/aaa/mod_authz_dbm.c, modules/aaa/mod_authz_groupfile.c: Use
  the header to pick up the above declaration; retrieve the optional
  function in a hook; use a static variable to store the function
  pointer.

Submitted by: jorton
Reviewed by: jkaluza, wrowe, jorton

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1681311 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/aaa/mod_authz_dbm.c
modules/aaa/mod_authz_groupfile.c
modules/aaa/mod_authz_owner.c
modules/aaa/mod_authz_owner.h [new file with mode: 0644]