2010-03-12 10:27:39 by Fredrik Pettai | Files touched by this commit (4) | |
Log message:
Imported in pkgsrc
|
2010-03-12 10:19:13 by Fredrik Pettai | Files touched by this commit (1) |
Log message:
Added LICENSE
|
2010-03-12 10:17:41 by Fredrik Pettai | Files touched by this commit (3) |
Log message:
Upgraded to 1.44
|
2010-02-03 13:12:52 by Fredrik Pettai | Files touched by this commit (2) |
Log message:
dnsruby-1.43:
o Added Dnsruby.version method to establish installed version of dnsruby.
o Fixed parsing of broken TXT and NAPTR records.
o Fixed the \DDD notation handling for corner cases.
|
2010-01-14 00:23:49 by Fredrik Pettai | Files touched by this commit (2) |
Log message:
dnsruby-1.42:
o Complicated TXT and NAPTR records now handled correctly
o ZoneReader now handles odd escape characters correctly
o Warns when immediate timeout occurs because no nameservers are configured
o Easy hmac-sha1/256 options to Resolver#tsig=
o ZoneReader fixed for "IN CNAME @" notations
o ZoneReader supports wildcards
o Dnsruby.version method added - currently returns 1.42
|
2009-12-18 02:13:01 by Fredrik Pettai | Files touched by this commit (3) |
Log message:
dnsruby-1.41:
o RFC3597 unknown classes (e.g. CLASS32) now handled correctly
in RRSIGs
o Resolver#do_caching flag added for Resolver-level caching
o DNSKEY#key_tag now cached - only recalculated when key data
changes
o Bugfix where Resolver would not time queries out if no
nameservers were configured
o Recursor now performs A and AAAA queries in parallel
o Fix for zero length salt
o Fixing priming for signed root
o Fixes for DLV verification
o Other minor fixes
|
2009-12-13 02:00:42 by Fredrik Pettai | Files touched by this commit (1) |
Log message:
Fix minor pkglint complaint.
|
2009-11-18 22:10:42 by Fredrik Pettai | Files touched by this commit (3) |
Log message:
Changes:
o Zone file reading support added (Dnsruby::ZoneReader)
o Name and Label speed-ups
o CodeMapper speed-ups
o DHCID RR added
o LOC presentation format parsing fixed
o KX RR added
o Quotations now allowed in text representation for ISDN, X25 and HINFO
o AFSDB from_string fixes
o Fixing CERT types and from_string
o CERT now allows algorithm 0
o Fix for DS record comparison
o HIP RR added
o Minor bug fixes
o IPSECKEY RR added
o Clients can now manipulate Name::Labels
|
2009-11-03 18:52:37 by Fredrik Pettai | Files touched by this commit (1) |
Log message:
Remove TODO, since it's no longer accurate
|
2009-10-19 10:54:29 by Fredrik Pettai | Files touched by this commit (3) |
Log message:
dnsruby-1.39:
* Fixes for SSHFP and NAPTR records.
Also fixes NSEC(3) records with no types covered.
dnsruby-1.38:
* SHA2 support added
|