]> git.ipfire.org Git - thirdparty/apache/httpd.git/shortlog
thirdparty/apache/httpd.git
2001-11-28  Doug MacEachernmoving chunk of logic that deals with writing ssl data...
2001-11-27  Doug MacEachernimplement a custom BIO which allows us to hook SSL_writ...
2001-11-24  Doug MacEacherndon't bother setting the ssl info callback unless SSLLo...
2001-11-23  Ian HolsmanModify post_config hook so that it can return a error,
2001-11-22  Doug MacEacherndont va_start() in ssl_log() unless we are actually...
2001-11-22  Doug MacEachernavoid a couple of calls to ssl_util_vhostid() and apr_p...
2001-11-22  Doug MacEachernoptimize lookup of ssl-{unclean,accurate}-shutdown...
2001-11-22  Doug MacEachernreturn from ssl_callback_LogTracingState if sc->nLogLev...
2001-11-22  Doug MacEachernremove AP_CTX_* macros which are no longer used
2001-11-22  Doug MacEachernget rid of 'apctx' table that used to live in SSL_get_a...
2001-11-22  Doug MacEachernmove c->notes.ssl::verify::depth to SSLConnRec.verify_depth
2001-11-21  Doug MacEachernget rid of SSL_get_app_data2_idx() which had a race...
2001-11-21  Doug MacEachernmove c->notes.ssl::verify::{info,error} to SSLConnRec...
2001-11-21  Doug MacEachernmove c->notes.ssl::flag::{unclean,accurate}-shutdown...
2001-11-21  Doug MacEachernmove c->notes.ssl::client::dn to SSLConnRec.client_dn
2001-11-21  Doug MacEachernstart moving c->notes usage to a new SSLConnRec structu...
2001-11-20  Aaron BannertGets us compiling again on FreeBSD. Adds conditional...
2001-11-20  Aaron BannertNo good reason to have this in <> instead of "". Having...
2001-11-19  Doug MacEachernadd input filter AP_MODE_INIT support to handshake...
2001-11-16  Aaron BannertConversion from old apr_lock_t to new apr_thread_mutex_t
2001-11-15  Ryan BloomFix the SSL filter logic. The SSL filter is not a...
2001-11-15  Aaron BannertStyle updates before I convert to the new lock type.
2001-11-15  Aaron BannertIgnore *.slo files.
2001-11-14  Aaron BannertTurns out this is causing problems on my linux box...
2001-11-12  Doug MacEachernfix segv triggered by recent ap_lingering_close change
2001-11-07  Aaron BannertGets mod_ssl building/loading as a DSO on some platform...
2001-11-07  Bill StoddardDon't close the dbm until after we have copied the...
2001-11-07  Bill StoddardCheck the return code properly.
2001-10-20  William A.... Fix a nasty GP fault... stop testing buckets after...
2001-10-17  William A.... It is absolutely invalid practice to test 'prot'...
2001-10-12  Justin ErenkrantzWell, now I know what the bio_is_renegotiating call...
2001-10-12  Justin ErenkrantzIf we passed the bucket to ap_pass_brigade (because...
2001-10-12  Justin ErenkrantzLose the magic number and use the central #define AP_IO...
2001-10-11  Justin ErenkrantzThis is the mod_ssl input filtering rewrite. Lots...
2001-10-04  Justin ErenkrantzAh, I didn't see that churn is only used on input ...
2001-10-01  William A.... BIO_write returns an int. Whacha gonna do? Kill...
2001-09-18  Ryan BloomAllow VPATH builds for SSL.
2001-09-10  William A.... I don't seriously expect this solves the segfault...
2001-08-30  Doug MacEacherndont block when handling non-ssl request
2001-08-27  Ryan BloomAllow mod_ssl to send back an error message if an HTTP...
2001-08-26  William A.... Toggle the /Zi flag to allow all supportd versions...
2001-08-24  Doug MacEachernforce OpenSSL to ignore process local-caching and to...
2001-08-24  Doug MacEachernthese #ifs were really confusing emacs indentation...
2001-08-24  Doug MacEachernenable i/o debugging
2001-08-24  Doug MacEachernchurn_output should return the value of ap_pass_brigade
2001-08-24  Doug MacEachernssl_var_lookup() is enabled
2001-08-24  Doug MacEachernapr_os_thread_current() call needs #if APR_HAS_THREADS...
2001-08-24  Doug MacEachernfix prototype
2001-08-24  Doug MacEachernimplement CRYPTO_set_id_callback
2001-08-24  Doug MacEachernchange APR_LOCKALL to APR_INTRAPROCESS for crypto locks
2001-08-24  Doug MacEachernonly set the crypto locking callback if mpm is threaded
2001-08-24  Doug MacEachernImplement CRYPTO_set_locking_callback() for mod_ssl
2001-08-24  Doug MacEachernsupport "SSLVerifyClient optional_no_ca"
2001-08-23  Doug MacEachernprevent double lookup of ssl::verify::error
2001-08-23  Cliff Woolleysc->szPassPhraseDialogPath is now constified, so we...
2001-08-23  William A.... Add some appropriate constness to the config
2001-08-23  William A.... Silly compiler, const char* is for text :)
2001-08-23  William A.... Fix most-bogus ap_server_root_relative() cases. ...
2001-08-23  Doug MacEachernregister ssl_var_lookup() as an optional function
2001-08-23  Cliff Woolleyperformance: change an O(n) while loop to an equivalent...
2001-08-23  Cliff WoolleyAnother step in improving legibility by factoring out...
2001-08-23  William A.... Revert these from my last commit ... I had no intenti...
2001-08-23  Cliff WoolleyNit: the lack of brackets was driving me crazy
2001-08-23  Cliff WoolleySimplify the apr_read_type_e vs. ap_input_mode_t sillin...
2001-08-23  William A.... Complete the rename of the ssl_scache_status_register and
2001-08-22  William A.... Remove a ton o' cruft. Moves the mod_log_config...
2001-08-22  Cliff WoolleyThere's only one way for bb to be non-NULL, so these two
2001-08-22  Doug MacEachernremove #if 0-ed ssl_hook_NewConnection code; was only...
2001-08-22  Doug MacEachernanother update from madhu
2001-08-22  Doug MacEachernclient auth is enabled
2001-08-22  Doug MacEachernmove some code duplication into ssl_abort() function
2001-08-22  Doug MacEachernEnable ssl client authentication at SSL_accept time
2001-08-22  Doug MacEachernsome updated pointed out by madhu
2001-08-22  Doug MacEachernrather than creating small 1024 byte buckets of output...
2001-08-22  William A.... Explicitly fix some types, and opt-out on macro conflicts
2001-08-22  Martin KraemerUse uniform wrapping for unistd.h, and don't include...
2001-08-22  Doug MacEacherndestroy the brigade when we are done with it, rather...
2001-08-21  Doug MacEachernand swap Auth/UserCheck names to match the hook names...
2001-08-21  Doug MacEachernauthentication/authorization hooks were backwards
2001-08-21  William A.... Changes for rbb's #include/build openssl/inc32 patch.
2001-08-21  Doug MacEacherncut out some noise
2001-08-21  Doug MacEachernget rid of asserts
2001-08-20  Doug MacEachernremove #if 0-ed ap_flush_conn() call; filters now handl...
2001-08-20  Doug MacEachernremove unused #if 0-ed code when reading from the write bio
2001-08-20  Doug MacEachernremove unused ssl_io_ functions
2001-08-20  Doug MacEachernremove some unused hook code
2001-08-20  Ryan BloomAdd the openssl/include/openssl directory to the INCLUD...
2001-08-17  William A.... Based on the VC6 switch - and pulling the win32 make...
2001-08-17  William A.... The purpose of this patch is to toggle the debugging...
2001-08-17  William A.... Given a choice between chasing my tail to keep these...
2001-08-16  William A.... Ignore goodness
2001-08-16  Jeff Trawickcheck for timeout on socket read when we check for...
2001-08-16  Jeff Trawickfix a few mod_ssl warnings for stuff like function...
2001-08-16  Doug MacEachernat least make a note of SSL_R_HTTP_REQUEST error (until...
2001-08-16  Doug MacEachernif ssl shutdown happens earlier than expected, filter...
2001-08-16  Doug MacEachernneed to remove buckets from the output brigade, since...
2001-08-16  William A.... More Versioning
2001-08-16  Doug MacEachernenable ssl Translate, UserCheck, Access and Auth hooks
2001-08-14  Doug MacEachernneed to check return value of ssl_hook_process_connection
2001-08-08  Doug MacEachernfrom madhu: no longer need to force eReadType and eMode
next