]> granicus.if.org Git - apache/history - modules/aaa/mod_authn_dbm.c
Fix a comment similar to r1638072
[apache] / modules / aaa / mod_authn_dbm.c
2015-05-24 Christophe JailletSave a few bytes in conf pool and axe a function that...
2013-01-01 Stefan FritschAdd some caching for password hash validation.
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2010-06-22 Nick KewEnable authn_cache in the main easy-to-do authn provide...
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2009-12-29 Takashi SatoFix string constness to get rid of gcc compiler warning...
2008-07-22 Eric Covenerrevert r672639 which lacked a necessary major bump...
2008-06-29 Eric Covenermod_auth_digest: Detect during startup when AuthDigestP...
2008-05-19 Chris DarrochConvert common provider version strings ("0") to
2008-04-03 Chris DarrochAvoid calling access control hooks for internal request...
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-07 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-01 André Maloupdate license to 2004.
2003-02-03 André Malofinished that boring job:
2003-01-17 Roy T. FieldingUse ap_strchr instead of strchr and get the constness...
2003-01-05 André Maloallow empty user ids to be supplied without responding...
2003-01-01 André Maloadd support for digest authentication to the authn_dbm...
2003-01-01 André Malocut password at the first colon.
2002-11-30 Justin ErenkrantzPer Greg's request, add a version string component...
2002-09-22 Roy T. Fieldingkill a warning
2002-09-20 Justin ErenkrantzAdd missing includes in mod_authn_file and mod_authn_dbm.
2002-09-20 Justin ErenkrantzAdd ap_register_provider and ap_lookup_provider functio...
2002-09-18 Justin ErenkrantzRemove Authoritative functionality from the authn provi...
2002-09-13 William A. Rowe Jr Axe unused variable 'res'
2002-09-10 Justin ErenkrantzStage #2 of aaa rewrite: Add provider support so that...
2002-09-10 Justin ErenkrantzStage #1 of the aaa rewrite - refactoring modules.