public/dnssec-swede-utility.git
12 years agoAdd a .gitignore file
Pieter Lexis [Tue, 31 Jan 2012 12:16:58 +0000 (13:16 +0100)]
Add a .gitignore file

12 years agoWhen printing to stderr, redirect correctly
Pieter Lexis [Mon, 30 Jan 2012 21:51:32 +0000 (22:51 +0100)]
When printing to stderr, redirect correctly

12 years agoFix the --output both when creating records
Pieter Lexis [Fri, 27 Jan 2012 17:04:26 +0000 (18:04 +0100)]
Fix the --output both when creating records

12 years agoDon't quit when _one_ record is invalid
Pieter Lexis [Fri, 27 Jan 2012 16:54:36 +0000 (17:54 +0100)]
Don't quit when _one_ record is invalid

12 years agoFixed tlsa name regex (thanks JP Mens)
Pieter Lexis [Fri, 27 Jan 2012 16:10:11 +0000 (17:10 +0100)]
Fixed tlsa name regex (thanks JP Mens)

  * The regex didn't allow the use of dashes(-) in the hostname part of the name string.

12 years agoAdd exception handling to getA and getAAAA
Pieter Lexis [Thu, 26 Jan 2012 13:56:19 +0000 (14:56 +0100)]
Add exception handling to getA and getAAAA

  * Basically, exit if no records can be found.
  * For AAAA it doesnt matter anyway, as it isn't used (yet?)

12 years agoAdd a DNSLookupError class (thanks Warren Kumari)
Pieter Lexis [Thu, 26 Jan 2012 13:37:08 +0000 (14:37 +0100)]
Add a DNSLookupError class (thanks Warren Kumari)

 * This patch makes the getTLSA method catch the DNSLookupError when no TLSA record is found

12 years agoAdd option to use resolv.conf (thanks James Cloos)
Pieter Lexis [Tue, 24 Jan 2012 16:00:58 +0000 (17:00 +0100)]
Add option to use resolv.conf (thanks James Cloos)

 * This allows one to use a recursor for lookups instead of letting libunbound
   do the recursion

12 years agoFix my email address
Pieter Lexis [Tue, 24 Jan 2012 12:35:36 +0000 (13:35 +0100)]
Fix my email address

12 years agoImport from initial devel-repo
Pieter Lexis [Tue, 24 Jan 2012 11:55:38 +0000 (12:55 +0100)]
Import from initial devel-repo