]> granicus.if.org Git - apache/history - modules/aaa/mod_auth_form.c
mod_authn_socache.c: fix creation of default socache_instance.
[apache] / modules / aaa / mod_auth_form.c
2013-12-11 Graham Leggettmod_auth_form: Make the trace logging consistent throug...
2013-12-11 Graham Leggettmod_auth_form: Add a debug message when the fields...
2013-11-02 Christophe JailletRemove useless apr_pstrdup as done for other mod_auth...
2013-10-13 Graham Leggettmod_auth_form: Make sure the optional functions are...
2013-01-01 Stefan Fritschremove unneeded include statements
2012-12-08 Graham Leggettmod_auth_form: Make sure 500 Internal Server Error...
2012-10-02 Graham Leggettmod_auth_form: Make sure that get_notes_auth() sets...
2012-09-21 Graham Leggettmod_auth_form: Support the expr parser in the
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-12-02 Graham Leggettmod_auth_form: Use apr_status_t for the mod_session...
2011-11-30 Stefan FritschRemove some more now redundant log prefixes
2011-10-09 Stefan FritschConsistently use base 10 for numbers when parsing confi...
2011-06-13 Stefan FritschAvoid some memory allocations by using apr_table_setn...
2011-02-18 Jim JagielskiExpose "new" ap_parse_form_data() function instead...
2010-10-19 Graham LeggettAvoid unnecessariy initialisation before we test auth_f...
2010-07-13 Stefan Fritsch- add some trace logging
2010-07-06 Stefan FritschFix segfault
2010-07-04 Stefan FritschIntroduce note_auth_failure hook to allow modules to...
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2009-01-03 Graham Leggettmod_auth_form: Fix a pool lifetime issue, don't remove...
2008-08-30 Graham Leggettmod_auth_form: Make sure that basic authentication...
2008-08-30 Graham LeggettRemove trailing spaces (on the insistence of Eclipse).
2008-08-30 Graham Leggettmod_auth_form: Make sure the logged in user is populate...
2008-06-07 William A. Rowe JrIf we are submitting 2GB login forms, there is a very...
2008-05-19 Chris DarrochConvert common provider version strings ("0") to
2008-05-10 Graham LeggettMake sure the optional function calls are used for...
2008-05-10 Roy T. Fieldingfix uninitialized variable
2008-05-09 Graham Leggettmod_auth_form: Make sure the input filter stack is...
2008-05-01 Graham LeggettRemove C++ style comments.
2008-04-17 Graham LeggettEnsure that the REMOTE_USER variable is correctly writt...
2008-04-17 Graham LeggettFix the optional declarations so that the modules will...
2008-04-11 Graham LeggettMove the KeptBodySize directive, kept_body filters...
2008-04-09 Guenter KnaufNo var declarations in the middle of the code.
2008-04-09 Graham Leggettmod_auth_form: Add a module capable of allowing end...