0
I Use This!
Low Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Feb 07, 2025 — Feb 07, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Cache changes. RRSets and Message::Sections now comparable. Cache now caches against (qname, qtype, qclass) tuple, and, as-per-rfc4035, sets expiry of whole message to min ttl. More... almost 17 years ago
Fixing from_string issue in RRs - numeric values now converted when read. Thanks Sharat! More... almost 17 years ago
Fixing eternal loop if single selected sr_port is busy More... almost 17 years ago
Fixing SRV issue (bug #23909) More... almost 17 years ago
Fixing test - only answer RRSets necessarily signed More... almost 17 years ago
Checking for really crazy responses from servers (i.e. no question section in response) More... almost 17 years ago
Now allowing unknown flags in DNSKEY. REVOKED flag now supported in DNSKEY. More... almost 17 years ago
Support added for DSA DNSKEYs (thanks Michael Graff!). Cache developing - still not ready. More... almost 17 years ago
Fix for solaris file names More... almost 17 years ago
Fix for delayed TCP connection error. Select thread now restarted to push exception to client properly. Message#send_raw added - this instructs Dsnruby to leave the header alone, and not do any verification of the response. Various cache development - please ignore these More... almost 17 years ago
Removing extra debug print More... almost 17 years ago
Fix for crazy broken resolver TCP behaviour. More... almost 17 years ago
Fixing docs for EventMachine removal More... almost 17 years ago
Support for EventMachine has been removed. More... almost 17 years ago
Changes to support SHA256 if OpenSSL not installed. Thanks Michael Graff! More... almost 17 years ago
Removing IPv6 support for JRuby. JRuby UDPSocket#new() does not take any parameters More... almost 17 years ago
Updating gemspec after last release More... almost 17 years ago
IPv6 mods sent by Michael Graff - thanks Michael! More... almost 17 years ago
Fixes for unknown DNSKEY flags. These flags will now be accepted (although an INFO-level log warning will be generated). However, keys with unknown flags will never be used for dnssec verification (although, if trusted, they will currently be added to the trusted key store - simply not used). More... almost 17 years ago
Fixing very silly mistake More... almost 17 years ago
Making IPv6 optional for recursor More... almost 17 years ago
Fixing requires... More... almost 17 years ago
Recursion now available. See Dnsruby::Recursor#query_dorecursion. Appropriate demo files added. More... almost 17 years ago
Adding Michael Graff's fixes for DNSKEY and canonical sorting - thanks Michael! More... almost 17 years ago
Adding beginning of recursor and cache - DO NOT USE!!! More... about 17 years ago
Fixes for broken DS record processing. VerifyError now raised for verification errors, rather than returning false. More... about 17 years ago
Fix for old versions of BIND which return unsigned DNSKEY RRSets in additional section More... about 17 years ago
Removing fail() More... about 17 years ago
DNSSEC verification working better. Validation en route. CD now only set if resolver.dnssec==true. If CD bit set, then resolver will attempt validation (which currently returns true) More... about 17 years ago
Adding requirements from RFC5452 (forgery resilience) More... about 17 years ago