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. |
de4140a67ad59a391e40a6441ce3f040a17f17e5 1409170 |
|
14-Nov-2012 |
fuankg |
Axed C++ comments. |
82b134ecfcd9ecebcd5d3e729f36632bd72c7422 1408961 |
|
13-Nov-2012 |
jailletc36 |
formatting: space vs tab |
ca8584db70d0ff4d85cbfd912573688c41be27cf 1408958 |
|
13-Nov-2012 |
jailletc36 |
mod_session_dbd: fix a segmentation fault in the function dbd_remove.
The segmentation fault is caused by an uninitialized function pointer session_dbd_acquire_fn.
PR 53452 |
185aa71728867671e105178b4c66fbc22b65ae26 1209766 |
|
03-Dec-2011 |
sf |
Add lots of unique tags to error log messages |
ca42f4cf489571eeb9c4ae3d83edebd2fb150fa8 1209618 |
|
02-Dec-2011 |
minfrin |
mod_session_dbd: Use apr_status_t as a return code across the mod_session API. |
32041bd5925895c7af6c34d3c2a9f15c0bc7be26 1208816 |
|
30-Nov-2011 |
sf |
Remove some more now redundant log prefixes |
7a5599f6f10786c93eaf2ae22f9a1b70538bc631 1063016 |
|
24-Jan-2011 |
sf |
break some very long lines, no code change |
36ef8f77bffe75d1aa327882be1b5bdbe2ff567a 951895 |
|
06-Jun-2010 |
sf |
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
advantage of per-module loglevels |
40965c37b2fd320093215de6c3fbd516382077ea 818825 |
|
25-Sep-2009 |
jim |
Enhance ap_hook_monitor to pass along a server_rec (in
general the ap_server_conf) and tuck away some storage
in there which may be useful as an opaque data pointer. |
41abbbf0cbaef202fe1ba2dd671ea48990d6e012 690501 |
|
30-Aug-2008 |
minfrin |
mod_session_cookie, mod_session_dbd: Make sure cookies are set both
within the output headers and error output headers, so that the
session is maintained across redirects. |
c06b2c98d38fd12b953ea9404f5314b3fddf91d8 664217 |
|
07-Jun-2008 |
wrowe |
You don't export registered entry points |
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] |
0ff5b1d24313e7c6a95ddfb8464142c6ce73dc0d 645929 |
|
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. |
1b010a5fcdb96192a162463c117d514f94736397 645243 |
|
06-Apr-2008 |
minfrin |
Fix the defaults, which currently override the config instead of default the config.
[Ruediger Pluem] |
5edf72b75a8549a34c150eda3c37b6368301fcef 645188 |
|
06-Apr-2008 |
minfrin |
Optimisation: We have no need to distiguish between a Cookie and a Cookie2 when reading cookies, the
cookie read code reads both at once. [Ruediger Pluem] |
fd279fe992f7171dc3f6d4d40d6db5bb74f2d96e 645160 |
|
05-Apr-2008 |
minfrin |
mod_session_dbd: Add a session implementation capable of storing
session information in a SQL database via the dbd interface. Useful
for sites where session privacy is important. |