]> granicus.if.org Git - apache/commit
* modules/aaa/mod_authz_owner.h: Add header file with optional hook
authorJoe Orton <jorton@apache.org>
Tue, 11 Dec 2012 14:13:44 +0000 (14:13 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 11 Dec 2012 14:13:44 +0000 (14:13 +0000)
commitca24cf975ab37149319d060f6659424dfb776097
tree7f0fee9777b1156414ab704028fc9b862e7ccd64
parentef9056a534e7001ccbdd0a499b95c07860b98651
* 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.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1420184 13f79535-47bb-0310-9956-ffa450edef68
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]