2001-08-27 |
Ryan Bloom | Allow mod_ssl to send back an error message if an HTTP... |
commit | commitdiff | tree |
2001-08-26 |
William A.... | Toggle the /Zi flag to allow all supportd versions... |
commit | commitdiff | tree |
2001-08-24 |
Doug MacEachern | force OpenSSL to ignore process local-caching and to... |
commit | commitdiff | tree |
2001-08-24 |
Doug MacEachern | these #ifs were really confusing emacs indentation... |
commit | commitdiff | tree |
2001-08-24 |
Doug MacEachern | enable i/o debugging |
commit | commitdiff | tree |
2001-08-24 |
Doug MacEachern | churn_output should return the value of ap_pass_brigade |
commit | commitdiff | tree |
2001-08-24 |
Doug MacEachern | ssl_var_lookup() is enabled |
commit | commitdiff | tree |
2001-08-24 |
Doug MacEachern | apr_os_thread_current() call needs #if APR_HAS_THREADS... |
commit | commitdiff | tree |
2001-08-24 |
Doug MacEachern | fix prototype |
commit | commitdiff | tree |
2001-08-24 |
Doug MacEachern | implement CRYPTO_set_id_callback |
commit | commitdiff | tree |
2001-08-24 |
Doug MacEachern | change APR_LOCKALL to APR_INTRAPROCESS for crypto locks |
commit | commitdiff | tree |
2001-08-24 |
Doug MacEachern | only set the crypto locking callback if mpm is threaded |
commit | commitdiff | tree |
2001-08-24 |
Doug MacEachern | Implement CRYPTO_set_locking_callback() for mod_ssl |
commit | commitdiff | tree |
2001-08-24 |
Doug MacEachern | support "SSLVerifyClient optional_no_ca" |
commit | commitdiff | tree |
2001-08-23 |
Doug MacEachern | prevent double lookup of ssl::verify::error |
commit | commitdiff | tree |
2001-08-23 |
Cliff Woolley | sc->szPassPhraseDialogPath is now constified, so we... |
commit | commitdiff | tree |
2001-08-23 |
William A.... | Add some appropriate constness to the config |
commit | commitdiff | tree |
2001-08-23 |
William A.... | Silly compiler, const char* is for text :) |
commit | commitdiff | tree |
2001-08-23 |
William A.... | Fix most-bogus ap_server_root_relative() cases. ... |
commit | commitdiff | tree |
2001-08-23 |
Doug MacEachern | register ssl_var_lookup() as an optional function |
commit | commitdiff | tree |
2001-08-23 |
Cliff Woolley | performance: change an O(n) while loop to an equivalent... |
commit | commitdiff | tree |
2001-08-23 |
Cliff Woolley | Another step in improving legibility by factoring out... |
commit | commitdiff | tree |
2001-08-23 |
William A.... | Revert these from my last commit ... I had no intenti... |
commit | commitdiff | tree |
2001-08-23 |
Cliff Woolley | Nit: the lack of brackets was driving me crazy |
commit | commitdiff | tree |
2001-08-23 |
Cliff Woolley | Simplify the apr_read_type_e vs. ap_input_mode_t sillin... |
commit | commitdiff | tree |
2001-08-23 |
William A.... | Complete the rename of the ssl_scache_status_register and |
commit | commitdiff | tree |
2001-08-22 |
William A.... | Remove a ton o' cruft. Moves the mod_log_config... |
commit | commitdiff | tree |
2001-08-22 |
Cliff Woolley | There's only one way for bb to be non-NULL, so these two |
commit | commitdiff | tree |
2001-08-22 |
Doug MacEachern | remove #if 0-ed ssl_hook_NewConnection code; was only... |
commit | commitdiff | tree |
2001-08-22 |
Doug MacEachern | another update from madhu |
commit | commitdiff | tree |
2001-08-22 |
Doug MacEachern | client auth is enabled |
commit | commitdiff | tree |
2001-08-22 |
Doug MacEachern | move some code duplication into ssl_abort() function |
commit | commitdiff | tree |
2001-08-22 |
Doug MacEachern | Enable ssl client authentication at SSL_accept time |
commit | commitdiff | tree |
2001-08-22 |
Doug MacEachern | some updated pointed out by madhu |
commit | commitdiff | tree |
2001-08-22 |
Doug MacEachern | rather than creating small 1024 byte buckets of output... |
commit | commitdiff | tree |
2001-08-22 |
William A.... | Explicitly fix some types, and opt-out on macro conflicts |
commit | commitdiff | tree |
2001-08-22 |
Martin Kraemer | Use uniform wrapping for unistd.h, and don't include... |
commit | commitdiff | tree |
2001-08-22 |
Doug MacEachern | destroy the brigade when we are done with it, rather... |
commit | commitdiff | tree |
2001-08-21 |
Doug MacEachern | and swap Auth/UserCheck names to match the hook names... |
commit | commitdiff | tree |
2001-08-21 |
Doug MacEachern | authentication/authorization hooks were backwards |
commit | commitdiff | tree |
2001-08-21 |
William A.... | Changes for rbb's #include/build openssl/inc32 patch. |
commit | commitdiff | tree |
2001-08-21 |
Doug MacEachern | cut out some noise |
commit | commitdiff | tree |
2001-08-21 |
Doug MacEachern | get rid of asserts |
commit | commitdiff | tree |
2001-08-20 |
Doug MacEachern | remove #if 0-ed ap_flush_conn() call; filters now handl... |
commit | commitdiff | tree |
2001-08-20 |
Doug MacEachern | remove unused #if 0-ed code when reading from the write bio |
commit | commitdiff | tree |
2001-08-20 |
Doug MacEachern | remove unused ssl_io_ functions |
commit | commitdiff | tree |
2001-08-20 |
Doug MacEachern | remove some unused hook code |
commit | commitdiff | tree |
2001-08-20 |
Ryan Bloom | Add the openssl/include/openssl directory to the INCLUD... |
commit | commitdiff | tree |
2001-08-17 |
William A.... | Based on the VC6 switch - and pulling the win32 make... |
commit | commitdiff | tree |
2001-08-17 |
William A.... | The purpose of this patch is to toggle the debugging... |
commit | commitdiff | tree |
2001-08-17 |
William A.... | Given a choice between chasing my tail to keep these... |
commit | commitdiff | tree |
2001-08-16 |
William A.... | Ignore goodness |
commit | commitdiff | tree |
2001-08-16 |
Jeff Trawick | check for timeout on socket read when we check for... |
commit | commitdiff | tree |
2001-08-16 |
Jeff Trawick | fix a few mod_ssl warnings for stuff like function... |
commit | commitdiff | tree |
2001-08-16 |
Doug MacEachern | at least make a note of SSL_R_HTTP_REQUEST error (until... |
commit | commitdiff | tree |
2001-08-16 |
Doug MacEachern | if ssl shutdown happens earlier than expected, filter... |
commit | commitdiff | tree |
2001-08-16 |
Doug MacEachern | need to remove buckets from the output brigade, since... |
commit | commitdiff | tree |
2001-08-16 |
William A.... | More Versioning |
commit | commitdiff | tree |
2001-08-16 |
Doug MacEachern | enable ssl Translate, UserCheck, Access and Auth hooks |
commit | commitdiff | tree |
2001-08-14 |
Doug MacEachern | need to check return value of ssl_hook_process_connection |
commit | commitdiff | tree |
2001-08-08 |
Doug MacEachern | from madhu: no longer need to force eReadType and eMode |
commit | commitdiff | tree |
2001-08-08 |
Doug MacEachern | get POST requests working with mod_ssl |
commit | commitdiff | tree |
2001-08-08 |
Doug MacEachern | drop a brace inside #if 0 so emacs can indent properly |
commit | commitdiff | tree |
2001-08-08 |
Doug MacEachern | s/apr_size_t/apr_off_t/ for input filter |
commit | commitdiff | tree |
2001-08-07 |
William A.... | Update for the 2.0.23 tag |
commit | commitdiff | tree |
2001-08-07 |
Ryan Bloom | Remove all warnings from the input filtering stack. |
commit | commitdiff | tree |
2001-08-02 |
William A.... | Fix typo in prior commit |
commit | commitdiff | tree |
2001-08-02 |
William A.... | Adapt to changed declaration of apr_pool_sub_make() |
commit | commitdiff | tree |
2001-07-31 |
William A.... | Ooops... my fooness. |
commit | commitdiff | tree |
2001-07-31 |
William A.... | Another huge file check, and one fewer emits |
commit | commitdiff | tree |
2001-07-31 |
William A.... | Clean up some emits |
commit | commitdiff | tree |
2001-07-31 |
William A.... | Ok... for _today_ ... |
commit | commitdiff | tree |
2001-07-31 |
William A.... | Missed a small bit |
commit | commitdiff | tree |
2001-07-31 |
William A.... | enables the use of the ssl_var_lookup functionality... |
commit | commitdiff | tree |
2001-07-31 |
William A.... | This patch eliminates the direct use of OS library... |
commit | commitdiff | tree |
2001-07-31 |
William A.... | - eliminated the use of ssl_log - it used to cause... |
commit | commitdiff | tree |
2001-07-31 |
William A.... | Activate ssl_hook_pre_config |
commit | commitdiff | tree |
2001-07-31 |
William A.... | Change lib locations for openssl's debugging default... |
commit | commitdiff | tree |
2001-07-31 |
Doug MacEachern | un-win32ize |
commit | commitdiff | tree |
2001-07-31 |
Cliff Woolley | s/seperate/separate/ |
commit | commitdiff | tree |
2001-07-31 |
William A.... | Thanks Madhu, I think backing out the last bit, and... |
commit | commitdiff | tree |
2001-07-30 |
William A.... | Register for %X, %c (we gotta make a decision, please... |
commit | commitdiff | tree |
2001-07-30 |
William A.... | The short term hack. |
commit | commitdiff | tree |
2001-07-30 |
William A.... | More XHTML foo. |
commit | commitdiff | tree |
2001-07-30 |
David Reid | Allow us to build ssl on beos... |
commit | commitdiff | tree |
2001-07-26 |
William A.... | Update make file for win32 |
commit | commitdiff | tree |
2001-07-25 |
Ralf S. Engelschall | Avoid uninitialized variable due to still disabled... |
commit | commitdiff | tree |
2001-07-24 |
Doug MacEachern | bandaid for segv in ssl_io_filter_Output |
commit | commitdiff | tree |
2001-07-20 |
William A.... | Update for latest structure changes for 2.0.21 |
commit | commitdiff | tree |
2001-07-19 |
William A.... | That's it. Adjust for our pcre transition, and the... |
commit | commitdiff | tree |
2001-07-19 |
William A.... | We want the ssl_expr evaluators, now |
commit | commitdiff | tree |
2001-07-19 |
William A.... | Hope I've got these generated bits right. Note bison... |
commit | commitdiff | tree |
2001-07-19 |
William A.... | Take care of folk's assert() undefined errors. |
commit | commitdiff | tree |
2001-07-19 |
William A.... | A dash of portability |
commit | commitdiff | tree |
2001-07-19 |
William A.... | Since mpm.h wraps unixd.h and scoreboard.h nicely... |
commit | commitdiff | tree |
2001-07-19 |
William A.... | Uhmm... need to NOCRYPT away WinCrypt.h |
commit | commitdiff | tree |
2001-07-19 |
Ralf S. Engelschall | Update TODO list |
commit | commitdiff | tree |
2001-07-19 |
William A.... | Workaround till connection_hook details are resolved |
commit | commitdiff | tree |
2001-07-19 |
Ralf S. Engelschall | Apply mod_ssl MEGA porting patch. This is a cleaned... |
commit | commitdiff | tree |
2001-07-18 |
William A.... | Last of the ignore goodness for today. |
commit | commitdiff | tree |
next |