| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some possibly-uninitialized variables. | Cliff Woolley | 2002-11-23 | 1 | -10/+14 |
* | Rearrange OpenSSL engine initialization to support RAND | Jeff Trawick | 2002-11-11 | 1 | -7/+7 |
* | Turn DOWN the volume of these errors... they are low enough level notes | William A. Rowe Jr | 2002-11-07 | 1 | -21/+21 |
* | Per Justin's feedback, this still needed a little work to get the | William A. Rowe Jr | 2002-11-06 | 1 | -13/+15 |
* | Rule one of winsock and other one-offs (even unix EINTR) ... blocking | William A. Rowe Jr | 2002-11-06 | 1 | -7/+15 |
* | errno? EINTR? what planet was this code on :-? Normalize the | William A. Rowe Jr | 2002-11-06 | 1 | -46/+47 |
* | Merge the last of the 'filtering' functions into ssl_engine_io.c, merge | William A. Rowe Jr | 2002-11-05 | 4 | -473/+458 |
* | Actually, the APR_ECONNABORTED (EOS-only brigade) is the direction we | William A. Rowe Jr | 2002-11-05 | 1 | -1/+0 |
* | With a last little bit of help from Justin, this should cause the | William A. Rowe Jr | 2002-11-05 | 1 | -0/+16 |
* | At least one doc I've seen says EOF+bytes is valid. This was a typo. | William A. Rowe Jr | 2002-11-05 | 1 | -1/+1 |
* | Appears we forgot to check the possibility of errors coming from the | William A. Rowe Jr | 2002-11-04 | 1 | -1/+6 |
* | Rename the many flavors of filter_ctx (pRec, fctx etc) to filter_ctx, | William A. Rowe Jr | 2002-11-04 | 1 | -98/+126 |
* | Add some waypoints to understanding this code | Justin Erenkrantz | 2002-11-01 | 1 | -0/+8 |
* | Add some commentary on how we *think* the input filtering should be working | Justin Erenkrantz | 2002-11-01 | 1 | -0/+46 |
* | I don't see how *len > wanted, but leave the check there. | Justin Erenkrantz | 2002-11-01 | 1 | -1/+4 |
* | Clean up the read pattern for cases when some data already exists. | William A. Rowe Jr | 2002-11-01 | 1 | -2/+12 |
* | Distinguish inctx, outctx, frec [and b ??? looked like bucket to me!!!] | William A. Rowe Jr | 2002-11-01 | 1 | -96/+96 |
* | More nits spotted by Justin, and catch all the errors except SYSCALL | William A. Rowe Jr | 2002-11-01 | 1 | -2/+2 |
* | Suggestions by Justin, implemention by Will. Rename away all bogisity, | William A. Rowe Jr | 2002-11-01 | 1 | -145/+133 |
* | Completely refactor the BIO-side client input handling for the SSL library. | William A. Rowe Jr | 2002-11-01 | 1 | -137/+189 |
* | Fix memory leak in mod_ssl from internal SSL library allocations | William A. Rowe Jr | 2002-10-29 | 1 | -0/+1 |
* | Close several small leaks in SSL. | William A. Rowe Jr | 2002-10-29 | 3 | -4/+20 |
* | Outch. No freeing consts. Fortunately, the fn's return code isn't const. | William A. Rowe Jr | 2002-10-27 | 1 | -1/+1 |
* | fix the interface to PEM_read_bio_X509() with OpenSSL versions older than 0.9.4. | Jeff Trawick | 2002-10-26 | 2 | -6/+6 |
* | mod_ssl uses free() inappropriately in several places, to free | Jeff Trawick | 2002-10-25 | 3 | -6/+11 |
* | stylistic improvements | Jeff Trawick | 2002-10-25 | 1 | -20/+24 |
* | 2 silly bugs. First of all, make the code match the error log | Jim Jagielski | 2002-10-23 | 1 | -5/+5 |
* | Ugg. We need to use '%pp' not '%p' since ap_log_error uses apr_vsnprint(), | Jim Jagielski | 2002-10-17 | 2 | -3/+3 |
* | This stuff shouldn't have been committed. This is the SSL upgrade stuff, | Ryan Bloom | 2002-10-14 | 7 | -179/+39 |
* | Fix a compile of compiler warnings. I don't know how these slipped past. | Ryan Bloom | 2002-10-11 | 7 | -39/+179 |
* | Fix a mutex problem in mod_ssl session cache support which | Jeff Trawick | 2002-10-01 | 1 | -0/+6 |
* | back out the stuff from mod_ssl that shouldn't have been committed. | Ryan Bloom | 2002-10-01 | 1 | -53/+54 |
* | Call out the success cases when we don't get APR_SUCCESS back from the | Ryan Bloom | 2002-10-01 | 1 | -54/+53 |
* | Back out some changes that should't have been committed. | Ryan Bloom | 2002-09-28 | 1 | -20/+22 |
* | Allow the UserDir directive to accept a list of directories. | Ryan Bloom | 2002-09-28 | 1 | -22/+20 |
* | Remove warnings seen with Sun's Forte compiler. | Justin Erenkrantz | 2002-09-15 | 3 | -4/+3 |
* | Small fixes for SSLC | William A. Rowe Jr | 2002-08-21 | 1 | -0/+4 |
* | fix a typo in the last commit | Jeff Trawick | 2002-07-31 | 1 | -1/+1 |
* | ignore some generated files on OS/390 | Jeff Trawick | 2002-07-31 | 1 | -0/+1 |
* | use APR_SIZE_T_FMT for formatting apr_size_t | Jeff Trawick | 2002-07-17 | 2 | -2/+4 |
* | Changes for deprecated apr_is_fnmatch | William A. Rowe Jr | 2002-07-08 | 1 | -1/+1 |
* | Get the perchild MPM starting different child processes with different | Ryan Bloom | 2002-06-30 | 1 | -0/+1 |
* | Add a filter_init function to the filters so that a filter can execute | Justin Erenkrantz | 2002-06-28 | 1 | -2/+2 |
* | reword an error message | Jeff Trawick | 2002-06-21 | 1 | -1/+1 |
* | These emits occur mainline, outside of the pphrase_callback, so we never | William A. Rowe Jr | 2002-06-17 | 1 | -6/+3 |
* | fix the infinite recursion problem with HTTP-on-the-HTTPS port. | Cliff Woolley | 2002-06-11 | 1 | -0/+7 |
* | in case there is actually a cert chain in the cache, we should be | Doug MacEachern | 2002-06-11 | 1 | -2/+7 |
* | PR: | Doug MacEachern | 2002-06-11 | 1 | -2/+3 |
* | PR: | Doug MacEachern | 2002-06-11 | 1 | -0/+15 |
* | make some small steps towards getting the post config hook | Jeff Trawick | 2002-06-07 | 1 | -12/+23 |