logo.gif (322 bytes)
- The name that means I.T. -
Home ] Up ] COBRA ] JAMS ] gdit ] [ DNS Resolver ]


 

DNS Resolver

A DNS resolver, written entirely in Java and not relying on any underlying OS resolver, was implemented as part of the JAMS mail server project.   Work on this project has now stopped as a much more complete resolver (dnsjava) has been written by Brian Wellington.  The resolver was started in the autumn of 1998 and what follows is a brief history.

History

Saturday, 30th April 1999

Resumed work on project.  Moved resolver library code from Visual Cafe to Visual Age project.

Wednesday, 4th May 1999

Resolver libary will perform lookup of single query record and read response and pretty print to console.

26th June

Version 1.0 released.  Supports mail exchanger (MX), address (A), Name Server (NS) and Canonical Name (CNAME) record lookups.

Source Code

This is provided 'as is', no further development work will be carried out on this project.