public/dnssec-swede-utility.git
12 years agoFix a shamefully dumb copy-paste bug in the output
Pieter Lexis [Sat, 4 Feb 2012 22:23:11 +0000 (23:23 +0100)]
Fix a shamefully dumb copy-paste bug in the output

12 years agoNo need to assign when used once
Pieter Lexis [Sat, 4 Feb 2012 19:43:16 +0000 (20:43 +0100)]
No need to assign when used once

12 years agoFix error message for updated draft
Pieter Lexis [Sat, 4 Feb 2012 19:34:10 +0000 (20:34 +0100)]
Fix error message for updated draft

12 years agoAdd some checking to usage 2
Pieter Lexis [Sat, 4 Feb 2012 19:30:27 +0000 (20:30 +0100)]
Add some checking to usage 2

12 years agoAdd support for draft-15
Pieter Lexis [Fri, 3 Feb 2012 16:40:07 +0000 (17:40 +0100)]
Add support for draft-15

 * Add usage 3
 * Bump version number

12 years agoUse get instead of setdefault
Pieter Lexis [Thu, 2 Feb 2012 16:48:56 +0000 (17:48 +0100)]
Use get instead of setdefault

12 years agoDon't throw a KeyError when a record is invalid
Pieter Lexis [Wed, 1 Feb 2012 20:37:20 +0000 (21:37 +0100)]
Don't throw a KeyError when a record is invalid

12 years agoFix typo in "success"
Pieter Lexis [Wed, 1 Feb 2012 15:44:12 +0000 (16:44 +0100)]
Fix typo in "success"

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