]> granicus.if.org Git - apache/history - modules/session/mod_session_crypto.c
mod_session_crypto: Fix a pool lifetime problem when reading from
[apache] / modules / session / mod_session_crypto.c
2011-12-02 Graham Leggettmod_session_crypto: Fix a pool lifetime problem when...
2011-11-30 Stefan FritschRemove some more now redundant log prefixes
2011-11-30 Graham Leggettmod_session_crypto: Add a SessionCryptoPassphraseFile...
2011-11-25 Graham LeggettRemove unused variables.
2011-10-25 Graham LeggettRemove spurious parsing of the cipher parameter.
2011-10-25 Graham Leggettmod_session_crypto: Refactor to support the new apr_cry...
2011-06-22 Stefan FritschFix build with recent apr_crypto API change
2011-05-22 Graham Leggettmod_session_crypto: Use the apr v2.0 crypto interface...
2011-05-15 Graham LeggettRemove the references to apr_crypto_t where apr_crypto_...
2011-05-15 Graham LeggettAdd API protection against the deprecated v1.4 apr_cryp...
2011-05-15 Graham LeggettReorder the parameters as per the updated apr v2.0...
2011-05-15 Graham LeggettUse namespace protection on mode and type constants.
2011-02-12 Stefan FritschUse ap_state_query() to fix many modules that were...
2011-01-24 Stefan Fritschbreak some very long lines, no code change
2010-11-22 Guenter KnaufFixed compile-time error message.
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-06-06 Rainer JungWork around crypto API incompatibilities.
2010-03-03 Jeff Trawickuse separate #error message when APR[-Util] is of a...
2009-12-15 Graham LeggettCorrectly reference the apr_crypto_t context as a conte...
2009-09-13 Graham Leggettmod_session_crypto: Sanity check should the potentially...
2009-01-04 Graham Leggettmod_session_crypto: Ensure that SessionCryptoDriver...
2009-01-03 Graham Leggettmod_session_crypto: Rewrite the session_crypto module...
2008-04-08 Graham LeggettInsert prototypes to remove compiler warnings. [Joe...
2008-04-07 Paul QuernaRemove all references to CORE_PRIVATE.
2008-04-06 Graham Leggettmod_session_crypto: Initialise SSL in the post config...
2008-04-06 Graham LeggettFix the defaults, which currently override the config...
2008-04-05 Graham LeggettRemove an unnecessary config structure lookup during...
2008-04-05 Graham LeggettClarify the operation of the SessionCryptoPassphrase...
2008-04-04 Graham Leggettmod_session_crypto: Add a session encoding implementati...