captive-validator.git
3 years agoIssue #2. Handle CNAME responses master
David Blacka [Mon, 6 Jul 2020 13:49:30 +0000 (13:49 +0000)]
Issue #2. Handle CNAME responses

3 years agoRemove some FIXME comments
David Blacka [Mon, 6 Jul 2020 13:49:07 +0000 (13:49 +0000)]
Remove some FIXME comments

3 years agoIssue #3. Fix direct wildcard match
David Blacka [Thu, 2 Jul 2020 18:57:17 +0000 (18:57 +0000)]
Issue #3. Fix direct wildcard match

Notice if our wildcard expansion gives us back the same name we started with.

3 years agoAdd a trace option; only print good responses for debug
David Blacka [Thu, 2 Jul 2020 18:56:27 +0000 (18:56 +0000)]
Add a trace option; only print good responses for debug

3 years agoIssue #1. Fix opt-out ENT case in NSEC3 NODATA
David Blacka [Thu, 2 Jul 2020 17:42:10 +0000 (17:42 +0000)]
Issue #1. Fix opt-out ENT case in NSEC3 NODATA

This attempts to adjust the proof to match the errata filed back in
2012.  It turns out that the qtype=DS/qtype!=DS logic is the same either
in the case we find a matching NSEC3 or we do not and the "next closer"
NSEC3 has the opt-out bit set.

3 years agoIssue #1. This just updates the comments
David Blacka [Thu, 2 Jul 2020 17:41:09 +0000 (17:41 +0000)]
Issue #1.  This just updates the comments

3 years agoMake it build again; print responses in debug mode
David Blacka [Wed, 17 Jun 2020 13:05:11 +0000 (13:05 +0000)]
Make it build again; print responses in debug mode

Also make sure we were using the "latest" dnsjava.

6 years agoStart of CNAME support; add unit test framework and initial tests
David Blacka [Tue, 12 Dec 2017 19:05:57 +0000 (19:05 +0000)]
Start of CNAME support; add unit test framework and initial tests

6 years agoFormatting, additional comments.
David Blacka [Tue, 12 Dec 2017 19:04:18 +0000 (19:04 +0000)]
Formatting, additional comments.

This is basically undoing damage caused by Eclipse's built-in formatting.

6 years agoUpdate to a newer version of jdnssec-dnsjava
David Blacka [Tue, 12 Dec 2017 15:47:36 +0000 (15:47 +0000)]
Update to a newer version of jdnssec-dnsjava

8 years agoFix NullPointerException that would occur when getting a non-dnssec referral from...
David Blacka [Sat, 25 Apr 2015 01:24:29 +0000 (21:24 -0400)]
Fix NullPointerException that would occur when getting a non-dnssec referral from the server.

10 years agoUpgrade to dnsjava-2.1.3-vrsn-3 and increment the version.
David Blacka [Tue, 14 May 2013 13:48:51 +0000 (09:48 -0400)]
Upgrade to dnsjava-2.1.3-vrsn-3 and increment the version.

10 years agoAdd convenience methods to the main class to help with Ruby integration.
David Blacka [Tue, 14 May 2013 13:04:01 +0000 (09:04 -0400)]
Add convenience methods to the main class to help with Ruby integration.

13 years agofix warnings and findbugs hints
davidb [Fri, 25 Jun 2010 23:03:08 +0000 (19:03 -0400)]
fix warnings and findbugs hints

13 years agoincrement release version
davidb [Tue, 22 Jun 2010 22:50:02 +0000 (18:50 -0400)]
increment release version

13 years agohandle having no trust anchors more gracefully.
davidb [Tue, 22 Jun 2010 19:05:45 +0000 (15:05 -0400)]
handle having no trust anchors more gracefully.

13 years agofix infloop when skipping queries; add debug logging
davidb [Fri, 11 Jun 2010 17:34:12 +0000 (13:34 -0400)]
fix infloop when skipping queries; add debug logging

13 years agorename the DNSSECReconciler to DNSSECValTool
davidb [Fri, 11 Jun 2010 15:49:05 +0000 (11:49 -0400)]
rename the DNSSECReconciler to DNSSECValTool

13 years agoAdd README and VERSION; try again to shut up log4j; slightly nicer usage
davidb [Thu, 10 Jun 2010 20:03:08 +0000 (16:03 -0400)]
Add README and VERSION; try again to shut up log4j; slightly nicer usage

