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
*
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