]> granicus.if.org Git - apache/history - modules
remove ssl_engine_ds.c
[apache] / modules /
2002-03-13 Doug MacEachernremove ssl_engine_ds.c
2002-03-13 Doug MacEachernremove obsolete ssl_ds_{table,array} api
2002-03-13 Doug MacEachernreplace ssl_ds_array usage with apr_array_header_t
2002-03-13 Bill StoddardEnable mod_mem_cache to use apr_atomic operators in...
2002-03-13 Bill StoddardA bit more cleanup
2002-03-13 Doug MacEachernminor ssl_init_CheckServers() enhancements:
2002-03-13 Doug MacEachernfolding more duplication in ssl_tmp_keys_init
2002-03-12 Doug MacEacherncleanup tmp key callbacks. each had assigned the same...
2002-03-12 Doug MacEachernfor the sake of readablity,
2002-03-12 Doug MacEachernsplit ssl_init_TmpKeysHandle function to init/free...
2002-03-12 Doug MacEachernit is not required that temporary keys survive restarts...
2002-03-12 Bill Stoddardcleanup some code paths
2002-03-12 Doug MacEachernremove version checks for using EGD
2002-03-12 Doug MacEachernremove call to legacy X509V3_add_standard_extensions...
2002-03-12 Doug MacEachernwe require OpenSSL 0.9.6+
2002-03-12 Bill StoddardRemove some deprecated comments. Delete some unused...
2002-03-12 Doug MacEachernremoving unused ssl_init_ChildKill
2002-03-12 Doug MacEachernmaking ssl_init_SSLLibrary() static
2002-03-12 Doug MacEacherncleanup version component construction.
2002-03-12 Doug MacEachernfold duplication of SSL{Proxy}VerifyDepth directives...
2002-03-12 Bradley NicholesFixed a type mismatch
2002-03-12 Doug MacEachernmoving SSLVerifyClient directive parsing into ssl_cmd_v...
2002-03-12 Bradley NicholesAdded NetWare to the ifdef list
2002-03-12 Doug MacEachernfold duplication of SSL{Proxy}Protocol directives into
2002-03-12 Doug MacEachernfold some duplication of server certs/keys directive...
2002-03-12 Doug MacEachernfolding some command handler duplication into two gener...
2002-03-12 Doug MacEachernget rid of some warnings for currently unused/unprototy...
2002-03-12 Doug MacEachernminor performance enhancement: no need to use md5 of...
2002-03-12 Doug MacEacherndropping hungarian notation
2002-03-12 Doug MacEachernminor style changes
2002-03-12 Sander StrikerResolve the issue Jeff pointed out in his recently...
2002-03-12 Jeff Trawickadd a comment to point out a potential segfault
2002-03-12 Doug MacEacherndropping hungarian notation
2002-03-12 Bill StoddardReference the cache_object directly rather than via...
2002-03-12 Bill StoddardMove refcount and cleanup to the primary cache object...
2002-03-12 Doug MacEachernvarious style fixups / general changes to make code...
2002-03-12 Doug MacEachernvarious style fixups / general changes to make code...
2002-03-12 Doug MacEachernadd SSL_VERIFY_PEER_STRICT shortcut for often used...
2002-03-12 Doug MacEachernvarious style fixups / general changes to make code...
2002-03-10 Ben LaurieBe a better example.
2002-03-10 Doug MacEachernno need to call SSL_clear() after SSL_new()
2002-03-10 Doug MacEacherndon't allocate SSLConnRec unless ssl is enabled on...
2002-03-09 Jeff Trawickprovide missing MAX() macro so that proxy can compile...
2002-03-09 Graham LeggettNew directive ProxyIOBufferSize. Sets the size of the...
2002-03-09 Graham LeggettScrap CacheMaxExpireMin and CacheDefaultExpireMin....
2002-03-08 Bill StoddardNo this is not a pretty site... close the cached file...
2002-03-08 Doug MacEachernsupport reuse of encrypted DSA keys on restart
2002-03-08 Jeff Trawickadd a bit of error checking to the mod_cgid daemon...
2002-03-08 Bill StoddardAdd file handle caching to mod_mem_cache. This is still...
2002-03-08 Ian Holsmannew directive SSIUndefinedEcho.
2002-03-08 Jeff Trawickimplement a common function for getting a socket and...
2002-03-08 Greg Stein* mod_dav.c (dav_handle_err): look through the error...
2002-03-08 Doug MacEachernremove unused ap_server_ctx member from SSLSrvConfigRec
2002-03-07 Doug MacEachernfix typo in ap_proxy_http_canon: s/https:/https/
2002-03-07 Bill StoddardDeconstify...
2002-03-07 Bill StoddardDeconstify these fields...
2002-03-07 Bradley NicholesNeed to check if the userdir is absolute before it...
2002-03-07 Bill StoddardAlignment tweaks. No function change.
2002-03-07 Bill StoddardBail out gracefully if any part od cache load fails...
2002-03-07 Bill StoddardChange the return type on read_headers, write_headers...
2002-03-07 Bill StoddardDo a better job of cleaning up (plug memory leaks)...
2002-03-07 Sander StrikerBig style patch.
2002-03-07 Bill StoddardTrack cache size as items are added to and removed...
2002-03-07 Bill StoddardPlace some limits on the size of the cache and the...
2002-03-07 Bradley NicholesNetWare .def files for the DAV modules
2002-03-07 Bill StoddardAdd a comment...
2002-03-07 Bill StoddardAdd CacheMinObjectSize and CacheMaxObjectSize directive...
2002-03-07 Sander StrikerCleanup some left behind style nits I missed and clean
2002-03-07 Sander StrikerAlways fun when you mess up your first commit...
2002-03-07 Sander StrikerCheck to see if r->content_type != NULL before comparin...
2002-03-07 Justin ErenkrantzAs hinted on dev@httpd, change filter naming schemes...
2002-03-07 Justin ErenkrantzFix prototype and return value of http_create_request...
2002-03-07 Ryan BloomWe need to setup protocol filters for the fake request...
2002-03-07 Ryan BloomThere is no reason to insert the protocol filters in...
2002-03-06 Ian Holsmanapr-utils rename apr_ansi_time_to_apr_time and
2002-03-06 Ryan BloomRemove a comment that no longer applies.
2002-03-05 Ryan BloomRemove another hack from the server. The add_required_...
2002-03-04 Aaron BannertFix up the wording on the --with-module output printed...
2002-03-04 William A. Rowe Jr Just formatting cleanup, nothing interesting here...
2002-03-04 Bill StoddardBail on computing the amount of bytes in a brigade...
2002-03-04 Justin ErenkrantzThe style police at work.
2002-03-04 Ryan BloomAdding the same filters over and over again used to...
2002-03-03 Ryan BloomClassify some of the input filters as the correct types...
2002-03-03 Ryan BloomFix the mod_dir/mod_negotiation bug, where redirects...
2002-03-03 Doug MacEachernreuse existing private key if possible for all SSLPassP...
2002-03-03 Cliff WoolleyParen-protect macro arguments when used. (This will...
2002-03-01 Bradley NicholesSwitching from a project build file to GNU make files
2002-03-01 William A. Rowe Jr next_filter of NULL to any ap_sub_req_lookup*() fn...
2002-03-01 Cliff WoolleyWe don't need transfer_brigade() because we already...
2002-03-01 Doug MacEacherns/const void/const char/g in ssl_asn1_table api
2002-03-01 Cliff WoolleyConsensus is that we should not use the scoreboard...
2002-03-01 Greg SteinGive mod_dav the ability to output both standard and...
2002-02-28 Cliff WoolleyUse the new APR_BRIGADE_PREPEND() macro
2002-02-28 Doug MacEachernplug leak in newish ssl_asn1_table_set() function
2002-02-28 Doug MacEachernremove an XXX: we already do CRYPTO_set_locking_callbac...
2002-02-28 Doug MacEachernremove #ifdef SHARED_MODULE around ssl library cleanup...
2002-02-28 Doug MacEachernmove SSL_load_client_CA_file() comment to where we...
2002-02-28 Doug MacEachernvarious SSLCACertificatePath fixes:
2002-02-28 Doug MacEachernplug leak in ssl_init_FindCAList() where return value of
2002-02-28 Doug MacEachernfold some duplication within ssl_init_FindCAList()...
next