]> granicus.if.org Git - apache/history - modules/ssl
cleanup handle_set function
[apache] / modules / ssl /
2003-08-12 Cliff WoolleyMake mod_ssl consistent with itself when you have a...
2003-08-08 Sander StrikerTrivial change to reporting an error when an identity...
2003-08-07 Sander StrikerAdd an error msg when encountering a spoofed identity...
2003-08-07 Sander StrikerFix FakeBasicAuth for subrequests. This was reported...
2003-08-05 William A. Rowe Jr Although we initialize mc->pid in the child init...
2003-07-24 Joe OrtonPrevent the OpenSSL id_callback from pointing at a...
2003-07-21 Joe OrtonPrevent segfaults after SSL renegotiation failures.
2003-07-14 Jeff Trawickmod_ssl: Fix a problem setting variables that represent the
2003-07-14 Jeff Trawicknot valid to modify string pointed to by szCryptoDevice...
2003-07-09 Sander StrikerForward port patch for CAN-2003-0192 from 2.0.
2003-06-24 William A. Rowe Jr Narrow the scope of several OPENSSL-specific setup...
2003-06-20 Martin KraemerUse portable macro instead of the (no longer working...
2003-06-20 Martin KraemerNeeded on EBCDIC systems
2003-06-17 William A. Rowe Jr Reaction to Jeff Trawick's observations that we are...
2003-06-11 William A. Rowe Jr OPENSSL_load_builtin_modules -appears- to have been...
2003-06-07 Jeff TrawickUnix: Handle permissions settings for flock-based mutex...
2003-06-02 William A. Rowe Jr The right patch (thanks to Eric for identifying the...
2003-05-31 Justin ErenkrantzRevert revision 1.81 which called non-existent SSL_load...
2003-05-30 William A. Rowe Jr OpenSSL_add_all_algorithms is simply an alias for...
2003-05-30 William A. Rowe Jr Provide a far more useful explanation when SSLCryptoD...
2003-05-30 William A. Rowe Jr Solve a pretty horrific bug in SSLCryptoDevice and...
2003-05-30 William A. Rowe Jr Based on list discussion between myself and Geoff...
2003-05-27 William A. Rowe Jr These tests now exist in acinclude.m4
2003-05-22 William A. Rowe Jr The patch below reverts the prior commit to eliminate...
2003-05-19 William A. Rowe Jr Drop SSL_set_state() in favor of a proper SSL_renegot...
2003-05-19 William A. Rowe Jr Drop archiac notes - no special steps required once...
2003-05-19 William A. Rowe Jr Roll away the SSL_EXPERIMENTAL_ENGINE test in favor...
2003-05-19 William A. Rowe Jr First point out that we lost HAVE_SSL_SET_STATE and...
2003-05-16 Justin ErenkrantzGet the AP_ and APR_ prefixes right.
2003-05-16 William A. Rowe Jr Why wouldn't this be a mod_ssl header?
2003-05-16 William A. Rowe Jr Assure that we block on the read BIO when we invoke...
2003-05-01 Jeff Trawicktweak the const-ness of MODSSL_INFO_CB_ARG_TYPE based...
2003-04-06 Justin ErenkrantzFurther breakage from r.1.131: MODSSL_INFO_CB_ARG_TYPE...
2003-04-06 Justin ErenkrantzFix compile breakage introduced in r1.131.
2003-04-05 William A. Rowe Jr Solve SSL-C breakage introduced in mod_ssl.h rev...
2003-04-05 William A. Rowe Jr Noop MS DevStudio IDE change\r to include ssl_toolkit_...
2003-04-05 William A. Rowe Jr Have some consistency! Fixes logic I introduced...
2003-04-05 William A. Rowe Jr Reapply the fix *intended* by rev 1.79 in a safer...
2003-04-05 William A. Rowe Jr EVP_PKEY_free() is refcounted on OpenSSL, but NOT...
2003-04-05 William A. Rowe Jr A cosmetic change to 1.79 - a real X509 *cert is...
2003-04-04 Jeff Trawickget function prototypes for strcasecmp() and strncasecmp()
2003-04-04 Jeff TrawickFix a compile failure with recent OpenSSL and picky...
2003-04-03 William A. Rowe Jr Introduce a number of SSLC hints to mod_ssl, includin...
2003-04-03 William A. Rowe Jr We presume to HAVE_OPENSSL - we were falling into...
2003-04-03 William A. Rowe Jr HAVE_SSL_SET_STATE=1 is a product of autoconf for...
2003-03-31 Jim JagielskiMatch what we do with the ssl_scache_dbm
2003-03-31 William A. Rowe Jr Must fix - Win32 can't deal with this code, and...
2003-03-29 André MaloFix mod_ssl.dsp and abs.dsp to use also the openssl...
2003-03-29 Jim JagielskiBecause SSL's child init is run *after* we change uid...
2003-03-28 William A. Rowe Jr Per JimJ's review - we prefer posix over semv, fcntl...
2003-03-28 William A. Rowe Jr Addendum to r1.74; Keep only the resulting filename...
2003-03-27 William A. Rowe Jr Addendum to r1.21... I missed the fact that we blew...
2003-03-27 William A. Rowe Jr Fix a serious bug where the 'next' generation of...
2003-03-27 William A. Rowe Jr Allow any mutex to accept a 'filename' ... and always...
2003-03-26 Jim Jagielskihelps to actually use it
2003-03-14 Madhusudan MathihalliOpenSSL should be included as "openssl/ssl.h" and not...
2003-03-13 Madhusudan MathihalliReplace the APACHE_CHECK_SSL_TOOLKIT method with a...
2003-03-12 Madhusudan MathihalliFix PR 17864, and also fixes a SEGV problem when SHMHT...
2003-03-11 William A. Rowe Jr After discussions at length on dev@apr/httpd, it...
2003-03-06 William A. Rowe Jr DougM confirms Madhu's suspicions, this change was...
2003-02-23 Jim JagielskiRight now SSLMutex is bogus. It just uses APR_LOCK_DEFA...
2003-02-21 Madhusudan MathihalliFix a 64-bit porting issue.
2003-02-20 William A. Rowe Jr After consultations on the APR list, it was decided...
2003-02-18 William A. Rowe Jr foo.dbgmark turned out to be the same 8.3 name as...
2003-02-07 William A. Rowe Jr *) Introduce debugging symbols for Win32 release...
2003-02-03 André Malofinished that boring job:
2003-01-21 William A. Rowe Jr*** empty log message ***
2003-01-20 William A. Rowe Jr Catch up with the changes to apr/build/win32ver.awk...
2003-01-13 William A. Rowe Jr After introducing tests in the cmds, we lose the...
2002-12-23 William A. Rowe Jr All we care about is the type and name, just ask...
2002-12-14 William A. Rowe Jr After some productive feedback and no negative feedba...
2002-12-14 William A. Rowe Jr After some productive feedback and no negative feedba...
2002-12-08 Wilfredo Sanchez2.0 -> 2.1
2002-11-23 Cliff WoolleyFix some possibly-uninitialized variables.
2002-11-11 Jeff TrawickRearrange OpenSSL engine initialization to support...
2002-11-07 William A. Rowe Jr Turn DOWN the volume of these errors... they are...
2002-11-06 William A. Rowe Jr Per Justin's feedback, this still needed a little...
2002-11-06 William A. Rowe Jr Rule one of winsock and other one-offs (even unix...
2002-11-06 William A. Rowe Jr errno? EINTR? what planet was this code on :-?...
2002-11-05 William A. Rowe Jr Merge the last of the 'filtering' functions into...
2002-11-05 William A. Rowe Jr Actually, the APR_ECONNABORTED (EOS-only brigade...
2002-11-05 William A. Rowe Jr With a last little bit of help from Justin, this...
2002-11-05 William A. Rowe Jr At least one doc I've seen says EOF+bytes is valid...
2002-11-04 William A. Rowe Jr Appears we forgot to check the possibility of errors...
2002-11-04 William A. Rowe Jr Rename the many flavors of filter_ctx (pRec, fctx...
2002-11-01 Justin ErenkrantzAdd some waypoints to understanding this code
2002-11-01 Justin ErenkrantzAdd some commentary on how we *think* the input filteri...
2002-11-01 Justin ErenkrantzI don't see how *len > wanted, but leave the check...
2002-11-01 William A. Rowe Jr Clean up the read pattern for cases when some data...
2002-11-01 William A. Rowe Jr Distinguish inctx, outctx, frec [and b ??? looked...
2002-11-01 William A. Rowe Jr More nits spotted by Justin, and catch all the errors...
2002-11-01 William A. Rowe Jr Suggestions by Justin, implemention by Will. Rename...
2002-11-01 William A. Rowe Jr Completely refactor the BIO-side client input handlin...
2002-10-29 William A. Rowe Jr Fix memory leak in mod_ssl from internal SSL library...
2002-10-29 William A. Rowe Jr Close several small leaks in SSL.
2002-10-27 William A. Rowe Jr Outch. No freeing consts. Fortunately, the fn's...
2002-10-25 Jeff Trawickfix the interface to PEM_read_bio_X509() with OpenSSL...
2002-10-25 Jeff Trawickmod_ssl uses free() inappropriately in several places...
2002-10-25 Jeff Trawickstylistic improvements
2002-10-22 Jim Jagielski2 silly bugs. First of all, make the code match the...
next