]> granicus.if.org Git - apache/history - modules
Update CHANGES to reflect the mod_dav change.
[apache] / modules /
2002-04-07 Doug MacEachernPR:
2002-04-07 Doug MacEachernfix ProxyPass when frontend is https and backend is...
2002-04-06 Graham LeggettQuick fix to an incorrect comment.
2002-04-06 Sander StrikerAdd DASL(SEARCH) support to mod_dav.
2002-04-06 Greg SteinPort over some fixes to mod_dav 1.0 so that the Apache...
2002-04-05 Ryan BloomFix a segfault. Only try to set this if the sub_Reques...
2002-04-05 Ryan BloomIf we are doing a fast_redirect, and we don't have...
2002-04-05 William A. Rowe Jr Correct partitioning of filter handles between core...
2002-04-05 William A. Rowe Jr Clean up breakage introduced recently that sent the...
2002-04-05 Aaron BannertUpdate mod_rewrite to use the new APR global mutex...
2002-04-05 Doug MacEachernPR:
2002-04-05 Ryan BloomThis is a HACK! The problem is that the fast_internal_...
2002-04-05 Ryan BloomThis fixes the mod_autoindex problem of not getting...
2002-04-05 Brian PaneFix for the boundary case in which each character of...
2002-04-05 Cliff WoolleyGet the HTTP-on-HTTPS hint to come through again. ...
2002-04-05 Cliff WoolleyGet rid of overlay bogosity by copying the static strin...
2002-04-05 Brian PaneRemove an invalid comment. (The only way that the...
2002-04-05 Cliff WoolleySilence an irrelevant gcc warning
2002-04-05 Cliff WoolleyFix variable name typo
2002-04-05 William A. Rowe Jr Mix 'n match signedness? Make some emits go away.
2002-04-05 Doug MacEachernPR:
2002-04-04 Paul J. RederThis patch fixes a core dump that occurs in mod_include...
2002-04-04 Sander StrikerRemove hardcoded paths from MPMs and move them to a...
2002-04-03 Bill StoddardFix a couple of edge cases when the content being cache...
2002-04-03 Bill StoddardMake comments and function name agree with what the...
2002-04-03 William A. Rowe Jr Much easier to clone first than fix later - next...
2002-04-03 William A. Rowe Jr On second thought ... I can see some weird sign bit...
2002-04-03 William A. Rowe Jr A very safe cast for any ^2 based cpu. Are we expect...
2002-04-02 Doug MacEachernfix SSL_X509_INFO_load_path so SSLProxyMachineCertifica...
2002-04-02 Doug MacEacherncopy-n-pasto: need to use SSL_X509_INFO_load_*path...
2002-04-02 Doug MacEacherncopy-n-pasto: ssl_cmd_SSLProxyMachineCertificatePath...
2002-04-02 Doug MacEachernfix copy-n-pasto: ssl_cmd_SSLProxyCACertificatePath...
2002-04-02 Doug MacEachernanother todo
2002-04-02 Doug MacEachernPR:
2002-04-02 Doug MacEachernvarious updates
2002-04-02 Doug MacEachernPR:
2002-04-02 Bill StoddardUse runtime library linking. This reduces the size...
2002-04-02 Bill StoddardCleanup some compile warnings.
2002-04-01 Justin ErenkrantzPrevent ap_add_output_filters_by_type from being called in
2002-04-01 Bill StoddardFix some of the cache size checks.
2002-04-01 Bill StoddardRemove some gratuitous comments.
2002-04-01 Bill StoddardIf this is a subrequest, register the cleanup against
2002-04-01 William A. Rowe Jr pointer subtraction yeilds a ssize_t, fix emit by...
2002-04-01 William A. Rowe Jr Fix another linkage error for 2.0.34 and cvs head
2002-03-30 Brian PaneRemoved the single-byte header reads from mod_cgid
2002-03-30 Brian PaneFixed script error logging, which I'd left commented...
2002-03-30 Doug MacEachernadd/use EVP_PKEY_reference_inc and X509_reference_inc...
2002-03-30 Doug MacEachernadd sslc compat for sk_X509_INFO_free
2002-03-30 Doug MacEachernadd SSLProxyCARevocation{File,Path} directives to suppo...
2002-03-30 Doug MacEachernpass sc to myCtxConfig macro
2002-03-30 Doug MacEachernmake it possible for proxy to use CRL callback
2002-03-30 Doug MacEachernenable the verify callback for proxy
2002-03-30 Doug MacEachernap_proxy_http_request needs to check the return status...
2002-03-30 Doug MacEachernchange sc->server references to myCtxConfig, so proxy...
2002-03-30 Doug MacEachernadd myCtxConfig macro
2002-03-30 Doug MacEachernimplement proxy client certificate callback
2002-03-30 Doug MacEacherninput filter should not return failure when ssl runtime...
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 Doug MacEachernadd SSLProxyEngine directive. this was not required...
2002-03-29 Doug MacEacherncheck the return value of ap_proxy_ssl_enable
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 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 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...
next