• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

crypto/H20-Oct-2018-1,356957

crypto-tests/H03-May-2022-3,3733,021

dq/H20-Oct-2018-9,3777,499

man/H20-Oct-2018-327323

sysdep/H20-Oct-2018-282218

.gitignoreH A D20-Oct-20187 21

.travis.ymlH A D20-Oct-2018241 2316

LICENCE.mdH A D20-Oct-201815 21

MakefileH A D20-Oct-2018148 98

README.mdH A D20-Oct-20181.1 KiB3126

conf-binH A D20-Oct-20189 21

conf-ccH A D20-Oct-2018133 43

conf-cflagsH A D20-Oct-2018285 1817

conf-libsH A D20-Oct-201820 32

conf-manH A D20-Oct-201815 21

conf-sbinH A D20-Oct-201810 21

make-dq.shH A D20-Oct-20187.1 KiB308274

make-install.shH A D20-Oct-20181.1 KiB4941

README.md

1#### dq tool ####
2* based on dnsq and dnsqr from djbdns
3* added IPv6 support
4* added DNSCurve support (Streamlined/TXT)
5
6#### dqcache recursive server ####
7* based on dnscache from djbdns
8* added support for streamlined DNSCurve
9* added support for TXT DNSCurve
10* added support for combined DNSCurve (streamlined and TXT)
11* added support for DNS anchors with DNSCurve keys
12* added full IPv6 support
13* added support for IPv6 DNS anchors
14* added support for cache dumping/loading
15* used siphash24 instead of hash5381 in cache library
16* added SOA record caching
17* added authority record to DNS response
18* improved logs - IPs not printed in hex format
19* fixed CVE-2012-1191
20* fixed CVE-2008-4392
21
22#### url ####
23https://mojzis.com/software/dq/
24
25#### licence ####
26* Dq is placed into the public domain
27* Dq is derived from public-domain djbdns-1.05 - see: https://cr.yp.to/distributors.html
28* Dq also uses public-domain nacl-20110221 - https://nacl.cr.yp.to/features.html
29
30[![TravisCI status](https://travis-ci.org/janmojzis/dq.svg?branch=master)](https://travis-ci.org/janmojzis/dq)
31