summaryrefslogtreecommitdiff
path: root/modules/aaa/mod_auth_form.c
Commit message (Expand)AuthorAgeFilesLines
* use the provided types via the macroEric Covener2019-06-151-5/+4
* Fix spelling in comments and text files.Rainer Jung2016-08-111-1/+1
* Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygenWilliam A. Rowe Jr2016-06-091-2/+2
* Fix a comment similar to r1638072Christophe Jaillet2016-04-171-1/+1
* Silent a smatch warning:Christophe Jaillet2016-03-111-1/+1
* Added many log numbers to log statements thatRainer Jung2016-01-191-2/+2
* More ap_casecmpstr[n]() usages (follow up to r1715876).Yann Ylavic2015-11-231-2/+2
* Add missing APLOGNO.Christophe Jaillet2014-07-191-4/+4
* mod_auth_form: update empty log tags.Yann Ylavic2014-04-071-2/+2
* mod_auth_form: revert r1585431 (don't crash when no AuthFormProvider is confi...Yann Ylavic2014-04-071-10/+2
* mod_auth_form: don't crash when no AuthFormProvider is configured. PR 56351Yann Ylavic2014-04-071-2/+10
* mod_auth_form: Make the trace logging consistent through the notes, sessionGraham Leggett2013-12-111-2/+9
* mod_auth_form: Add a debug message when the fields on a form are notGraham Leggett2013-12-111-2/+15
* Remove useless apr_pstrdup as done for other mod_auth modules in r1026660Christophe Jaillet2013-11-021-1/+1
* mod_auth_form: Make sure the optional functions are loaded even whenGraham Leggett2013-10-131-19/+33
* remove unneeded include statementsStefan Fritsch2013-01-011-1/+0
* mod_auth_form: Make sure 500 Internal Server Error is returned should an errorGraham Leggett2012-12-081-5/+10
* mod_auth_form: Make sure that get_notes_auth() sets the user as doesGraham Leggett2012-10-021-10/+16
* mod_auth_form: Support the expr parser in theGraham Leggett2012-09-211-11/+82
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-8/+8
* mod_auth_form: Use apr_status_t for the mod_session API.Graham Leggett2011-12-021-4/+4
* Remove some more now redundant log prefixesStefan Fritsch2011-11-301-9/+8
* Consistently use base 10 for numbers when parsing config options. It may beStefan Fritsch2011-10-091-1/+1
* Avoid some memory allocations by using apr_table_setn where the string argumentsStefan Fritsch2011-06-131-2/+2
* Expose "new" ap_parse_form_data() function instead of requiringJim Jagielski2011-02-181-7/+3
* Avoid unnecessariy initialisation before we test auth_form handler names.Graham Leggett2010-10-191-6/+6
* - add some trace loggingStefan Fritsch2010-07-131-18/+30
* Fix segfaultStefan Fritsch2010-07-061-1/+2
* Introduce note_auth_failure hook to allow modules to add supportStefan Fritsch2010-07-041-0/+13
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* mod_auth_form: Fix a pool lifetime issue, don't remove the subrequestGraham Leggett2009-01-031-2/+6
* mod_auth_form: Make sure that basic authentication is correctlyGraham Leggett2008-08-301-0/+1
* Remove trailing spaces (on the insistence of Eclipse).Graham Leggett2008-08-301-10/+10
* mod_auth_form: Make sure the logged in user is populated correctlyGraham Leggett2008-08-301-0/+5
* If we are submitting 2GB login forms, there is a very serious,William A. Rowe Jr2008-06-071-8/+10
* Convert common provider version strings ("0") toChris Darroch2008-05-191-2/+4
* Make sure the optional function calls are used for ap_session_set andGraham Leggett2008-05-101-6/+6
* fix uninitialized variableRoy T. Fielding2008-05-101-0/+3
* mod_auth_form: Make sure the input filter stack is properly setGraham Leggett2008-05-091-61/+92
* Remove C++ style comments.Graham Leggett2008-05-011-3/+1
* Ensure that the REMOTE_USER variable is correctly written when the userGraham Leggett2008-04-171-0/+5
* Fix the optional declarations so that the modules will build clean inGraham Leggett2008-04-171-2/+2
* Move the KeptBodySize directive, kept_body filters and theGraham Leggett2008-04-111-1/+12
* No var declarations in the middle of the code.Guenter Knauf2008-04-091-6/+8
* mod_auth_form: Add a module capable of allowing end users to logGraham Leggett2008-04-091-0/+1133