<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Douglas E. Engert wrote:<br>
<blockquote type="cite" cite="mid3F0D75BB.ECD09249@anl.gov">
  <pre wrap="">Jeffrey Altman wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Looking at the patch and the MIT WSHelper code I have to wonder whether
the WSHelper which is being shipped with KX509 is out of date or out of
sync with the MIT distribution.  As far as I can tell the code you have
identified as being the problem should never be executed on 2000 and XP
because those systems support the IPHelper API.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Well that might explain why I have not gotten any reports of problems
with the Kerberos code. 

The UMich res_init.c code matches the MIT, except  that they made it more 
standalone by including some header info in to the code. The code itself 
did not appear to be changed.  
  </pre>
</blockquote>
If this is the case, I would be extremely interested in knowing why the
IPHelper code is not be used instead of the search through the Registry.<br>
<br>
<blockquote type="cite" cite="mid3F0D75BB.ECD09249@anl.gov">
  <pre wrap="">All they really need is to lookup a srv record. Is there some easy way
in W2K to do this? (For W2k could they just use the DnsQuery functions?)</pre>
</blockquote>
<br>
I see no reason why you could not use DnsQuery()<br>
<br>
&nbsp;
<a class="moz-txt-link-freetext" href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dns/dns/dnsquery.asp">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dns/dns/dnsquery.asp</a><br>
<br>
provided that they only need to support Win2000 or above.<br>
<br>
<br>
</body>
</html>