summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Pieter Lexis [Fri, 27 Jan 2012 16:54:36 +0000 (17:54 +0100)]
Don't quit when _one_ record is invalid
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.
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?)
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
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
Pieter Lexis [Tue, 24 Jan 2012 12:35:36 +0000 (13:35 +0100)]
Fix my email address
Pieter Lexis [Tue, 24 Jan 2012 11:55:38 +0000 (12:55 +0100)]
Import from initial devel-repo