]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
move closer to IPv6 support by changing the server_addr_rec
authorJeff Trawick <trawick@apache.org>
Fri, 15 Dec 2000 19:20:12 +0000 (19:20 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 15 Dec 2000 19:20:12 +0000 (19:20 +0000)
commitde6a327f3da584f2c6f853e6e55e3b782d3a6927
tree050ba8ada4946fe5b73cb1880f6ab17809518929
parent8abfffa93c2ab57a718db8e9e9f01105117f3815
move closer to IPv6 support by changing the server_addr_rec
representation of the bound address to something which handles
IPv6; this also allows us to switch to APR resolver routines
in places instead of calling gethostbyname() and gethostbyaddr()
directly

Issues remaining with this set of changes:

1) apr_snprintf()'s %pA formatting needs to change to take
   apr_sockaddr_t * instead of sockaddr_in * -OR- just get rid
   of that type of formatting
2) apr_get_inaddr() is no longer used and should be removed

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87363 13f79535-47bb-0310-9956-ffa450edef68
include/httpd.h
server/config.c
server/vhost.c