summaryrefslogtreecommitdiff
path: root/modules/session
Commit message (Expand)AuthorAgeFilesLines
* Follow up to r1772812: update APLOGNO().Yann Ylavic2017-02-201-2/+2
* mod_session_crypto: Authenticate the session data/cookie with a MAC (SipHash)Yann Ylavic2016-12-051-36/+192
* Remove unnecessary apr_table_do() function castsJacob Champion2016-11-101-7/+6
* mod_session: Introduce SessionExpiryUpdateInterval which allows to Yann Ylavic2015-10-164-7/+44
* mod_session_dbd: follow up to r1687021.Yann Ylavic2015-06-231-6/+5
* mod_session_dbd: follow up to r1686122.Yann Ylavic2015-06-231-4/+7
* mod_session_dbd: Request Notes should have request lifetime.Nick Kew2015-06-171-3/+3
* mod_authn_dbd, mod_authz_dbd, mod_session_dbd, mod_rewrite: Fix lifetimeYann Ylavic2015-05-131-1/+2
* mod_session: When we have a session we were unable to decode, behave as if th...Graham Leggett2014-01-241-12/+18
* mod_session: Fix problems interpreting the SessionInclude andJeff Trawick2014-01-201-3/+3
* Remove redundant check (already performed the line before)Christophe Jaillet2013-12-151-1/+1
* mod_session_crypto: Make sure we try to initialise twice, so we don'tGraham Leggett2013-12-111-7/+0
* mod_session: Reset the max-age on session save. PR 47476.Graham Leggett2013-10-131-3/+10
* mod_session: After parsing the value of the header specified by theGraham Leggett2013-10-131-0/+2
* Add exec: callout support for mod_session_cryptoDaniel Ruggeri2013-09-171-1/+31
* CVE-2013-2249Graham Leggett2013-05-313-38/+48
* Kill some NetWare build warnings.Guenter Knauf2013-05-101-1/+3
* Use %pm available since apr 1.3 instead of an extra call to apr_strerrorStefan Fritsch2013-03-311-3/+2
* 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-023-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-251-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