Download List

Projeto Descrição

dnsjava is an implementation of the DNS protocol in Java. It supports all of the common record types. dnsjava provides both high and low level access to the resolver. The high level functions perform queries for records of a given name, type, and class, and return an array of records. A cache is used to reduce the number of queries sent. The low level functions allow direct manipulation of dns messages and records, as well as allowing additional resolver properties to be set. A 'dig' clone, dynamic update program, and basic server are also included. Extensions to the DNS protocol are supported as well (DNSSEC, TSIG, EDNS0).

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-05-11 01:28
1.2.4

Tags: Minor bugfixes

2001-01-30 15:12
1.1

Opções globais, EDNS0, DNSSEC verificação parcial, novos tipos de registro, (DNAME, RP, A6) e um monte de correções de bugs.
Global options, EDNS0, partial DNSSEC verification, new record types, (DNAME, RP, A6) and lots of bug fixes.

2001-01-30 15:12
1.0.2

Muitas correções de bugs e limpeza de código. Atualidades Cache, RRset, Resolver async, piscina de discussão.
Lots of bug fixes and code cleanup. Updates to Cache, RRset, async Resolver, thread pool.

2001-01-30 15:12
1.0

pacotes em conformidade com java nomenclatura padrão, o cache usa round-robin, atualização melhorias cliente, mais documentação, analisador de arquivo de zona compreende mais directivas, análise de registro de várias linhas, LOC e registros KX, lotes de correções de bugs
packages conform to java naming standard, cache uses round-robin, update client improvements, more documentation, zone file parser understands more directives, multiline record parsing, LOC and KX records, lots of bug fixes

2001-01-30 15:12
0.9

Asynchronous pesquisas de resolver, de vários servidores e tente de novo suporte, pesquisa de nome não qualificado, o apoio discussão documentação, javadoc, e correções jnamed.
Asynchronous resolver lookups, multiple server and retry support,
unqualified name lookup, thread support, javadoc documentation,
and jnamed fixes.

Project Resources