0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected 2 days ago.
Sep 23, 2025 — Sep 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Reverting an earlier fix and improving another based on feedback from Wellington. More... about 16 years ago
Applying Brian Wellington's fix for the StreamVerifier issue with XFRs composed of more than one message: More... about 16 years ago
Reverting some changes that weren't quite right (merge -r210:208) More... about 16 years ago
Did not mean to leave that commented. More... about 16 years ago
Deprecating TSIG.StreamVerifier.verify(Message, Byte) that has no way to know whether it's operating on the final message in a stream and therefore needs to verify it's TSIG signature (per RFC 2485: "The TSIG MUST be included on the first and last DNS envelopes") in favor of the new TSIG.StreamVerifier.verify(Message, Byte, boolean) which can be told if it's on the last message. Was causing TSIG failures when transferring in zones that are too large to fit in one message (> 1400 records or so). More... about 16 years ago
Handle negative altitudes in LOC records More... about 16 years ago
On sendAsync(), send message via all configured resolvers, not just the first one in the array More... about 16 years ago
Add new dnssec algs to KEYConverter More... over 16 years ago
upgrade to 2.0.8; this also fixes the typemap bug More... over 16 years ago
fix a bug in the DNSJava 2.0.7 typemap class More... over 16 years ago
remove accidentally committed build directory More... almost 17 years ago
add README.vrsn; make progress on the base32Test driver. More... almost 17 years ago
upgrade to 2.0.7. Retained build.xml, Message, and some part of the original NSEC3Record (the comment field) More... almost 17 years ago
upgrade to 2.0.7. Retained build.xml, Message, and some part of the original NSEC3Record (the comment field) More... almost 17 years ago
add a (minimal) DHCID record implementation More... over 17 years ago
increment version More... over 17 years ago
Modified Message to emulate DiG's 'OPT PSEUDOSECTION' in the toString() method. More... over 17 years ago
add NSEC3 algorithms to the DNSSECVerifier class, too More... over 17 years ago
add the NSEC3 key types to KEYConverter.parseRecord (thanks Maarten Bosteels) More... over 17 years ago
increment version More... over 17 years ago
Do not downcase the 'next' name in the NSEC RR when canonicalizing. More... over 17 years ago
add RFC 5155 algorithm identifiers More... over 17 years ago
fix comments for NSEC3PARAM More... over 17 years ago
Upgrade to dnsjava 2.0.6 More... over 17 years ago
use the correct type numbers for NSEC3 and NSEC3PARAM; update to 2.0.1-vrsn-4 More... over 17 years ago
update for nsec3-08 More... almost 20 years ago
fix NSEC3 wire parse issue that I thought was a merge error. Instead, it appears to be a more normal cut-n-paste bug More... about 20 years ago
add NSEC3PARAM More... about 20 years ago
add constant for the SHA256 DS digest id. More... over 20 years ago
update to DNSjava 2.0.1 More... over 20 years ago