summaryrefslogtreecommitdiff
path: root/modules/session
Commit message (Expand)AuthorAgeFilesLines
* Remove the ap_session_get, ap_session_set export references for the NetWare b...Bradley Nicholes2008-11-031-2/+0
* mod_session_cookie, mod_session_dbd: Make sure cookies are set bothGraham Leggett2008-08-302-10/+10
* mod_session_cookie: Make sure that cookie attributes are correctlyGraham Leggett2008-08-291-2/+2
* * Prevent a segfault when a CGI script sets a cookie with a null value.Ruediger Pluem2008-07-191-1/+1
* Catch up with a host of changes to the current module setWilliam A. Rowe Jr2008-06-074-0/+448
* You don't export the local registered functionsWilliam A. Rowe Jr2008-06-072-112/+68
* You don't export registered entry pointsWilliam A. Rowe Jr2008-06-072-17/+10
* mod_session has a different scope than the core.William A. Rowe Jr2008-06-062-27/+52
* For now don't build mod_session_crypto on NetWareBradley Nicholes2008-05-231-1/+2
* Fix the method used to detect the root of the request tree when subrequestsGraham Leggett2008-05-071-1/+10
* * The previous patch did not work correctly with neither enable nor disableRuediger Pluem2008-04-171-6/+3
* * Require to explicitly enable mod_session_crypto since it requires the apr sslRuediger Pluem2008-04-171-1/+1
* * Fix r649054: Do the correct thing when neither enable nor disable is specfied.Ruediger Pluem2008-04-171-4/+13
* Be defensive to ensure no segfault should the session entries tableGraham Leggett2008-04-171-1/+1
* * modules/session/config.m4: Have --disable-session disable mod_session_*Joe Orton2008-04-171-4/+4
* make use of var for output name.Guenter Knauf2008-04-093-3/+3
* Fixed export list for mod_session.Guenter Knauf2008-04-091-1/+3
* Change the directives within the mod_session* modules to be validGraham Leggett2008-04-093-16/+16
* Insert prototypes to remove compiler warnings. [Joe Orton]Graham Leggett2008-04-084-1/+18
* added eol-style property to makefiles.Guenter Knauf2008-04-085-1285/+1285
* added makefiles for NetWare.Guenter Knauf2008-04-085-0/+1285
* No var declarations in the middle of the code.Guenter Knauf2008-04-081-1/+2
* * Fix eol-style property.Ruediger Pluem2008-04-081-620/+620
* No var declarations in the middle of the code.Guenter Knauf2008-04-081-619/+620
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-075-10/+0
* mod_session_crypto: Initialise SSL in the post config hook.Graham Leggett2008-04-061-3/+10
* Fix the defaults, which currently override the config instead of default the ...Graham Leggett2008-04-062-4/+0
* Optimisation: We have no need to distiguish between a Cookie and a Cookie2 wh...Graham Leggett2008-04-051-10/+2
* Remove an unnecessary config structure lookup during encrypt and decrypt. [Ru...Graham Leggett2008-04-051-10/+6
* Clarify the operation of the SessionCryptoPassphrase directive as raised by r...Graham Leggett2008-04-051-4/+11
* mod_session_dbd: Add a session implementation capable of storingGraham Leggett2008-04-052-1/+640
* Rename the ap_escape_path_segment_b function as suggested byGraham Leggett2008-04-051-2/+2
* Make sure we protect ourselves against the session being NULL, which it will beGraham Leggett2008-04-051-7/+11
* mod_session_crypto: Add a session encoding implementation capableGraham Leggett2008-04-042-1/+469
* mod_session_cookie: Add a session implementation capable of storingGraham Leggett2008-04-042-1/+270
* mod_session: Add a generic session interface to unify the differentGraham Leggett2008-04-044-0/+846