index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
aaa
/
mod_auth_form.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
use the provided types via the macro
Eric Covener
2019-06-15
1
-5
/
+4
*
Fix spelling in comments and text files.
Rainer Jung
2016-08-11
1
-1
/
+1
*
Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen
William A. Rowe Jr
2016-06-09
1
-2
/
+2
*
Fix a comment similar to r1638072
Christophe Jaillet
2016-04-17
1
-1
/
+1
*
Silent a smatch warning:
Christophe Jaillet
2016-03-11
1
-1
/
+1
*
Added many log numbers to log statements that
Rainer Jung
2016-01-19
1
-2
/
+2
*
More ap_casecmpstr[n]() usages (follow up to r1715876).
Yann Ylavic
2015-11-23
1
-2
/
+2
*
Add missing APLOGNO.
Christophe Jaillet
2014-07-20
1
-4
/
+4
*
mod_auth_form: update empty log tags.
Yann Ylavic
2014-04-07
1
-2
/
+2
*
mod_auth_form: revert r1585431 (don't crash when no AuthFormProvider is confi...
Yann Ylavic
2014-04-07
1
-10
/
+2
*
mod_auth_form: don't crash when no AuthFormProvider is configured. PR 56351
Yann Ylavic
2014-04-07
1
-2
/
+10
*
mod_auth_form: Make the trace logging consistent through the notes, session
Graham Leggett
2013-12-12
1
-2
/
+9
*
mod_auth_form: Add a debug message when the fields on a form are not
Graham Leggett
2013-12-11
1
-2
/
+15
*
Remove useless apr_pstrdup as done for other mod_auth modules in r1026660
Christophe Jaillet
2013-11-02
1
-1
/
+1
*
mod_auth_form: Make sure the optional functions are loaded even when
Graham Leggett
2013-10-13
1
-19
/
+33
*
remove unneeded include statements
Stefan Fritsch
2013-01-01
1
-1
/
+0
*
mod_auth_form: Make sure 500 Internal Server Error is returned should an error
Graham Leggett
2012-12-08
1
-5
/
+10
*
mod_auth_form: Make sure that get_notes_auth() sets the user as does
Graham Leggett
2012-10-02
1
-10
/
+16
*
mod_auth_form: Support the expr parser in the
Graham Leggett
2012-09-21
1
-11
/
+82
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
1
-8
/
+8
*
mod_auth_form: Use apr_status_t for the mod_session API.
Graham Leggett
2011-12-02
1
-4
/
+4
*
Remove some more now redundant log prefixes
Stefan Fritsch
2011-11-30
1
-9
/
+8
*
Consistently use base 10 for numbers when parsing config options. It may be
Stefan Fritsch
2011-10-09
1
-1
/
+1
*
Avoid some memory allocations by using apr_table_setn where the string arguments
Stefan Fritsch
2011-06-13
1
-2
/
+2
*
Expose "new" ap_parse_form_data() function instead of requiring
Jim Jagielski
2011-02-18
1
-7
/
+3
*
Avoid unnecessariy initialisation before we test auth_form handler names.
Graham Leggett
2010-10-20
1
-6
/
+6
*
- add some trace logging
Stefan Fritsch
2010-07-13
1
-18
/
+30
*
Fix segfault
Stefan Fritsch
2010-07-06
1
-1
/
+2
*
Introduce note_auth_failure hook to allow modules to add support
Stefan Fritsch
2010-07-04
1
-0
/
+13
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
1
-1
/
+1
*
mod_auth_form: Fix a pool lifetime issue, don't remove the subrequest
Graham Leggett
2009-01-03
1
-2
/
+6
*
mod_auth_form: Make sure that basic authentication is correctly
Graham Leggett
2008-08-30
1
-0
/
+1
*
Remove trailing spaces (on the insistence of Eclipse).
Graham Leggett
2008-08-30
1
-10
/
+10
*
mod_auth_form: Make sure the logged in user is populated correctly
Graham Leggett
2008-08-30
1
-0
/
+5
*
If we are submitting 2GB login forms, there is a very serious,
William A. Rowe Jr
2008-06-07
1
-8
/
+10
*
Convert common provider version strings ("0") to
Chris Darroch
2008-05-20
1
-2
/
+4
*
Make sure the optional function calls are used for ap_session_set and
Graham Leggett
2008-05-11
1
-6
/
+6
*
fix uninitialized variable
Roy T. Fielding
2008-05-10
1
-0
/
+3
*
mod_auth_form: Make sure the input filter stack is properly set
Graham Leggett
2008-05-10
1
-61
/
+92
*
Remove C++ style comments.
Graham Leggett
2008-05-01
1
-3
/
+1
*
Ensure that the REMOTE_USER variable is correctly written when the user
Graham Leggett
2008-04-17
1
-0
/
+5
*
Fix the optional declarations so that the modules will build clean in
Graham Leggett
2008-04-17
1
-2
/
+2
*
Move the KeptBodySize directive, kept_body filters and the
Graham Leggett
2008-04-11
1
-1
/
+12
*
No var declarations in the middle of the code.
Guenter Knauf
2008-04-09
1
-6
/
+8
*
mod_auth_form: Add a module capable of allowing end users to log
Graham Leggett
2008-04-09
1
-0
/
+1133