]> granicus.if.org Git - apache/history - modules/session
mod_ssl: Ensure that the SSL close notify alert is flushed to the client.
[apache] / modules / session /
2014-01-24 Graham Leggettmod_session: When we have a session we were unable...
2014-01-20 Jeff Trawickmod_session: Fix problems interpreting the SessionInclu...
2013-12-15 Christophe JailletRemove redundant check (already performed the line...
2013-12-11 Graham Leggettmod_session_crypto: Make sure we try to initialise...
2013-10-13 Graham Leggettmod_session: Reset the max-age on session save. PR...
2013-10-13 Graham Leggettmod_session: After parsing the value of the header...
2013-09-17 Daniel RuggeriAdd exec: callout support for mod_session_crypto
2013-05-31 Graham LeggettCVE-2013-2249
2013-05-10 Guenter KnaufKill some NetWare build warnings.
2013-03-31 Stefan FritschUse %pm available since apr 1.3 instead of an extra...
2012-12-08 Graham Leggettmod_session_crypto: Protect ourselves against underlyin...
2012-11-14 Guenter KnaufAxed C++ comments.
2012-11-13 Christophe Jailletformatting: space vs tab
2012-11-13 Christophe Jailletmod_session_dbd: fix a segmentation fault in the functi...
2012-10-12 Christophe Jaillets/;;/;/
2012-07-15 Stefan FritschVarious code clean up
2012-04-11 Igor GalićYour APR does not include SSL/EVP support. Yes, but...
2012-02-25 Graham Leggettmod_session: Sessions are encoded as application/x...
2012-01-20 Stefan FritschMake APACHE_MODULE() accept an optional prerequisite...
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-12-02 Graham Leggettmod_session_dbd: Use apr_status_t as a return code...
2011-12-02 Graham Leggettmod_session: Use apr_status_t as a return code across...
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-11-08 Stefan FritschWe still have to pass the dependency check to APACHE_MO...
2011-11-07 Jeff Trawickif mod_session_crypto prereq isn't available, don't...
2011-10-29 Guenter KnaufFixed NetWare build check for APU_HAVE_CRYPTO.
2011-10-29 Guenter KnaufAdded check for APU_HAVE_CRYPTO to NetWare build.
2011-10-29 Guenter KnaufSome NetWare build tweaks: removed obsolete include...
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-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-07-24 Stefan FritschEnable mod_session_crypt if deps are fulfilled and...
2011-06-22 Stefan FritschFix build with recent apr_crypto API change
2011-06-19 Stefan FritschCode cleanup: replace apr_table_set with non-copying...
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-03-18 Guenter KnaufUse a var INSTALLBASE to simplify NetWare installation...
2011-03-18 Guenter KnaufUse var for prelude so its possible to change it at...
2011-03-08 Guenter KnaufNetWare build overhaul in order to compile on Linux.
2011-03-08 Guenter KnaufNetWare build overhaul in order to compile on Linux.
2011-02-18 Stefan FritschActually check for APU_HAVE_CRYPTO at configure time...
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-11-03 Jim JagielskiNote for future dev....
2010-07-22 Guenter KnaufRemoved obsolete include paths from NetWare makefiles.
2010-07-21 Paul QuernaCVE-2010-1452: Fix handling of missing path segments...
2010-06-22 Brian HavardOS/2: Fix building of more modules that depend on symbo...
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-06-06 Rainer JungWork around crypto API incompatibilities.
2010-06-05 Rainer JungFix broken mod_session_crypto build.
2010-03-27 Graham LeggettMake sure we respect the proper pool lifetimes when...
2010-03-03 Jeff Trawickuse separate #error message when APR[-Util] is of a...
2010-02-02 Graham Leggettmod_session: Session expiry was being initialised,...
2009-12-15 Graham LeggettCorrectly reference the apr_crypto_t context as a conte...
2009-09-25 Jim JagielskiEnhance ap_hook_monitor to pass along a server_rec (in
2009-09-13 Graham Leggettmod_session_crypto: Sanity check should the potentially...
2009-09-13 Graham Leggettmod_session.c: Prevent a segfault when session is added...
2009-09-13 Graham LeggettRemove stray trailing whitespace from mod_session.c.
2009-08-28 William A. Rowe JrAlways make mod_*.h files available where they exist...
2009-01-04 Graham Leggettmod_session_crypto: Ensure that SessionCryptoDriver...
2009-01-03 Graham Leggettmod_session_crypto: Rewrite the session_crypto module...
2009-01-03 Rainer JungAllow feature test for apr_ssl.h to succeed:
2009-01-02 Rainer JungPrevent empty test statement.
2009-01-02 Rainer JungAdd a header check for apr_ssl.h to mod_session_crypto.
2008-11-03 Bradley NicholesRemove the ap_session_get, ap_session_set export refere...
2008-08-30 Graham Leggettmod_session_cookie, mod_session_dbd: Make sure cookies...
2008-08-29 Graham Leggettmod_session_cookie: Make sure that cookie attributes...
2008-07-19 Ruediger Pluem* Prevent a segfault when a CGI script sets a cookie...
2008-06-07 William A. Rowe JrCatch up with a host of changes to the current module set
2008-06-07 William A. Rowe JrYou don't export the local registered functions
2008-06-07 William A. Rowe JrYou don't export registered entry points
2008-06-06 William A. Rowe Jrmod_session has a different scope than the core.
2008-05-23 Bradley NicholesFor now don't build mod_session_crypto on NetWare
2008-05-07 Graham LeggettFix the method used to detect the root of the request...
2008-04-17 Ruediger Pluem* The previous patch did not work correctly with neithe...
2008-04-17 Ruediger Pluem* Require to explicitly enable mod_session_crypto since...
2008-04-17 Ruediger Pluem* Fix r649054: Do the correct thing when neither enable...
2008-04-17 Graham LeggettBe defensive to ensure no segfault should the session...
2008-04-17 Joe Orton* modules/session/config.m4: Have --disable-session...
2008-04-09 Guenter Knaufmake use of var for output name.
2008-04-09 Guenter KnaufFixed export list for mod_session.
2008-04-09 Graham LeggettChange the directives within the mod_session* modules...
2008-04-08 Graham LeggettInsert prototypes to remove compiler warnings. [Joe...
2008-04-08 Guenter Knaufadded eol-style property to makefiles.
2008-04-08 Guenter Knaufadded makefiles for NetWare.
2008-04-08 Guenter KnaufNo var declarations in the middle of the code.
2008-04-08 Ruediger Pluem* Fix eol-style property.
2008-04-08 Guenter KnaufNo var declarations in the middle of the code.
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 LeggettOptimisation: We have no need to distiguish between...
2008-04-05 Graham LeggettRemove an unnecessary config structure lookup during...
next