/[Apache-SVN]/httpd/httpd/trunk/modules/aaa
ViewVC logotype

Index of /httpd/httpd/trunk/modules/aaa

Files shown:52
Directory revision: 881808 (of 883491)
Sticky Revision:


File Rev. Age Author Last log entry
 Parent Directory        
.indent.pro  r106103  5 years  nd  general property cleanup
Makefile.in  r106103  5 years  nd  general property cleanup
NWGNUaccesscompat  r521264  2 years  fuankg  removed obsolete -prefix; minor cosmetic changes.
NWGNUauthbasc  r521264  2 years  fuankg  removed obsolete -prefix; minor cosmetic changes.
NWGNUauthdigt  r521264  2 years  fuankg  removed obsolete -prefix; minor cosmetic changes.
NWGNUauthform  r710140  12 months  bnicholes  Remove the ap_session_get, ap_session_set export references for the NetWare buil...
NWGNUauthnano  r521264  2 years  fuankg  removed obsolete -prefix; minor cosmetic changes.
NWGNUauthndbd  r521264  2 years  fuankg  removed obsolete -prefix; minor cosmetic changes.
NWGNUauthndbm  r521264  2 years  fuankg  removed obsolete -prefix; minor cosmetic changes.
NWGNUauthnfil  r521264  2 years  fuankg  removed obsolete -prefix; minor cosmetic changes.
NWGNUauthnzldap  r521264  2 years  fuankg  removed obsolete -prefix; minor cosmetic changes.
NWGNUauthzdbd  r521264  2 years  fuankg  removed obsolete -prefix; minor cosmetic changes.
NWGNUauthzdbm  r521264  2 years  fuankg  removed obsolete -prefix; minor cosmetic changes.
NWGNUauthzgrp  r521264  2 years  fuankg  removed obsolete -prefix; minor cosmetic changes.
NWGNUauthzusr  r521264  2 years  fuankg  removed obsolete -prefix; minor cosmetic changes.
NWGNUmakefile  r646307  19 months  fuankg  added mod_auth_form to NetWare build.
config.m4  r808722  2 months  wrowe  Always make mod_*.h files available where they exist, modpath by modpath
mod_access_compat.c  r709838  12 months  chrisd  Fix handling of authz configurations, make default authz logic replicate 2.2.x a...
mod_access_compat.dsp  r495126  2 years  wrowe  Embed the .manifest files of all httpd binaries as a post-build operation. This...
mod_auth_basic.c  r659160  18 months  chrisd  Determine registered authn/z providers directly in ap_setup_auth_internal(), whi...
mod_auth_basic.dsp  r495126  2 years  wrowe  Embed the .manifest files of all httpd binaries as a post-build operation. This...
mod_auth_digest.c  r813396  2 months  poirier  Fail server startup when mod_auth_digest is unable to provide the security check...
mod_auth_digest.dsp  r495126  2 years  wrowe  Embed the .manifest files of all httpd binaries as a post-build operation. This...
mod_auth_form.c  r731000  10 months  minfrin  mod_auth_form: Fix a pool lifetime issue, don't remove the subrequest until the ...
mod_auth_form.dsp  r664240  17 months  wrowe  Catch up with a host of changes to the current module set
mod_authn_anon.c  r658046  18 months  chrisd  Convert common provider version strings ("0") to AUTHN/Z_PROVIDER_VERSION macros...
mod_authn_anon.dsp  r495126  2 years  wrowe  Embed the .manifest files of all httpd binaries as a post-build operation. This...
mod_authn_core.c  r709553  12 months  chrisd  Add AuthType of None to support disabling authentication. Prevent crash when pro...
mod_authn_core.dsp  r531920  2 years  nd  newlines
mod_authn_dbd.c  r658046  18 months  chrisd  Convert common provider version strings ("0") to AUTHN/Z_PROVIDER_VERSION macros...
mod_authn_dbd.dsp  r495126  2 years  wrowe  Embed the .manifest files of all httpd binaries as a post-build operation. This...
mod_authn_dbm.c  r678947  16 months  covener  revert r672639 which lacked a necessary major bump, add a major MMN bump to acco...
mod_authn_dbm.dsp  r495126  2 years  wrowe  Embed the .manifest files of all httpd binaries as a post-build operation. This...
mod_authn_file.c  r678947  16 months  covener  revert r672639 which lacked a necessary major bump, add a major MMN bump to acco...
mod_authn_file.dsp  r495126  2 years  wrowe  Embed the .manifest files of all httpd binaries as a post-build operation. This...
mod_authnz_ldap.c  r881808  5 days  covener  Add AuthLDAPBindAuthoritative to allow other authentication providers a chance t...
mod_authnz_ldap.dsp  r495126  2 years  wrowe  Embed the .manifest files of all httpd binaries as a post-build operation. This...
mod_authz_core.c  r775460  6 months  trawick  "fix" this warning by passing "%s" as the format string: mod_authz_core.c: In f...
mod_authz_core.dsp  r495126  2 years  wrowe  Embed the .manifest files of all httpd binaries as a post-build operation. This...
mod_authz_dbd.c  r705361  13 months  chrisd  Prior to authn/z refactoring in r368027, if authorization Require directives had...
mod_authz_dbd.dsp  r569193  2 years  wrowe  Add auth modules to the schema
mod_authz_dbd.h  r569192  2 years  wrowe  You can't borrow AP_ namespace for imports/exports. They are specific to one lo...
mod_authz_dbm.c  r705361  13 months  chrisd  Prior to authn/z refactoring in r368027, if authorization Require directives had...
mod_authz_dbm.dsp  r495126  2 years  wrowe  Embed the .manifest files of all httpd binaries as a post-build operation. This...
mod_authz_groupfile.c  r705361  13 months  chrisd  Prior to authn/z refactoring in r368027, if authorization Require directives had...
mod_authz_groupfile.dsp  r495126  2 years  wrowe  Embed the .manifest files of all httpd binaries as a post-build operation. This...
mod_authz_host.c  r658046  18 months  chrisd  Convert common provider version strings ("0") to AUTHN/Z_PROVIDER_VERSION macros...
mod_authz_host.dsp  r495126  2 years  wrowe  Embed the .manifest files of all httpd binaries as a post-build operation. This...
mod_authz_owner.c  r709708  12 months  chrisd  remove unused AUTHZ_GROUP_NOTE define
mod_authz_owner.dsp  r569193  2 years  wrowe  Add auth modules to the schema
mod_authz_user.c  r705361  13 months  chrisd  Prior to authn/z refactoring in r368027, if authorization Require directives had...
mod_authz_user.dsp  r495126  2 years  wrowe  Embed the .manifest files of all httpd binaries as a post-build operation. This...

Properties

Name Value
svn:ignore .deps .libs *.la modules.mk Makefile *.lo *.slo *.so *.x Debug Release *.plg *.aps *.dep *.mak *.rc BuildLog.htm *.stc *.stt *.sto *.vcproj *.vcproj.*

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2