CVS log for ports/dns/dnsjava/distinfo
Up to [FreeBSD] / ports / dns / dnsjava
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Dec 4 09:52:10 2011 UTC (2 months, 1 week ago) by miwi
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
- Update to 2.1.3 PR: 162986 Submitted by: Armin Pirkovitsch <armin@frozen-zone.org> Feature safe: yes
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Mar 14 10:54:52 2011 UTC (10 months, 4 weeks ago) by wen
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -3 lines
- Update to 2.1.1
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Dec 24 02:42:09 2009 UTC (2 years, 1 month ago) by wen
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_6_EOL
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3 lines
- Update to 2.0.8
Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Apr 29 06:05:25 2008 UTC (3 years, 9 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
Update to 2.0.6
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Feb 10 22:42:43 2007 UTC (5 years ago) by hq
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, PRE_XORG_7
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3 lines
- Update to 2.0.3 [1] - Release maintainership Reported by: portscout [1]
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Jun 21 22:28:53 2006 UTC (5 years, 7 months ago) by hq
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
Update to 2.0.1 Reported by: portscout
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Jan 22 08:31:39 2006 UTC (6 years ago) by edwin
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -0 lines
SHA256ify Approved by: krion@
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Nov 19 14:11:10 2004 UTC (7 years, 2 months ago) by hq
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0, RELEASE_4_11_0
dnsjava is an implementation of DNS in Java. It supports all defined record types (including the DNSSEC types), and unknown types. It can be used for queries, zone transfers, and dynamic updates. It includes a cache which can be used by clients, and a minimal implementation of a server. It supports TSIG authenticated messages, partial DNSSEC verification, and EDNS0. dnsjava provides functionality above and beyond that of the InetAddress class. Since it is written in pure Java, dnsjava is fully threadable, and in many cases is faster than using InetAddress. dnsjava provides both high and low level access to DNS. The high level functions perform queries for records of a given name, type, and class, and return an array of records. There is also a clone of InetAddress, which is even simpler. A cache is used to reduce the number of DNS queries sent. The low level functions allow direct manipulation of DNS messages and records, as well as allowing additional resolver properties to be set. WWW: http://www.xbill.org/dnsjava/
