summaryrefslogtreecommitdiffstats
path: root/modules/session (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix build with recent apr_crypto API changeStefan Fritsch2011-06-221-1/+1
* Code cleanup: replace apr_table_set with non-copying apr_table_setnStefan Fritsch2011-06-191-2/+2
* mod_session_crypto: Use the apr v2.0 crypto interface, which has beenGraham Leggett2011-05-221-64/+1
* Remove the references to apr_crypto_t where apr_crypto_block_t is alreadyGraham Leggett2011-05-151-11/+8
* Add API protection against the deprecated v1.4 apr_crypto API.Graham Leggett2011-05-151-1/+13
* Reorder the parameters as per the updated apr v2.0 apr_crypto API.Graham Leggett2011-05-151-16/+33
* Use namespace protection on mode and type constants.Graham Leggett2011-05-151-4/+4
* Use a var INSTALLBASE to simplify NetWare installation rules.Guenter Knauf2011-03-181-1/+1
* Use var for prelude so its possible to change it at one place.Guenter Knauf2011-03-184-4/+4
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-084-8/+8
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-085-33/+33
* Actually check for APU_HAVE_CRYPTO at configure time. This fixes a compileStefan Fritsch2011-02-181-1/+5
* Use ap_state_query() to fix many modules that were not correctly initializingStefan Fritsch2011-02-121-7/+2
* break some very long lines, no code changeStefan Fritsch2011-01-243-25/+50
* Fixed compile-time error message.Guenter Knauf2010-11-231-1/+1
* Note for future dev....Jim Jagielski2010-11-031-5/+7
* Removed obsolete include paths from NetWare makefiles.Guenter Knauf2010-07-234-25/+16
* CVE-2010-1452: Fix handling of missing path segments in the parsed URI struct...Paul Querna2010-07-211-2/+2
* OS/2: Fix building of more modules that depend on symbols from other modules.Brian Havard2010-06-221-3/+17
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-064-4/+4
* Work around crypto API incompatibilities.Rainer Jung2010-06-061-0/+34
* Fix broken mod_session_crypto build.Rainer Jung2010-06-051-1/+1
* Make sure we respect the proper pool lifetimes when saving away a preparsedGraham Leggett2010-03-271-5/+5
* use separate #error message when APR[-Util] is of a validJeff Trawick2010-03-031-3/+9
* mod_session: Session expiry was being initialised, but not updatedGraham Leggett2010-02-021-0/+9
* Correctly reference the apr_crypto_t context as a context and not a factory,Graham Leggett2009-12-151-1/+1
* Enhance ap_hook_monitor to pass along a server_rec (inJim Jagielski2009-09-251-3/+3
* mod_session_crypto: Sanity check should the potentially encryptedGraham Leggett2009-09-131-0/+7
* mod_session.c: Prevent a segfault when session is added but notGraham Leggett2009-09-131-1/+1
* Remove stray trailing whitespace from mod_session.c.Graham Leggett2009-09-131-3/+3
* Always make mod_*.h files available where they exist, modpath by modpathWilliam A. Rowe Jr2009-08-281-0/+2
* mod_session_crypto: Ensure that SessionCryptoDriver can only beGraham Leggett2009-01-041-61/+51
* mod_session_crypto: Rewrite the session_crypto module against theGraham Leggett2009-01-031-210/+338
* Allow feature test for apr_ssl.h to succeed:Rainer Jung2009-01-031-2/+5
* Prevent empty test statement.Rainer Jung2009-01-021-1/+1
* Add a header check for apr_ssl.h to mod_session_crypto.Rainer Jung2009-01-021-1/+7
* 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-072-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