index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
session
/
mod_session.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mod_session: account for the '&' in identity_concat().
Yann Ylavic
2021-03-01
1
-2
/
+1
*
mod_session: save one apr_strtok() in session_identity_decode().
Yann Ylavic
2021-03-01
1
-1
/
+1
*
Improve a message about SessionExpiryUpdateInterval values
Christophe Jaillet
2020-11-14
1
-1
/
+1
*
restore/explain new session creation
Eric Covener
2020-03-02
1
-0
/
+9
*
PR56052: resolve problems with expired sessions
Eric Covener
2020-03-01
1
-9
/
+8
*
Fix spelling errors found by codespell. [skip ci]
Mike Rumph
2020-02-13
1
-1
/
+1
*
leave a hint about session expiration at TRACE2
Eric Covener
2019-08-25
1
-0
/
+1
*
Always decode session attributes early.
Hank Ibell
2019-01-10
1
-11
/
+14
*
mod_session: Strip Session header when SessionEnv is on.
Yann Ylavic
2018-02-16
1
-5
/
+8
*
Remove unnecessary apr_table_do() function casts
Jacob Champion
2016-11-10
1
-7
/
+6
*
mod_session: Introduce SessionExpiryUpdateInterval which allows to
Yann Ylavic
2015-10-17
1
-0
/
+34
*
mod_session: When we have a session we were unable to decode, behave as if th...
Graham Leggett
2014-01-24
1
-12
/
+18
*
mod_session: Fix problems interpreting the SessionInclude and
Jeff Trawick
2014-01-20
1
-3
/
+3
*
mod_session: Reset the max-age on session save. PR 47476.
Graham Leggett
2013-10-13
1
-3
/
+10
*
mod_session: After parsing the value of the header specified by the
Graham Leggett
2013-10-13
1
-0
/
+2
*
CVE-2013-2249
Graham Leggett
2013-05-31
1
-2
/
+1
*
s/;;/;/
Christophe Jaillet
2012-10-12
1
-1
/
+1
*
Various code clean up
Stefan Fritsch
2012-07-15
1
-1
/
+1
*
mod_session: Sessions are encoded as application/x-www-form-urlencoded string...
Graham Leggett
2012-02-25
1
-3
/
+3
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
1
-9
/
+9
*
mod_session: Use apr_status_t as a return code across the mod_session API,
Graham Leggett
2011-12-02
1
-16
/
+33
*
Remove some more now redundant log prefixes
Stefan Fritsch
2011-11-30
1
-10
/
+9
*
Code cleanup: replace apr_table_set with non-copying apr_table_setn
Stefan Fritsch
2011-06-19
1
-2
/
+2
*
Note for future dev....
Jim Jagielski
2010-11-03
1
-5
/
+7
*
CVE-2010-1452: Fix handling of missing path segments in the parsed URI struct...
Paul Querna
2010-07-21
1
-2
/
+2
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
1
-1
/
+1
*
mod_session: Session expiry was being initialised, but not updated
Graham Leggett
2010-02-02
1
-0
/
+9
*
mod_session.c: Prevent a segfault when session is added but not
Graham Leggett
2009-09-13
1
-1
/
+1
*
Remove stray trailing whitespace from mod_session.c.
Graham Leggett
2009-09-13
1
-3
/
+3
*
* Prevent a segfault when a CGI script sets a cookie with a null value.
Ruediger Pluem
2008-07-19
1
-1
/
+1
*
You don't export the local registered functions
William A. Rowe Jr
2008-06-07
1
-61
/
+64
*
mod_session has a different scope than the core.
William A. Rowe Jr
2008-06-07
1
-19
/
+19
*
Be defensive to ensure no segfault should the session entries table
Graham Leggett
2008-04-17
1
-1
/
+1
*
Change the directives within the mod_session* modules to be valid
Graham Leggett
2008-04-09
1
-6
/
+6
*
Insert prototypes to remove compiler warnings. [Joe Orton]
Graham Leggett
2008-04-09
1
-1
/
+6
*
* Fix eol-style property.
Ruediger Pluem
2008-04-08
1
-620
/
+620
*
No var declarations in the middle of the code.
Guenter Knauf
2008-04-08
1
-619
/
+620
*
Remove all references to CORE_PRIVATE.
Paul Querna
2008-04-07
1
-2
/
+0
*
Rename the ap_escape_path_segment_b function as suggested by
Graham Leggett
2008-04-05
1
-2
/
+2
*
Make sure we protect ourselves against the session being NULL, which it will be
Graham Leggett
2008-04-05
1
-7
/
+11
*
mod_session: Add a generic session interface to unify the different
Graham Leggett
2008-04-04
1
-0
/
+617