summaryrefslogtreecommitdiffstats
path: root/modules/session (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-094-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-061-10/+2
* Remove an unnecessary config structure lookup during encrypt and decrypt. [Ru...Graham Leggett2008-04-061-10/+6
* Clarify the operation of the SessionCryptoPassphrase directive as raised by r...Graham Leggett2008-04-061-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