]> git.ipfire.org Git - thirdparty/apache/httpd.git/shortlog
thirdparty/apache/httpd.git
2002-03-30  Doug MacEachernssl_io_input_read needs to return something other than...
2002-03-30  Doug MacEachernload SSLProxyMachineCertificate{File,Path}
2002-03-30  Doug MacEachernenable/cleanup SSL_X509_INFO_load_{file,path} functions...
2002-03-30  Cliff WoolleyFix the version string. We want to end up with "mod_ss...
2002-03-29  Joshua SliveCloudy today.
2002-03-29  Dirk-Willem... Removed email address on request - as obviscation was...
2002-03-29  Doug MacEachernadd SSLProxyEngine directive. this was not required...
2002-03-29  Doug MacEacherncheck the return value of ap_proxy_ssl_enable
2002-03-29  Jim JagielskiSyncing makes no sense now
2002-03-29  Paul J. RederPR:
2002-03-29  Jim JagielskiThe old, legacy (and unused) code in which the scoreboa...
2002-03-29  Cliff WoolleyBUCKET FREELISTS
2002-03-29  Doug MacEachernimport ssl_proxy_enable in the post config phase, other...
2002-03-29  Doug MacEachernremove ssl_engine_ext.c
2002-03-29  Doug MacEachernremoving old proxy extension code
2002-03-29  Doug MacEachernhook into mod_ssl for https support
2002-03-29  Doug MacEachernneed to flush output buffer before reading in proxy...
2002-03-29  Doug MacEachernin proxy mode we need to SSL_connect rather than SSL_ac...
2002-03-29  Cliff WoolleyThese two variables were left uninitialized accidentally.
2002-03-29  Brian PaneDocument the variable expansion enhancements for mod_in...
2002-03-29  Brian PaneAllow variable expansion within in the "var" arg to...
2002-03-29  Doug MacEachernadd optional function (ssl_proxy_enable) to turn on...
2002-03-29  Doug MacEacherninit proxy context
2002-03-29  Brian PaneReplaced my fix for the is_only_below() bug with Cliff...
2002-03-29  Doug MacEacherns/id/mode/ in ssl_cmd_SSLProxyVerify
2002-03-29  Doug MacEachernuse ssl_cmd_verify_parse for SSLProxyVerify directive...
2002-03-29  Doug MacEacherncleanup the proxy context
2002-03-29  Doug MacEacherns/ctx/dcfg/g in ssl directive handlers
2002-03-29  Doug MacEachernenable proxy directives
2002-03-29  Doug MacEachernchange existing ssl_init_ctx() to ssl_init_ctx_protocol()
2002-03-29  Brian PaneFixes for three problems in mod_include:
2002-03-29  Doug MacEachernproxy will have a different verify callback
2002-03-29  Doug MacEachernproxy needs to use client ssl method
2002-03-29  Doug MacEachernsetup sc->proxy->sc
2002-03-29  Doug MacEachernadd ssl_config_server_new function to fold some duplica...
2002-03-29  Doug MacEacherninititialize and merge proxy config
2002-03-29  Doug MacEachernno point in merging things which are not set until...
2002-03-29  Doug MacEachern'ctx' traditionally refers to an SSL_CTX. change modss...
2002-03-29  Bradley NicholesStop the while loop from incrementing twice per iterati...
2002-03-28  Doug MacEachernctx->sc is set during init
2002-03-28  Doug MacEachernswitch from SSLSrvConfigRec* to modssl_ctx_t* in the...
2002-03-28  Doug MacEachernmake merging of modssl_ctx_t's generic
2002-03-28  Joshua SliveUpdate Redhat layout to v7.
2002-03-28  Doug MacEachernmoving cfgMerge macros to ssl_engine_config.c, they...
2002-03-28  Doug MacEachernremove unused cfgMerge{Table,Ctx} macros
2002-03-28  Doug MacEachernmoving protocol location
2002-03-28  Doug MacEachernbreakup SSLSrvConfigRec in preparation for proxy support:
2002-03-28  Doug MacEachernripping out some proxy stuff that isn't currently in...
2002-03-28  Doug MacEachernalready added configure check for SSL_set_cert_store
2002-03-28  Doug MacEachernde-hungarian-ize server config member names which are...
2002-03-28  Doug MacEachernreorder a bit of the server config structure, moving...
2002-03-28  Jeff Trawicksignature of quick_handler hook changed
2002-03-28  Doug MacEachernremove error msg hint that is no longer true
2002-03-28  Doug MacEachernfixup naming:
2002-03-28  Doug MacEachernmove context callback setting to ssl_init_ctx_callbacks...
2002-03-28  Doug MacEachernmove server cert/key initialization to ssl_init_server_...
2002-03-28  Doug MacEacherncopy DSA params to server server during key import
2002-03-28  Doug MacEachernfix logic from last commit, need to always try importin...
2002-03-28  Doug MacEachernfold some duplication into generic ssl_server_import_ke...
2002-03-28  Brian PaneRevert my last fix, which broke more things than it...
2002-03-28  Doug MacEachernfold some duplication into generic ssl_server_import_ce...
2002-03-28  Doug MacEachernmove server cert checking into generic ssl_check_public...
2002-03-28  Brian PaneDon't walk past the end of the tag in ap_ssi_get_tag_an...
2002-03-28  Doug MacEachernmove server specific init config checks into ssl_init_c...
2002-03-28  Doug MacEachernbreak out certificate chain initialization into
2002-03-28  Bill Stoddardap_run_sub_req does not return apr_status, so we should...
2002-03-28  Doug MacEachernthere is a heaping pile of:
2002-03-27  Doug MacEachernbreak out certificate revocation list initialization...
2002-03-27  Doug MacEachernbreak out cipher suite initialization into ssl_init_cip...
2002-03-27  Doug MacEachern"new" is a c++ keyword; s/new/mrg/g in config merge...
2002-03-27  Doug MacEachernmove warning about session cache not being configured...
2002-03-27  Doug MacEachernbreak out SSL_CTX session initialization into
2002-03-27  Doug MacEachernadd entry for sslc compat layer changes
2002-03-27  Bill StoddardAdd a new parameter to the quick_handler hook to instruct
2002-03-27  Doug MacEachernadd license
2002-03-27  Bradley NicholesSwitched to xcopy commands in the make file so that...
2002-03-27  Bill StoddardEnsure CACHE_OUT gets installed in front of SUBREQ_CORE...
2002-03-27  Cliff Woolley"Oops" has two o's in it. :)
2002-03-27  Doug MacEachernbreak SSL_CTX initialization into ssl_init_ctx function
2002-03-27  Doug MacEachern(starting to break apart the init code into smaller...
2002-03-27  Jeff Trawickworker MPM:
2002-03-27  Doug MacEachernbringing back MOD_SSL_VERSION macro, define it to AP_SE...
2002-03-27  Doug MacEachernadjustment for sslc where its PEM_read_bio_PrivateKey...
2002-03-27  Bill StoddardUpdate the MSVC++ project files. The debug databases...
2002-03-27  Doug MacEachernstatic-ize {write,read}tty variables
2002-03-27  Doug MacEachernmove prototype for modssl_session_get_time to ssl_util_...
2002-03-27  Doug MacEachernadd modssl_dh_configure() function to fold some duplica...
2002-03-27  Doug MacEachernadd configure checks for ssl functions:
2002-03-27  Bill StoddardThis might be helpful to folks readong code and reading...
2002-03-27  Jim JagielskiDocument the APR change that bubbles up
2002-03-27  Jeff Trawickstyle improvement for checking whether the result of an
2002-03-27  Jim JagielskiDepreciate mod_proxy's own CHANGES file
2002-03-27  Doug MacEachernfix doofo in last commit
2002-03-27  Doug MacEachernsslc 1.x does not have an x509v3.h
2002-03-27  Doug MacEachernsslc does not currently support X509V3_EXT_d2i
2002-03-27  Doug MacEacherntoolkit compat for PEM_read_bio_PrivateKey
2002-03-27  Doug MacEachernuse compat macro for another PEM_read_bio_X509
2002-03-27  Doug MacEacherntoolkit compat for PEM_read_bio_X509
2002-03-27  Doug MacEachernadjust to another const char vs char mismatch between...
2002-03-27  Doug MacEachernuse SSL_SESSION_ api since SSL_SESSION cannot be derefe...
next