Fix TSIG Javadocs
Fixed. Thanks!
Fix Javadoc nits (David Xia <davidxia@users.sourceforge.net>)
I don't think either of these solutions is correct; I think the problem is that calling Record.getRRSetType doesn't make sense for records in the query section of a message, as they shouldn't be combined into RRSets.
1696 is not the most recent revision - in fact, there's a patch from in a more recent revision (1699). Does this problem still occur with -head?
If someone provides a patch, I'll consider adding it, but I have no Android devices or ability to fix this.
I'm not seeing an exception, and there's nothing in the response packets here that would cause problems.
- Change the number of CNAMEs that the Lookup c...
There is a lot of hugely complicated code in UDPClient to deal with Windows systems...
There is a lot of hugely complicated in UDPClient to deal with Windows systems where...
tagging dnsjava 2.1.8
Update version numbers.
Fix typo.
- Add support for the OPENPGPKEY record.
Ability to create a Message from a ByteBuffer
Applied, with a few bug fixes (the DNSInput readU16() and read32() methods need to...
- Add a Message constructor taking a ByteBuffer...
Update tests to remove reference to nonexistent...
Feel free to submit a patch.
I might be missing something here, but I don't think either of the first solutions...
I think there's some misunderstanding about how DNS works. The interaction of ANY...
Add support for the CAA record.
I'm not sure how this works. It looks like the rcode will be set properly if the...
Add back some javadoc comments which were remov...
- Convert the TSIG code from using a custom HMA...
There are a number of problems with this code. The main problem here is that you...
Binary conversion of URIRecord erroneous
I believe this has already been fixed in -head; the problem was that the URI record...
java8 compatibility: fix javadoc irregularities that are now errors
Patch applied. Thanks!
Javadoc patches (from Noa Resare <noa@users.sf....
URIRecord: patch to use updated spec
Patch applied. Thanks!
- Update the URI record implementation to match...
Lookup constructor with resolver parameter
Setting it separately is a single, trivial call to Lookup.setResolver() for each...
update version numbers
update version numbers
tagging dnsjava 2.1.7
Add release marker.
The bug mentioned above has now been fixed, but there's nothing that can be done...
IllegalArgumentException("invalid IPv6 address") thown while creating AAAArecord object with IPv6 Addresses With Embedded IPv4 Addresses
- Attempt to deal with Java's poor handling of ...
I believe dnsjava is doing the right thing. If you call the AAAARecord constructor...
Add a few basic TSIG tests.
Update test to reflect bug fix.
I'd like to apply this, but can't. First, the patches don't cleanly apply, because...
Need an easy way to retrieve DNS server IP Address
Thanks! Patch applied.
Make SimpleResolver.getAddress() public, as it ...
Thanks! Committed. The only change I made was to update the URL in the comment to...
add support for URI record
Add support for the URI record.
Committed. Thanks!
fix use of allocated RRTYPE code in non-existence test
org.xbill.DNS.TypeTest::test_string() assumes t...
fix test result for serl.cs.colorado.edu
This should be fixed now.
Fix bundle imports for non-Android environments
I'm not seeing this in the build.xml file, so I expect this is in some external ...
- Add an interface for logging sent/received pa...
Custom logger
Committed, with a few minor changes. I changed the interface name from CustomLogger...
dns4java as osgi-bundle depends junit
Memory leak in lookup
Usage of SecureRandom hangs dnsjava
RRset.toString fails on empty RRset
- Printing an empty RRset would incorrectly thr...
- Change the OPTRecord equals() method to check...
TTL field of OPTRecord should be considered in equals()
TTL field of OPTRecord should be considered in equals()
I agree. I'm fixing this, but I think the equals() method can be simplified to: return...
Message truncation erroneously removes EDNS information/OPT record
- Add support for GOST (RFC 5933) to DNSSEC. U...
- Properly deal with short DSA and ECDSA keys. ...
- Fix message truncation to preserve the OPT re...
Fix typo.
Yes, I believe that is a bug. The patch looks pretty complicated, though, and while...
update IP addresses in tests
No "MulticastDNSMulticastOnlyQuerier" file causes NullpointerException in finalize() in Master.java
I have no idea what MulticastDNSMulticastOnlyQuerier is, or what it has to do with...
Fix potential null pointer dereference in final...
ResolverConfig and System.getProperty
It looks to me like os.name and os.vendor are required to be set. I can certainly...