index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
session
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the ap_session_get, ap_session_set export references for the NetWare b...
Bradley Nicholes
2008-11-03
1
-2
/
+0
*
mod_session_cookie, mod_session_dbd: Make sure cookies are set both
Graham Leggett
2008-08-30
2
-10
/
+10
*
mod_session_cookie: Make sure that cookie attributes are correctly
Graham Leggett
2008-08-29
1
-2
/
+2
*
* Prevent a segfault when a CGI script sets a cookie with a null value.
Ruediger Pluem
2008-07-19
1
-1
/
+1
*
Catch up with a host of changes to the current module set
William A. Rowe Jr
2008-06-07
4
-0
/
+448
*
You don't export the local registered functions
William A. Rowe Jr
2008-06-07
2
-112
/
+68
*
You don't export registered entry points
William A. Rowe Jr
2008-06-07
2
-17
/
+10
*
mod_session has a different scope than the core.
William A. Rowe Jr
2008-06-07
2
-27
/
+52
*
For now don't build mod_session_crypto on NetWare
Bradley Nicholes
2008-05-23
1
-1
/
+2
*
Fix the method used to detect the root of the request tree when subrequests
Graham Leggett
2008-05-07
1
-1
/
+10
*
* The previous patch did not work correctly with neither enable nor disable
Ruediger Pluem
2008-04-17
1
-6
/
+3
*
* Require to explicitly enable mod_session_crypto since it requires the apr ssl
Ruediger Pluem
2008-04-17
1
-1
/
+1
*
* Fix r649054: Do the correct thing when neither enable nor disable is specfied.
Ruediger Pluem
2008-04-17
1
-4
/
+13
*
Be defensive to ensure no segfault should the session entries table
Graham Leggett
2008-04-17
1
-1
/
+1
*
* modules/session/config.m4: Have --disable-session disable mod_session_*
Joe Orton
2008-04-17
1
-4
/
+4
*
make use of var for output name.
Guenter Knauf
2008-04-09
3
-3
/
+3
*
Fixed export list for mod_session.
Guenter Knauf
2008-04-09
1
-1
/
+3
*
Change the directives within the mod_session* modules to be valid
Graham Leggett
2008-04-09
3
-16
/
+16
*
Insert prototypes to remove compiler warnings. [Joe Orton]
Graham Leggett
2008-04-09
4
-1
/
+18
*
added eol-style property to makefiles.
Guenter Knauf
2008-04-08
5
-1285
/
+1285
*
added makefiles for NetWare.
Guenter Knauf
2008-04-08
5
-0
/
+1285
*
No var declarations in the middle of the code.
Guenter Knauf
2008-04-08
1
-1
/
+2
*
* 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
5
-10
/
+0
*
mod_session_crypto: Initialise SSL in the post config hook.
Graham Leggett
2008-04-06
1
-3
/
+10
*
Fix the defaults, which currently override the config instead of default the ...
Graham Leggett
2008-04-06
2
-4
/
+0
*
Optimisation: We have no need to distiguish between a Cookie and a Cookie2 wh...
Graham Leggett
2008-04-06
1
-10
/
+2
*
Remove an unnecessary config structure lookup during encrypt and decrypt. [Ru...
Graham Leggett
2008-04-06
1
-10
/
+6
*
Clarify the operation of the SessionCryptoPassphrase directive as raised by r...
Graham Leggett
2008-04-06
1
-4
/
+11
*
mod_session_dbd: Add a session implementation capable of storing
Graham Leggett
2008-04-05
2
-1
/
+640
*
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_crypto: Add a session encoding implementation capable
Graham Leggett
2008-04-04
2
-1
/
+469
*
mod_session_cookie: Add a session implementation capable of storing
Graham Leggett
2008-04-04
2
-1
/
+270
*
mod_session: Add a generic session interface to unify the different
Graham Leggett
2008-04-04
4
-0
/
+846