summaryrefslogtreecommitdiffstats
path: root/modules/aaa/mod_auth_form.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-031-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-201-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-201-2/+4
* Make sure the optional function calls are used for ap_session_set andGraham Leggett2008-05-111-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-101-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