2002-04-01 |
Ryan Bloom | Make perchild work with the new bucket_allocation API... |
commit | commitdiff | tree | snapshot |
2002-04-01 |
William A.... | pointer subtraction yeilds a ssize_t, fix emit by... |
commit | commitdiff | tree | snapshot |
2002-04-01 |
William A.... | Fix another linkage error for 2.0.34 and cvs head |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Ryan Bloom | Get the Perchild MPM to compile and serve pages again... |
commit | commitdiff | tree | snapshot |
2002-03-31 |
Doug MacEachern | it is sunny and warm in tahoe, still plenty of snow... |
commit | commitdiff | tree | snapshot |
2002-03-31 |
William A.... | Roll these changes into 2.0.34 |
commit | commitdiff | tree | snapshot |
2002-03-31 |
Brian Havard | Handle CR/LF terminated lines from CGI scripts. |
commit | commitdiff | tree | snapshot |
2002-03-30 |
Brian Pane | Removed the single-byte header reads from mod_cgid |
commit | commitdiff | tree | snapshot |
2002-03-30 |
Brian Pane | Fixed script error logging, which I'd left commented... |
commit | commitdiff | tree | snapshot |
2002-03-30 |
Brian Pane | Fix for a bug that I introduced when eliminating the... |
commit | commitdiff | tree | snapshot |
2002-03-30 |
Doug MacEachern | add/use EVP_PKEY_reference_inc and X509_reference_inc... |
commit | commitdiff | tree | snapshot |
2002-03-30 |
Doug MacEachern | add sslc compat for sk_X509_INFO_free |
commit | commitdiff | tree | snapshot |
2002-03-30 |
Doug MacEachern | add SSLProxyCARevocation{File,Path} directives to suppo... |
commit | commitdiff | tree | snapshot |
2002-03-30 |
Doug MacEachern | pass sc to myCtxConfig macro |
commit | commitdiff | tree | snapshot |
2002-03-30 |
Doug MacEachern | make it possible for proxy to use CRL callback |
commit | commitdiff | tree | snapshot |
2002-03-30 |
Doug MacEachern | enable the verify callback for proxy |
commit | commitdiff | tree | snapshot |
2002-03-30 |
Doug MacEachern | ap_proxy_http_request needs to check the return status... |
commit | commitdiff | tree | snapshot |
2002-03-30 |
Doug MacEachern | change sc->server references to myCtxConfig, so proxy... |
commit | commitdiff | tree | snapshot |
2002-03-30 |
Doug MacEachern | add myCtxConfig macro |
commit | commitdiff | tree | snapshot |
2002-03-30 |
Doug MacEachern | implement proxy client certificate callback |
commit | commitdiff | tree | snapshot |
2002-03-30 |
Doug MacEachern | input filter should not return failure when ssl runtime... |
commit | commitdiff | tree | snapshot |
2002-03-30 |
Doug MacEachern | ssl_io_input_read needs to return something other than... |
commit | commitdiff | tree | snapshot |
2002-03-30 |
Doug MacEachern | load SSLProxyMachineCertificate{File,Path} |
commit | commitdiff | tree | snapshot |
2002-03-30 |
Doug MacEachern | enable/cleanup SSL_X509_INFO_load_{file,path} functions... |
commit | commitdiff | tree | snapshot |
2002-03-30 |
Cliff Woolley | Fix the version string. We want to end up with "mod_ss... |
commit | commitdiff | tree | snapshot |
2002-03-29 |
Joshua Slive | Cloudy today. |
commit | commitdiff | tree | snapshot |
2002-03-29 |
Dirk-Willem... | Removed email address on request - as obviscation was... |
commit | commitdiff | tree | snapshot |
2002-03-29 |
Doug MacEachern | add SSLProxyEngine directive. this was not required... |
commit | commitdiff | tree | snapshot |
2002-03-29 |
Doug MacEachern | check the return value of ap_proxy_ssl_enable |
commit | commitdiff | tree | snapshot |
2002-03-29 |
Jim Jagielski | Syncing makes no sense now |
commit | commitdiff | tree | snapshot |
2002-03-29 |
Paul J. Reder | PR: |
commit | commitdiff | tree | snapshot |
2002-03-29 |
Jim Jagielski | The old, legacy (and unused) code in which the scoreboa... |
commit | commitdiff | tree | snapshot |
2002-03-29 |
Cliff Woolley | BUCKET FREELISTS |
commit | commitdiff | tree | snapshot |
2002-03-29 |
Doug MacEachern | import ssl_proxy_enable in the post config phase, other... |
commit | commitdiff | tree | snapshot |
2002-03-29 |
Doug MacEachern | remove ssl_engine_ext.c |
commit | commitdiff | tree | snapshot |
2002-03-29 |
Doug MacEachern | removing old proxy extension code |
commit | commitdiff | tree | snapshot |
2002-03-29 |
Doug MacEachern | hook into mod_ssl for https support |
commit | commitdiff | tree | snapshot |
2002-03-29 |
Doug MacEachern | need to flush output buffer before reading in proxy... |
commit | commitdiff | tree | snapshot |
2002-03-29 |
Doug MacEachern | in proxy mode we need to SSL_connect rather than SSL_ac... |
commit | commitdiff | tree | snapshot |
2002-03-29 |
Cliff Woolley | These two variables were left uninitialized accidentally. |
commit | commitdiff | tree | snapshot |
2002-03-29 |
Brian Pane | Document the variable expansion enhancements for mod_in... |
commit | commitdiff | tree | snapshot |
2002-03-29 |
Brian Pane | Allow variable expansion within in the "var" arg to... |
commit | commitdiff | tree | snapshot |
2002-03-29 |
Doug MacEachern | add optional function (ssl_proxy_enable) to turn on... |
commit | commitdiff | tree | snapshot |
2002-03-29 |
Doug MacEachern | init proxy context |
commit | commitdiff | tree | snapshot |
2002-03-29 |
Brian Pane | Replaced my fix for the is_only_below() bug with Cliff... |
commit | commitdiff | tree | snapshot |
2002-03-29 |
Doug MacEachern | s/id/mode/ in ssl_cmd_SSLProxyVerify |
commit | commitdiff | tree | snapshot |
2002-03-29 |
Doug MacEachern | use ssl_cmd_verify_parse for SSLProxyVerify directive... |
commit | commitdiff | tree | snapshot |
2002-03-29 |
Doug MacEachern | cleanup the proxy context |
commit | commitdiff | tree | snapshot |
2002-03-29 |
Doug MacEachern | s/ctx/dcfg/g in ssl directive handlers |
commit | commitdiff | tree | snapshot |
2002-03-29 |
Doug MacEachern | enable proxy directives |
commit | commitdiff | tree | snapshot |
2002-03-29 |
Doug MacEachern | change existing ssl_init_ctx() to ssl_init_ctx_protocol() |
commit | commitdiff | tree | snapshot |
2002-03-29 |
Brian Pane | Fixes for three problems in mod_include: |
commit | commitdiff | tree | snapshot |
2002-03-29 |
Doug MacEachern | proxy will have a different verify callback |
commit | commitdiff | tree | snapshot |
2002-03-29 |
Doug MacEachern | proxy needs to use client ssl method |
commit | commitdiff | tree | snapshot |
2002-03-29 |
Doug MacEachern | setup sc->proxy->sc |
commit | commitdiff | tree | snapshot |
2002-03-29 |
Doug MacEachern | add ssl_config_server_new function to fold some duplica... |
commit | commitdiff | tree | snapshot |
2002-03-29 |
Doug MacEachern | inititialize and merge proxy config |
commit | commitdiff | tree | snapshot |
2002-03-29 |
Doug MacEachern | no point in merging things which are not set until... |
commit | commitdiff | tree | snapshot |
2002-03-29 |
Doug MacEachern | 'ctx' traditionally refers to an SSL_CTX. change modss... |
commit | commitdiff | tree | snapshot |
2002-03-29 |
Bradley Nicholes | Stop the while loop from incrementing twice per iterati... |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Doug MacEachern | ctx->sc is set during init |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Doug MacEachern | switch from SSLSrvConfigRec* to modssl_ctx_t* in the... |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Doug MacEachern | make merging of modssl_ctx_t's generic |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Joshua Slive | Update Redhat layout to v7. |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Doug MacEachern | moving cfgMerge macros to ssl_engine_config.c, they... |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Doug MacEachern | remove unused cfgMerge{Table,Ctx} macros |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Doug MacEachern | moving protocol location |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Doug MacEachern | breakup SSLSrvConfigRec in preparation for proxy support: |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Doug MacEachern | ripping out some proxy stuff that isn't currently in... |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Doug MacEachern | already added configure check for SSL_set_cert_store |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Doug MacEachern | de-hungarian-ize server config member names which are... |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Doug MacEachern | reorder a bit of the server config structure, moving... |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Jeff Trawick | signature of quick_handler hook changed |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Doug MacEachern | remove error msg hint that is no longer true |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Doug MacEachern | fixup naming: |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Doug MacEachern | move context callback setting to ssl_init_ctx_callbacks... |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Doug MacEachern | move server cert/key initialization to ssl_init_server_... |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Doug MacEachern | copy DSA params to server server during key import |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Doug MacEachern | fix logic from last commit, need to always try importin... |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Doug MacEachern | fold some duplication into generic ssl_server_import_ke... |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Brian Pane | Revert my last fix, which broke more things than it... |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Doug MacEachern | fold some duplication into generic ssl_server_import_ce... |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Doug MacEachern | move server cert checking into generic ssl_check_public... |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Brian Pane | Don't walk past the end of the tag in ap_ssi_get_tag_an... |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Doug MacEachern | move server specific init config checks into ssl_init_c... |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Doug MacEachern | break out certificate chain initialization into |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Bill Stoddard | ap_run_sub_req does not return apr_status, so we should... |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Doug MacEachern | there is a heaping pile of: |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | break out certificate revocation list initialization... |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | break out cipher suite initialization into ssl_init_cip... |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | "new" is a c++ keyword; s/new/mrg/g in config merge... |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | move warning about session cache not being configured... |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | break out SSL_CTX session initialization into |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | add entry for sslc compat layer changes |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Bill Stoddard | Add a new parameter to the quick_handler hook to instruct |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | add license |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Bradley Nicholes | Switched to xcopy commands in the make file so that... |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Bill Stoddard | Ensure CACHE_OUT gets installed in front of SUBREQ_CORE... |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Cliff Woolley | "Oops" has two o's in it. :) |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | break SSL_CTX initialization into ssl_init_ctx function |
commit | commitdiff | tree | snapshot |
next |