0
I Use This!
Low Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Feb 01, 2025 — Feb 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adding demo to gem. Upping version to 1.21 for next release. Fixing ignoring of ignore_truncation. Setting RD to reflect @recurse. More... over 17 years ago
Adjusting README More... over 17 years ago
Giving update tests longer. Raising version number for 1.2 release More... over 17 years ago
Removing requirement for persistent sockets in light of Kaminsky attack More... over 17 years ago
Fix to keep SingleResolvers in line (especially with dnssec!) More... over 17 years ago
Fixing Name corner cases More... over 17 years ago
Restoring TheLog interface More... over 17 years ago
Fixed log issues. Fixed memory issues. Fixed select thread issues. More... over 17 years ago
Bug fix : If dnssec is set to false in the instantiator of a SingleResolver, the UDP size was still set to 1220 More... over 17 years ago
Adding fix for Maarten Oelering ref. http://rubyforge.org/forum/message.php?msg_id=37904 More... almost 18 years ago
Updating test spec for JRuby. More... about 18 years ago
Removing base64 dependency More... about 18 years ago
Making changes to get working with Ruby 1.9 More... about 18 years ago
Tidying up code and comments. Working on RDoc. Small refactorings. More... about 18 years ago
Added KeyCache to DnssecVerifier. Trusted keys are now stored in the key cache, and all keys are checked when message is verified. DS records are now followed, and the specified key is added to the to_be_trusted_keys list (it is added to the actual trusted_keys list when the DNSKEY RR is encountered). DS#digest and DS#check_key (and DS#digest_key) added. Test code improved - now follows chain of trust. More... about 18 years ago
Adding DNSSEC verification functionality, and refining client interface. Added method to verify message based on set of trusted keys. More... about 18 years ago
Renaming DnssecVerifier More... about 18 years ago
DNSSEC OK (DO) flag now set on all queries by default. Added new Method::Section class and rrset methods to extract RRSets from a Message or Section. Added RRSIG support to RRSet. RRSet now stores RRSIG records relating to the RRSet, as well as the RR records themselves. Other convenience methods added. More... about 18 years ago
DNSSEC support added (RFCs 4033, 4034, 4035). NSEC3 support also added. RRSIG signatures for RRSets, encoded with DNSKEYs may now be verified with Dnsruby. Security-aware non-validating stub resolver DNSSEC support added to SingleResolver. Validating support to be added. NSEC3 verification currently not performed - to be added. More... about 18 years ago
Sorting out gemspec More... about 18 years ago
Renaming gem file More... about 18 years ago
Adding online tests to Gem install More... about 18 years ago
Tidying up, and raising version to 1.0 in preparation for release. More... about 18 years ago
Using IPv4 for test server More... about 18 years ago
Changes to RDoc More... about 18 years ago
Getting OPT records working for EDNS large packets. Tests now implemented. More... about 18 years ago
Adding arguments to Message#sign!. Also improving TSIG RDoc More... about 18 years ago
Added Dnsruby::Message#set_tsig and Dnsruby::Message#sign! to do per-message TSIG signing. Tarted up test code to produce more tidy output. More... about 18 years ago
Tidying up tests More... about 18 years ago
Fixing tests More... about 18 years ago