index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
session
/
mod_session_crypto.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
be less specific and don't echo passphrase
Eric Covener
2020-04-22
1
-2
/
+2
*
bubble up an error if none of the passhrases work
Eric Covener
2020-03-01
1
-0
/
+2
*
After reinstatement of DSO support in APR/APR-util, revert r1837437,
Graham Leggett
2019-06-23
1
-1
/
+1
*
Follow up to r1833368: share openssl between modules.
Yann Ylavic
2018-06-13
1
-1
/
+1
*
Follow up to r1772812: update APLOGNO().
Yann Ylavic
2017-02-20
1
-2
/
+2
*
mod_session_crypto: Authenticate the session data/cookie with a MAC (SipHash)
Yann Ylavic
2016-12-06
1
-36
/
+192
*
Remove redundant check (already performed the line before)
Christophe Jaillet
2013-12-15
1
-1
/
+1
*
mod_session_crypto: Make sure we try to initialise twice, so we don't
Graham Leggett
2013-12-12
1
-7
/
+0
*
Add exec: callout support for mod_session_crypto
Daniel Ruggeri
2013-09-17
1
-1
/
+31
*
Use %pm available since apr 1.3 instead of an extra call to apr_strerror
Stefan Fritsch
2013-03-31
1
-3
/
+2
*
mod_session_crypto: Protect ourselves against underlying libraries who
Graham Leggett
2012-12-08
1
-1
/
+1
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
1
-27
/
+27
*
mod_session: Use apr_status_t as a return code across the mod_session API,
Graham Leggett
2011-12-02
1
-11
/
+7
*
mod_session_crypto: Fix a pool lifetime problem when reading from
Graham Leggett
2011-12-02
1
-1
/
+1
*
Remove some more now redundant log prefixes
Stefan Fritsch
2011-11-30
1
-28
/
+27
*
mod_session_crypto: Add a SessionCryptoPassphraseFile directive so that the
Graham Leggett
2011-11-30
1
-0
/
+34
*
Remove unused variables.
Graham Leggett
2011-11-25
1
-3
/
+0
*
Remove spurious parsing of the cipher parameter.
Graham Leggett
2011-10-26
1
-1
/
+0
*
mod_session_crypto: Refactor to support the new apr_crypto API.
Graham Leggett
2011-10-25
1
-234
/
+218
*
Fix build with recent apr_crypto API change
Stefan Fritsch
2011-06-22
1
-1
/
+1
*
mod_session_crypto: Use the apr v2.0 crypto interface, which has been
Graham Leggett
2011-05-22
1
-64
/
+1
*
Remove the references to apr_crypto_t where apr_crypto_block_t is already
Graham Leggett
2011-05-15
1
-11
/
+8
*
Add API protection against the deprecated v1.4 apr_crypto API.
Graham Leggett
2011-05-15
1
-1
/
+13
*
Reorder the parameters as per the updated apr v2.0 apr_crypto API.
Graham Leggett
2011-05-15
1
-16
/
+33
*
Use namespace protection on mode and type constants.
Graham Leggett
2011-05-15
1
-4
/
+4
*
Use ap_state_query() to fix many modules that were not correctly initializing
Stefan Fritsch
2011-02-12
1
-7
/
+2
*
break some very long lines, no code change
Stefan Fritsch
2011-01-24
1
-12
/
+22
*
Fixed compile-time error message.
Guenter Knauf
2010-11-23
1
-1
/
+1
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
1
-1
/
+1
*
Work around crypto API incompatibilities.
Rainer Jung
2010-06-06
1
-0
/
+34
*
use separate #error message when APR[-Util] is of a valid
Jeff Trawick
2010-03-03
1
-3
/
+9
*
Correctly reference the apr_crypto_t context as a context and not a factory,
Graham Leggett
2009-12-15
1
-1
/
+1
*
mod_session_crypto: Sanity check should the potentially encrypted
Graham Leggett
2009-09-13
1
-0
/
+7
*
mod_session_crypto: Ensure that SessionCryptoDriver can only be
Graham Leggett
2009-01-04
1
-61
/
+51
*
mod_session_crypto: Rewrite the session_crypto module against the
Graham Leggett
2009-01-03
1
-210
/
+338
*
Insert prototypes to remove compiler warnings. [Joe Orton]
Graham Leggett
2008-04-09
1
-0
/
+5
*
Remove all references to CORE_PRIVATE.
Paul Querna
2008-04-07
1
-2
/
+0
*
mod_session_crypto: Initialise SSL in the post config hook.
Graham Leggett
2008-04-06
1
-3
/
+10
*
Fix the defaults, which currently override the config instead of default the ...
Graham Leggett
2008-04-06
1
-3
/
+0
*
Remove an unnecessary config structure lookup during encrypt and decrypt. [Ru...
Graham Leggett
2008-04-06
1
-10
/
+6
*
Clarify the operation of the SessionCryptoPassphrase directive as raised by r...
Graham Leggett
2008-04-06
1
-4
/
+11
*
mod_session_crypto: Add a session encoding implementation capable
Graham Leggett
2008-04-04
1
-0
/
+468