summaryrefslogtreecommitdiff
path: root/modules/aaa/mod_authn_dbd.c
Commit message (Expand)AuthorAgeFilesLines
* APR (and APR-util) 1.3 is a requirement for building httpd 2.4 and above.Christophe Jaillet2022-01-221-4/+2
* Remove unused typedef uthn_dbd_confChristophe Jaillet2016-08-181-5/+0
* * mod_authn_dbd: apr_pstrdup dbd_password and dbd_hash to fix use-after-freeJan Kaluža2015-03-031-2/+4
* Fix a precedence issue.Christophe Jaillet2015-02-091-2/+11
* Add some caching for password hash validation.Stefan Fritsch2013-01-011-1/+1
* Correctly log the error returned by apr_dbd_pvselect()Stefan Fritsch2012-07-221-6/+11
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-10/+10
* Forbid some directives in .htaccess because of AllowOverrideList:Stefan Fritsch2011-08-031-0/+3
* Enable authn_cache in the main easy-to-do authn provider modulesNick Kew2010-06-221-1/+11
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* Convert common provider version strings ("0") toChris Darroch2008-05-191-1/+2
* Avoid calling access control hooks for internal requests withChris Darroch2008-04-031-1/+3
* PR #43210: Disambiguate and tidy database authentication error messages.Chris Darroch2008-03-191-10/+22
* apr_dbd_get_entry from r466865 doesn't alloc new memory for each return val.Nick Kew2007-10-201-4/+4
* mod_authnz_ldap, mod_authn_dbd: Tidy up the code to expose authn parameters t...Graham Leggett2007-09-011-2/+2
* Move the assignment statements after the #if code to eliminate the C++ style ...Bradley Nicholes2006-10-261-4/+2
* mod_authn_dbd: Export any additional columns queried in the SQL selectGraham Leggett2006-10-221-4/+60
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* Replace dodgy cast with ap_set_string_slotNick Kew2005-11-151-2/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-1/+1
* Change directives from OR_AUTHCFG to ACCESS_CONFNick Kew2005-10-301-5/+5
* Faffing about with colon-delimiters (originally copied from mod_authn_dbm)Nick Kew2005-10-181-13/+0
* Add mod_authn_dbdNick Kew2005-10-141-0/+230