summaryrefslogtreecommitdiffstats
path: root/modules/session (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_session_crypto: Protect ourselves against underlying libraries whoGraham Leggett2012-12-081-1/+1
* Axed C++ comments.Guenter Knauf2012-11-141-2/+2
* formatting: space vs tabChristophe Jaillet2012-11-131-4/+4
* mod_session_dbd: fix a segmentation fault in the function dbd_remove.Christophe Jaillet2012-11-131-16/+8
* s/;;/;/Christophe Jaillet2012-10-121-1/+1
* Various code clean upStefan Fritsch2012-07-151-1/+1
* Your APR does not include SSL/EVP support. Yes, but how do I enable it? --wit...Igor Galić2012-04-111-1/+1
* mod_session: Sessions are encoded as application/x-www-form-urlencoded string...Graham Leggett2012-02-251-3/+3
* Make APACHE_MODULE() accept an optional prerequisite module for configure.Stefan Fritsch2012-01-201-3/+3
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-033-52/+52
* mod_session_dbd: Use apr_status_t as a return code across the mod_session API.Graham Leggett2011-12-021-2/+2
* mod_session: Use apr_status_t as a return code across the mod_session API,Graham Leggett2011-12-024-44/+61
* mod_session_crypto: Fix a pool lifetime problem when reading fromGraham Leggett2011-12-021-1/+1
* Remove some more now redundant log prefixesStefan Fritsch2011-11-304-56/+52
* mod_session_crypto: Add a SessionCryptoPassphraseFile directive so that theGraham Leggett2011-11-301-0/+34
* Remove unused variables.Graham Leggett2011-11-251-3/+0
* 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