Re: DNSCurve patch for djbdns-1.05
Matthew Dempsky <[email protected]>
| Newsgroups | gmane.network.djbdns |
|---|---|
| Message-ID | <[email protected]> |
On Fri, May 29, 2009 at 9:59 PM, Matthew Dempsky <[email protected]> wrote: > I finally had some extra free time earlier today to polish my djbdns > DNSCurve patch to the point of feeling comfortable publishing it. You > can download the patch from: > > http://shinobi.dempsky.org/~matthew/patches/djbdns-dnscurve-20090529.patch An updated patch is now available at: http://shinobi.dempsky.org/~matthew/patches/djbdns-dnscurve-20090602.patch Previous patches changed the semantics of the dns_transmit_start function to require the memory storing the query name to remain constant during the duration of a query (similar to the 'servers' argument). Within the djbdns-1.05 package, this only affected dnsfilter, but it potentially affects third-party packages that link against libdns. The 20090602 patch corrects this regression. Also, thanks to everyone who has tested so far.