]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Take a quick pass through the refactored authz code. No real big changes here.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Sat, 3 Dec 2005 07:26:54 +0000 (07:26 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Sat, 3 Dec 2005 07:26:54 +0000 (07:26 +0000)
commit8cbc2dbb69f310d1a0ad86b7e74fde6af98b64b9
treed9ab90a0f97b4d84a00b0132c762426fd7d920f8
parent4a8d4c42dded52f2d85953b2259d2353362161e4
Take a quick pass through the refactored authz code.  No real big changes here.

* modules/aaa/mod_authz_host.c: Tweak locations of some comments; reflow
  long lines; correct and simplify (I think) ap_some_auth_required logic.
* modules/aaa/mod_auth.h: Remove AUTHZ_DECLINED for now; reflow long lines;
  improve comments; remove some no longer useful comments
* modules/aaa/mod_authz_user.c: Reflow long lines and remove unneeded variable.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@351902 13f79535-47bb-0310-9956-ffa450edef68
modules/aaa/mod_auth.h
modules/aaa/mod_authz_host.c
modules/aaa/mod_authz_user.c