8b4ee53fc52bc935cdd12876022c6a5a873ce4cc 526892 |
|
09-Apr-2007 |
trawick |
htdbm: Enable crypt support on platforms with crypt() but not
<crypt.h>, such as z/OS.
We assume that the ancient code in htpasswd has it right --
all but Windows, TPF, and NetWare have crypt().
Submitted by: David Jones <oscaremma gmail.com>
Reviewed by: wrowe, trawick |
4bb7ba7c1f9972b443562faf99151ccec854446f 104548 |
|
11-Aug-2004 |
jorton |
* modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVerify_CRL),
* server/log.c (ap_log_pid),
* server/mpm/prefork/prefork.c (accept_mutex_on, accept_mutex_off),
* support/htdbm.c (htdbm_list):
Fix some non-literal format strings (warnings from gcc -Wformat-security).
PR: 30585
Submitted by: Ulf Harnhammar (SITIC), Joe Orton |