]> granicus.if.org Git - apache/history - modules/session
Removed wrong imports / modules from NetWare sochache makefiles.
[apache] / modules / session /
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...
2008-04-05 Graham LeggettClarify the operation of the SessionCryptoPassphrase...
2008-04-05 Graham Leggettmod_session_dbd: Add a session implementation capable...
2008-04-05 Graham LeggettRename the ap_escape_path_segment_b function as suggest...
2008-04-05 Graham LeggettMake sure we protect ourselves against the session...
2008-04-04 Graham Leggettmod_session_crypto: Add a session encoding implementati...
2008-04-04 Graham Leggettmod_session_cookie: Add a session implementation capabl...
2008-04-04 Graham Leggettmod_session: Add a generic session interface to unify...