]> granicus.if.org Git - apache/commit
move rfc1413 code to a new module "metadata:mod_ident".
authorAndre Malo <nd@apache.org>
Sat, 18 Jan 2003 03:37:55 +0000 (03:37 +0000)
committerAndre Malo <nd@apache.org>
Sat, 18 Jan 2003 03:37:55 +0000 (03:37 +0000)
commitb59344ee67934810159d325e4099d717540a8464
tree9e1fb7be1951f8c45276ba924120988f21940b20
parentee0f20b8b509170fc499f26136fd4bdcae936684
move rfc1413 code to a new module "metadata:mod_ident".
The rfc1413 code itself is mostly c&p, but can still bear
some rework ...

This patch removes the global ap_rfc1413 function and the
ap_rfc1413_timeout variable. It also introduces a new config
directive IdentityCheckTimeout (default 30 sec).

Reviewed by: Justin Erenkrantz

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98320 13f79535-47bb-0310-9956-ffa450edef68
include/http_core.h
include/httpd.h
include/rfc1413.h [deleted file]
modules/metadata/config.m4
modules/metadata/mod_ident.c [moved from server/rfc1413.c with 63% similarity]
server/Makefile.in
server/core.c