summaryrefslogtreecommitdiffstats
path: root/modules/session (follow)
Commit message (Expand)AuthorAgeFilesLines
* We still have to pass the dependency check to APACHE_MODULE to ensureStefan Fritsch2011-11-081-1/+5
* if mod_session_crypto prereq isn't available, don't bail ifJeff Trawick2011-11-071-5/+15
* Fixed NetWare build check for APU_HAVE_CRYPTO.Guenter Knauf2011-10-291-2/+4
* Added check for APU_HAVE_CRYPTO to NetWare build.Guenter Knauf2011-10-291-1/+2
* Some NetWare build tweaks: removed obsolete include paths.Guenter Knauf2011-10-295-19/+9
* Remove spurious parsing of the cipher parameter.Graham Leggett2011-10-261-1/+0
* mod_session_crypto: Refactor to support the new apr_crypto API.Graham Leggett2011-10-251-234/+218
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-1/+1
* Enable mod_session_crypt if deps are fulfilled and mod_session isStefan Fritsch2011-07-241-1/+1
* 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