a77e5e9b423083b5436bbfd84e8b57329b738feb 1560977 |
|
24-Jan-2014 |
minfrin |
mod_session: When we have a session we were unable to decode, behave as if there was no session at all. |
e4437c7dec2bf46171f15ab5ac4aa17e8c8a0fe8 1559828 |
|
20-Jan-2014 |
trawick |
mod_session: Fix problems interpreting the SessionInclude and
SessionExclude configuration.
PR: 56038
Submitted by: Erik Pearson <erik adaptations.com>
Reviewed by: trawick |
9d766f93eefb9358f9a24bb99ff424ad399b9b39 1531683 |
|
13-Oct-2013 |
minfrin |
mod_session: Reset the max-age on session save. PR 47476. |
5725c3eb0c6c572049ba61dedd92b4e5da078081 1531679 |
|
13-Oct-2013 |
minfrin |
mod_session: After parsing the value of the header specified by the
SessionHeader directive, remove the value from the response. PR 55279. |
2e1a0fb12bdf1c20064ffe900a8f44979ec946fc 1488158 |
|
31-May-2013 |
minfrin |
CVE-2013-2249
mod_session_dbd: Make sure that dirty flag is respected when saving
sessions, and ensure the session ID is changed each time the session
changes. |
8abb19ac6c29f60bb7df36f4303ce66a4ed6d783 1397636 |
|
12-Oct-2012 |
jailletc36 |
s/;;/;/ |
fc251eb7714d158c2952bc2ddbbcfb9169098212 1361801 |
|
15-Jul-2012 |
sf |
Various code clean up
Submitted by: Christophe JAILLET <christophe jaillet wanadoo fr>
PR: 52893 |
563787eb542f06298242d9e681c18be6611a6214 1293658 |
|
25-Feb-2012 |
minfrin |
mod_session: Sessions are encoded as application/x-www-form-urlencoded strings, however we
do not handle the encoding of spaces properly. Fixed. |
185aa71728867671e105178b4c66fbc22b65ae26 1209766 |
|
03-Dec-2011 |
sf |
Add lots of unique tags to error log messages |
867590a29c3d6c84a8e4eee3b65eb91a428089bf 1209603 |
|
02-Dec-2011 |
minfrin |
mod_session: Use apr_status_t as a return code across the mod_session API,
clarify where we ignore errors and why. |
32041bd5925895c7af6c34d3c2a9f15c0bc7be26 1208816 |
|
30-Nov-2011 |
sf |
Remove some more now redundant log prefixes |
e2de0e939faab767454a164c7d2e8ea710fd1a26 1137413 |
|
19-Jun-2011 |
sf |
Code cleanup: replace apr_table_set with non-copying apr_table_setn
in a few places
Submitted by: Christophe JAILLET <christophe jaillet wanadoo fr> |
9039a00665e54ceec0614a611b4a0dada89ad2db 1030496 |
|
03-Nov-2010 |
jim |
Note for future dev.... |
f8033d657a57eab45af44368774d8beb3e4f7f35 966348 |
|
21-Jul-2010 |
pquerna |
CVE-2010-1452: Fix handling of missing path segments in the parsed URI structure.
If a specially crafted request was sent, it is possible to crash mod_dav,
mod_cache or mod_session, as they accessed a field that is set to NULL
by the URI parser, assuming that it always put in a valid string.
PR: 49246
Submitted by: Mark Drayton
Patch by: Jeff Trawick |
36ef8f77bffe75d1aa327882be1b5bdbe2ff567a 951895 |
|
06-Jun-2010 |
sf |
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
advantage of per-module loglevels |
5ae15cd9d22fb3bdfd2eb0b9761c4ef07fbf2f96 905490 |
|
02-Feb-2010 |
minfrin |
mod_session: Session expiry was being initialised, but not updated
on each session save, resulting in timed out sessions when there
should not have been. Fixed. |
8c92aeeb75b1b393f61a3e01c495484737a0ff8c 814327 |
|
13-Sep-2009 |
minfrin |
mod_session.c: Prevent a segfault when session is added but not
configured. |
ba6d2154a44db73e1d94ef0b74ca0ce72d13aa04 814325 |
|
13-Sep-2009 |
minfrin |
Remove stray trailing whitespace from mod_session.c. |
13d29a334cfa69f2995b70a48aeacacc1ac7125f 678160 |
|
19-Jul-2008 |
rpluem |
* Prevent a segfault when a CGI script sets a cookie with a null value.
Submitted by: David Shane Holden <dpejesh apache.org>
Reviewed by: rpluem |
b72b768176398d8cd00d61b289c8e0f8ce09469f 664224 |
|
07-Jun-2008 |
wrowe |
You don't export the local registered functions
when using optional fn's and hooks. |
54ab5681d5d6c36b0429b74dbd3b132380c4bf8a 664165 |
|
07-Jun-2008 |
wrowe |
mod_session has a different scope than the core.
Replace the nonsense (see modules such as mod_dav,
mod_cache etc for similar examples). |
9bc69f39e5590e9784d93f818b2f825a2dcfa466 649111 |
|
17-Apr-2008 |
minfrin |
Be defensive to ensure no segfault should the session entries table
not be initialised. |
835d676191444a46d695171e8760d55a66c60fec 646304 |
|
09-Apr-2008 |
minfrin |
Change the directives within the mod_session* modules to be valid
both inside and outside the location/directory sections, as suggested
by wrowe. |
bf1b7f1e251c6f12ac13a46479942f42612def4e 646126 |
|
09-Apr-2008 |
minfrin |
Insert prototypes to remove compiler warnings. [Joe Orton] |
da9d691bd7c0094bffdc19aab2dd4e6dc5637b75 645923 |
|
08-Apr-2008 |
rpluem |
* Fix eol-style property.
Changes to mod_session.c only fix line endings again. No functional
changes. |
68ef9517f6690262f5b35de9421b5c20f8006afa 645877 |
|
08-Apr-2008 |
fuankg |
No var declarations in the middle of the code. |
d6e81217d873dc3b87fc4ffa5fbac2fad4191a15 645455 |
|
07-Apr-2008 |
pquerna |
Remove all references to CORE_PRIVATE. |
d430c65fac47bc03ec6368bd03ff9861d83d5677 645132 |
|
05-Apr-2008 |
minfrin |
Rename the ap_escape_path_segment_b function as suggested by
Ruediger Pluem (left off commit r645120 by accident). |
9ff4fe75caaf7abc66033f0d02fd4de7f5716e92 645112 |
|
05-Apr-2008 |
minfrin |
Make sure we protect ourselves against the session being NULL, which it will be
if no session is configured. |
fb8ee8b7a3a2503b95bf47685f9083e0b9834e6f 644746 |
|
04-Apr-2008 |
minfrin |
mod_session: Add a generic session interface to unify the different
attempts at saving persistent sessions across requests. |