index
:
delta/apache/httpd.git
1.3
1.3.x
2.0.x
2.2.19
2.2.x
2.2.x-merge-http-strict
2.4-http2-alpha
2.4.17-protocols-changes
2.4.17-protocols-http2
2.4.x
2.4.x-merge-http-strict
2.4.x-mod_md
2.4.x-mpm_fdqueue
2.4.x-openssl-1.1.0-compat
2.4.x-r1761824-group
APACHE_1_2_X
APACHE_2_0_22-branch
APACHE_2_0_23-branch
APACHE_2_0_39_BRANCH
APACHE_2_0_BRANCH
PCRE
RSE
apreq-integration
async-dev
async-read-dev
attic
authz-dev
avendor
cache-refactor
dgaudet
execd-dev
fcgi-proxy-dev
fips-dev
httpd-2.0-pid-table
httpd-2.2-pid-table
httpd-2.2-proxy
httpd-pid-table
httpd-proxy-scoreboard
httpdunit
input-filter-dev
listen-protocol
mod_version_for_2.0.x
mpm-event-optimization
proxy-reqbody
proxy-reqbody-2.0.x
revert-ap-ldap
simple-conf
ssl-fips-dev
tlsv1.3-for-2.4.x
trunk
trunk-buildconf-noapr
trunk-md
trunk-openssl-threadid
trunk-override-index
trunk-ssl-handshake-nonblocking
trunk-test-integration
unlabeled-1.1.1
unlabeled-1.11.2
unlabeled-1.436.2
unlabeled-1.6.2
unlabeled-1.8.2
wombat-integration
github.com: apache/httpd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
session
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
We still have to pass the dependency check to APACHE_MODULE to ensure
Stefan Fritsch
2011-11-08
1
-1
/
+5
*
if mod_session_crypto prereq isn't available, don't bail if
Jeff Trawick
2011-11-07
1
-5
/
+15
*
Fixed NetWare build check for APU_HAVE_CRYPTO.
Guenter Knauf
2011-10-29
1
-2
/
+4
*
Added check for APU_HAVE_CRYPTO to NetWare build.
Guenter Knauf
2011-10-29
1
-1
/
+2
*
Some NetWare build tweaks: removed obsolete include paths.
Guenter Knauf
2011-10-29
5
-19
/
+9
*
Remove spurious parsing of the cipher parameter.
Graham Leggett
2011-10-25
1
-1
/
+0
*
mod_session_crypto: Refactor to support the new apr_crypto API.
Graham Leggett
2011-10-25
1
-234
/
+218
*
Cleanup effort in prep for GA push:
Jim Jagielski
2011-09-23
1
-1
/
+1
*
Enable mod_session_crypt if deps are fulfilled and mod_session is
Stefan Fritsch
2011-07-24
1
-1
/
+1
*
Fix build with recent apr_crypto API change
Stefan Fritsch
2011-06-22
1
-1
/
+1
*
Code cleanup: replace apr_table_set with non-copying apr_table_setn
Stefan Fritsch
2011-06-19
1
-2
/
+2
*
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 a var INSTALLBASE to simplify NetWare installation rules.
Guenter Knauf
2011-03-18
1
-1
/
+1
*
Use var for prelude so its possible to change it at one place.
Guenter Knauf
2011-03-18
4
-4
/
+4
*
NetWare build overhaul in order to compile on Linux.
Guenter Knauf
2011-03-08
4
-8
/
+8
*
NetWare build overhaul in order to compile on Linux.
Guenter Knauf
2011-03-08
5
-33
/
+33
*
Actually check for APU_HAVE_CRYPTO at configure time. This fixes a compile
Stefan Fritsch
2011-02-18
1
-1
/
+5
*
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
3
-25
/
+50
*
Fixed compile-time error message.
Guenter Knauf
2010-11-22
1
-1
/
+1
*
Note for future dev....
Jim Jagielski
2010-11-03
1
-5
/
+7
*
Removed obsolete include paths from NetWare makefiles.
Guenter Knauf
2010-07-22
4
-25
/
+16
*
CVE-2010-1452: Fix handling of missing path segments in the parsed URI struct...
Paul Querna
2010-07-21
1
-2
/
+2
*
OS/2: Fix building of more modules that depend on symbols from other modules.
Brian Havard
2010-06-22
1
-3
/
+17
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
4
-4
/
+4
*
Work around crypto API incompatibilities.
Rainer Jung
2010-06-06
1
-0
/
+34
*
Fix broken mod_session_crypto build.
Rainer Jung
2010-06-05
1
-1
/
+1
*
Make sure we respect the proper pool lifetimes when saving away a preparsed
Graham Leggett
2010-03-27
1
-5
/
+5
*
use separate #error message when APR[-Util] is of a valid
Jeff Trawick
2010-03-03
1
-3
/
+9
*
mod_session: Session expiry was being initialised, but not updated
Graham Leggett
2010-02-02
1
-0
/
+9
*
Correctly reference the apr_crypto_t context as a context and not a factory,
Graham Leggett
2009-12-15
1
-1
/
+1
*
Enhance ap_hook_monitor to pass along a server_rec (in
Jim Jagielski
2009-09-25
1
-3
/
+3
*
mod_session_crypto: Sanity check should the potentially encrypted
Graham Leggett
2009-09-13
1
-0
/
+7
*
mod_session.c: Prevent a segfault when session is added but not
Graham Leggett
2009-09-13
1
-1
/
+1
*
Remove stray trailing whitespace from mod_session.c.
Graham Leggett
2009-09-13
1
-3
/
+3
*
Always make mod_*.h files available where they exist, modpath by modpath
William A. Rowe Jr
2009-08-28
1
-0
/
+2
*
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
*
Allow feature test for apr_ssl.h to succeed:
Rainer Jung
2009-01-03
1
-2
/
+5
*
Prevent empty test statement.
Rainer Jung
2009-01-02
1
-1
/
+1
*
Add a header check for apr_ssl.h to mod_session_crypto.
Rainer Jung
2009-01-02
1
-1
/
+7
*
Remove the ap_session_get, ap_session_set export references for the NetWare b...
Bradley Nicholes
2008-11-03
1
-2
/
+0
*
mod_session_cookie, mod_session_dbd: Make sure cookies are set both
Graham Leggett
2008-08-30
2
-10
/
+10
*
mod_session_cookie: Make sure that cookie attributes are correctly
Graham Leggett
2008-08-29
1
-2
/
+2
[prev]
[next]