]> granicus.if.org Git - apache/history - modules/ssl/ssl_engine_config.c
folding some command handler duplication into two generic functions:
[apache] / modules / ssl / ssl_engine_config.c
2002-03-12 Doug MacEachernfolding some command handler duplication into two gener...
2002-03-12 Doug MacEacherndropping hungarian notation
2002-03-12 Doug MacEachernvarious style fixups / general changes to make code...
2002-02-28 Doug MacEachernreuse vhost keys for asn1 tables where keys are allocat...
2002-02-28 Doug MacEachernswitch SSLModConfigRec.tPublicCert to ssl_asn1_table...
2002-02-28 Doug MacEachernswitch SSLModConfigRec.tPrivateKey to ssl_asn1_table...
2002-02-28 Doug MacEachernmod_ssl was "leaking" on restart since mc->tTmpKeys...
2002-02-27 William A. Rowe Jr Introduce the PassPhraseDialog 'pipe' mechanism.
2002-02-27 Doug MacEachernchanging mod_ssl to do a full startup/teardown on each...
2001-11-29 Doug MacEachernfix for last change that removed ssl_util_getmodconfig():
2001-11-29 Doug MacEachernssl_util_getmodconfig() and ssl_util_getmodconfig_ssl...
2001-11-29 Aaron BannertFix awkward grammar in some of mod_ssl's error messages.
2001-11-28 Doug MacEachernavoid calling ssl_util_vhostid() (and apr_sprintf under...
2001-08-23 William A. Rowe Jr Add some appropriate constness to the config
2001-08-23 William A. Rowe Jr Fix most-bogus ap_server_root_relative() cases. ...
2001-08-16 Jeff Trawickfix a few mod_ssl warnings for stuff like function...
2001-08-07 Ryan BloomRemove all warnings from the input filtering stack.
2001-07-19 Ralf S. EngelschallApply mod_ssl MEGA porting patch. This is a cleaned...
2001-05-05 Ralf S. EngelschallPort ssl_util.c stuff to APR.
2001-05-05 Ralf S. EngelschallKick out all old mutex code and base SSLMutex on APR...
2001-05-05 Ralf S. EngelschallChange mostly all old module structure hooks and EAPI...
2001-05-05 Ralf S. EngelschallAxe most WIN32 stuff from Apache 1.3. In Apache 2.0...
2001-05-05 Ralf S. EngelschallRemove one more EAPI-based thing we no longer really...
2001-05-05 Ralf S. EngelschallAxe out the complete SSL_COMPAT stuff. Because Apache...
2001-05-05 Ralf S. EngelschallAxe out EAPI-based SSL_VENDOR stuff.
2001-05-05 Ralf S. EngelschallActivate the command_rec structure.
2001-05-05 Ralf S. EngelschallIntegrate mod_ssl into the Autoconf facility.
2001-05-04 Ralf S. Engelschallmod_ssl integration step 2:
2001-05-04 Ralf S. EngelschallInitial revision