]> granicus.if.org Git - apache/history - modules/aaa
mod_session_cookie: Add a session implementation capable of storing
[apache] / modules / aaa /
2008-04-03 Chris DarrochAvoid calling access control hooks for internal request...
2008-03-25 Chris DarrochReturn AUTHZ_GRANTED not AUTHZ_DENIED when redirecting...
2008-03-19 Chris DarrochPR #43210: Disambiguate and tidy database authenticatio...
2008-03-04 Eric Covenerreturn AUTHZ_GRANTED instead of OK from the LDAP nested...
2007-12-31 Eric CovenerWhen using the MS SDK, re-establish LDAP backend connec...
2007-11-30 Paul J. RederOoops. Not sure why this didn't get deleted in the...
2007-11-30 Paul J. RederRemove code that was both memory intensive and unnecess...
2007-11-30 Paul J. RederImprove logged information and fix broken doc.
2007-10-20 Nick Kewapr_dbd_get_entry from r466865 doesn't alloc new memory...
2007-09-01 Graham Leggettmod_authnz_ldap, mod_authn_dbd: Tidy up the code to...
2007-08-24 William A. Rowe JrAdd auth modules to the schema
2007-08-24 William A. Rowe JrYou can't borrow AP_ namespace for imports/exports.
2007-08-06 Jim Jagielskidetabify
2007-07-27 Paul J. Reder mod_ldap, mod_authnzldap: Add support for nested group...
2007-07-20 Nick KewFix clash between r557837 and r427780
2007-07-20 Nick KewMultiple trivial fixes from Christophe JAILLET
2007-07-19 Eric Covenerrevert revision 555470
2007-07-12 Eric CovenerThis data is passed in an unsafe way to the LDAP SDK...
2007-05-02 Bradley Nicholesre-introduce ap_satisfies API back into core and modify...
2007-04-24 André Malonewlines
2007-04-17 Jeff Trawicklog the uri for some access-denied paths when r->filena...
2007-03-22 Guenter Knaufremoved obsolete -prefix; minor cosmetic changes.
2007-01-31 Bradley NicholesImplement a BASEDIR build environment variable to allow...
2007-01-11 William A. Rowe JrEmbed the .manifest files of all httpd binaries as...
2007-01-09 William A. Rowe JrFix bogus lineends.
2006-12-24 Justin ErenkrantzCompile mod_authn_core on Win32. (The authz-dev branch...
2006-12-24 Justin ErenkrantzFix comment to allow modules using the new authz scheme...
2006-10-26 Bradley NicholesMove the assignment statements after the #if code to...
2006-10-22 Graham Leggettmod_authn_dbd: Export any additional columns queried...
2006-10-12 Graham Leggettmod_authnz_ldap: Add an AuthLDAPRemoteUserAttribute...
2006-08-05 William A. Rowe Jr Observed by hunter - fix the cut n paste errors in...
2006-08-04 Bradley Nicholesrevert the reject directive is definitive patch and...
2006-08-01 Bradley NicholesConverted the reject directive to be definitive and...
2006-07-26 Mladen TurkAdd missing svn:eol-style native properties.
2006-07-25 Mladen TurkAdd mod_authz_core module to the build.
2006-07-25 Mladen TurkAdd mod_access_conf to the build.
2006-07-24 Bradley NicholesAdd a check to make sure that the base provider and...
2006-07-11 Roy T. Fieldingupdate license header text
2006-07-06 William A. Rowe JrRevert Revision 397647
2006-06-12 Jeff Trawickspellcheck
2006-06-02 Bradley NicholesFix a problem with invalid auth error detection for...
2006-04-27 William A. Rowe Jr This resource /D syntax was pretty horridly imported...
2006-04-27 William A. Rowe Jr Remove all /machine:I386 references, these are gettin...
2006-04-19 William A. Rowe Jr s|/GX |/EHsc | because they were always synonyms...
2006-04-19 William A. Rowe Jr Remove a host of dependencies upon awk, using the...
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2006-04-07 André Malosvn:eol-style = native
2006-03-31 Garrett RooneyClean up some stuff found by Coverity.
2006-03-17 Bradley NicholesAdd mod_authz_dbd to the NetWare build
2006-03-16 Jeff TrawickClean up some string manipulation.
2006-03-09 William A. Rowe Jr Not an extern; correct a build failure, static sugges...
2006-03-09 Bradley NicholesDrop the LogLevel of the messages for the deprecated...
2006-03-09 Joe Orton* modules/aaa/mod_auth_digest.c (hdr): Remove function.
2006-02-18 David ReidAdd a note about the ap_satisfies mess we currently...
2006-02-18 David ReidThis should cure the build issues people are having...
2006-02-17 David Reid- tidy up some of the comments and make the file more...
2006-02-16 David Reid- add a define for ap_satisfies which is now an optiona...
2006-02-16 André Malosvn:eol-style = native
2006-02-07 Justin Erenkrantz* modules/aaa/config.m4: Place mod_access_compat in...
2006-02-07 Joe Orton* modules/aaa/mod_auth.h: Include apr_optional.h for
2006-02-07 Joe Orton* modules/aaa/mod_authz_core.c (add_authz_provider...
2006-01-28 Bradley NicholesThe AuthnProviderAlias directive has been merged into...
2006-01-23 Bradley NicholesRemove NetWare makefiles that are no longer needed
2006-01-23 Bradley NicholesBuild mod_access_compat on NetWare
2006-01-23 Bradley NicholesUse the correct logging #define
2006-01-19 Bradley Nicholesremove the unused per-dir-config structure.
2006-01-18 Bradley NicholesRemove the call to ap_note_auth_failure() from the...
2006-01-15 Bradley Nicholeseliminate the import of the ap_satisfies optional funct...
2006-01-14 Bradley Nicholesclean up some left-over debugging code and comments
2006-01-14 Bradley Nicholeshost access control compatibility module (Order, Deny...
2006-01-14 Bradley NicholesRestore Order, Deny, Allow, Satisfy for backwards compa...
2006-01-11 Bradley NicholesUpdate the NetWare makefiles to build the authz code
2006-01-11 Bradley NicholesAuthz refactoring
2005-12-20 William A. Rowe Jr This shift was treated in 32 bit scope, then masked...
2005-11-29 Colm MacCarthaighFirst stab at a build environment for mod_authn_dbd
2005-11-18 Nick Kewmod_authz_dbd: SQL authz with Login/Session support
2005-11-16 Justin ErenkrantzRemove support for 'On' and 'Off' for AuthBasicProvider...
2005-11-15 Nick KewReplace dodgy cast with ap_set_string_slot
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-11-10 Jim JagielskiNo functional change: simple detabbing of indented...
2005-10-30 Nick KewChange directives from OR_AUTHCFG to ACCESS_CONF
2005-10-18 Nick KewFaffing about with colon-delimiters (originally copied...
2005-10-17 André Maloget properties right
2005-10-17 Bradley NicholesAdd mod_authn_dbd to the NetWare build
2005-10-14 Nick KewAdd mod_authn_dbd to build
2005-10-14 Nick KewAdd mod_authn_dbd
2005-08-31 Jim JagielskiStart of getpid()/%d confusion fix...
2005-08-28 Ian HolsmanDoxygen fixup / cleanup
2005-08-08 Jim JagielskiEnsure that req->dn is valid for the util_ldap_cache_co...
2005-07-28 Joe Orton* modules/ldap/util_ldap.c, modules/aaa/mod_authnz_ldap...
2005-07-27 Joe Orton* modules/aaa/mod_authnz_ldap.c (authz_ldap_check_user_...
2005-07-21 Rich BowenChanged cmpstri to strcasecmp as per Justin's note.
2005-07-20 Rich BowenThe arguments to require are case-sensitive, so that...
2005-06-23 Joe Orton* modules/aaa/mod_auth_digest.c: Another gcc 4 "structu...
2005-06-20 André Malofix lineendings
2005-05-26 Paul QuernaFix segmentation fault in mod_auth_{basic,digest} when...
2005-05-23 Bradley NicholesAdd mod_authn_alias to the build
2005-05-23 Bradley NicholesAdd the auth provider name as a note in the request...
2005-05-23 Bradley Nicholesauthn_provider_alias adds the configuration block tag
2005-05-15 William A. Rowe Jr Reintroduce stack frame construction with /Oy- (remov...
next