13 years agoadd error_file, count options; configure log4j so it stops whining; eclipse formattin...
davidb [Thu, 10 Jun 2010 18:54:39 +0000 (14:54 -0400)]
add error_file, count options; configure log4j so it stops whining; eclipse formatting madness

13 years agowrap the simpleresolver.send() in a method just to log better errors; add some progre...
davidb [Wed, 9 Jun 2010 23:10:48 +0000 (19:10 -0400)]
wrap the simpleresolver.send() in a method just to log better errors; add some progress logging

13 years agonow basically works, although not tested
davidb [Wed, 9 Jun 2010 22:25:26 +0000 (18:25 -0400)]
now basically works, although not tested

13 years agoadd initial query string parsing code
David Blacka [Wed, 9 Jun 2010 03:18:45 +0000 (23:18 -0400)]
add initial query string parsing code

13 years agoremove redundant jars
David Blacka [Wed, 9 Jun 2010 02:28:41 +0000 (22:28 -0400)]
remove redundant jars

13 years agoaddress merge conflicts
David Blacka [Wed, 9 Jun 2010 02:26:34 +0000 (22:26 -0400)]
address merge conflicts

13 years agonot-yet-working start of the command line interface
davidb [Tue, 8 Jun 2010 22:46:17 +0000 (18:46 -0400)]
not-yet-working start of the command line interface

13 years agoadd log4j
davidb [Tue, 8 Jun 2010 21:18:13 +0000 (17:18 -0400)]
add log4j

13 years agofix source directory name typo
davidb [Tue, 8 Jun 2010 21:16:07 +0000 (17:16 -0400)]
fix source directory name typo

13 years agoupdate dnsjava library
davidb [Tue, 8 Jun 2010 21:13:18 +0000 (17:13 -0400)]
update dnsjava library

13 years agosync with external work, part 2: this adds an error list, and fixes a major NSEC3...
davidb [Tue, 8 Jun 2010 15:20:50 +0000 (11:20 -0400)]
sync with external work, part 2: this adds an error list, and fixes a major NSEC3 validation bug

13 years agosomewhat gratutious reformatting by eclipse
David Blacka [Mon, 31 May 2010 16:16:14 +0000 (12:16 -0400)]
somewhat gratutious reformatting by eclipse

13 years agoadd eclipse settings
David Blacka [Mon, 31 May 2010 16:15:51 +0000 (12:15 -0400)]
add eclipse settings

13 years agoremove old dnsjava lib, add some form of log4j
David Blacka [Mon, 31 May 2010 16:11:38 +0000 (12:11 -0400)]
remove old dnsjava lib, add some form of log4j

13 years agofix typo in package dir
David Blacka [Mon, 31 May 2010 16:09:04 +0000 (12:09 -0400)]
fix typo in package dir

13 years agosync with external work.
davidb [Sun, 30 May 2010 22:34:04 +0000 (18:34 -0400)]
sync with external work.

15 years agoremove build.xml; since this is going to be integrated with TAT, it doesn't seem...
David Blacka [Mon, 20 Apr 2009 01:15:20 +0000 (21:15 -0400)]
remove build.xml; since this is going to be integrated with TAT, it doesn't seem necessary

15 years agoadd some expanded TODO notes
David Blacka [Mon, 20 Apr 2009 01:05:56 +0000 (21:05 -0400)]
add some expanded TODO notes

15 years agoMore progress, no idea if we are working yet
David Blacka [Mon, 20 Apr 2009 00:57:24 +0000 (20:57 -0400)]
More progress, no idea if we are working yet

15 years agoremove some warnings by using java 5 features
David Blacka [Sun, 19 Apr 2009 21:12:48 +0000 (17:12 -0400)]
remove some warnings by using java 5 features

15 years agoWe now compile, although we probably don't really work
David Blacka [Sun, 19 Apr 2009 19:42:05 +0000 (15:42 -0400)]
We now compile, although we probably don't really work

15 years agomove into the com.verisign.tat package (leaving unbound behind. sniff.)
David Blacka [Sun, 19 Apr 2009 19:27:02 +0000 (15:27 -0400)]
move into the com.verisign.tat package (leaving unbound behind. sniff.)

15 years agomore progress -- still not compiling
David Blacka [Sun, 19 Apr 2009 19:24:49 +0000 (15:24 -0400)]
more progress -- still not compiling

15 years agowork in progress -- doesn't all compile yet, but it is starting to take shape
David Blacka [Sun, 19 Apr 2009 17:56:34 +0000 (13:56 -0400)]
work in progress -- doesn't all compile yet, but it is starting to take shape