1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-11-22 22:00:48 +00:00

Dominick Meglio host file path discovery patch for windows

This commit is contained in:
Daniel Stenberg
2004-09-26 18:20:58 +00:00
parent db2efff373
commit 2bf866b0ce
4 changed files with 48 additions and 13 deletions

14
CHANGES
View File

@ -1,5 +1,19 @@
Changelog for the c-ares project
* September 26
- Dominick Meglio patched: C-ares on Windows assumed that the HOSTS file is
located in a static location. It assumed
C:\Windows\System32\Drivers\Etc. This is a poor assumption to make. In fact,
the location of the HOSTS file can be changed via a registry setting.
There is a key called DatabasePath which specifies the path to the HOSTS
file:
http://www.microsoft.com/technet/itsolutions/network/deploy/depovg/tcpip2k.mspx
The patch will make c-ares correctly consult the registry for the location
of this file.
* August 29
- Gisle Vanem fixed the MSVC build files.