Skip to content

Releases: janmojzis/dq

20250126

26 Jan 16:14
e607525
Compare
Choose a tag to compare
20250126 Pre-release
Pre-release

-Switched to cryptoint 20241003
-Fixed various compiler warnings

20241027

27 Oct 20:36
007cbff
Compare
Choose a tag to compare
  • use x25519 from the lib25519 library if available
  • use randombytes from the librandombytes library if available
  • fix various compiler warnings

20240101

01 Jan 08:04
20240101
5b58501
Compare
Choose a tag to compare
  • printrecord_cat fix return code

20230101

01 Jan 08:25
be5256b
Compare
Choose a tag to compare
  • LICENCE update from public-domain to CC0
    public domain works differently depending on the country,
    to avoid it, set explicitly CC0

20220822

22 Aug 18:12
20220822
020aad2
Compare
Choose a tag to compare

switched to simple Makefile

20220101

01 Jan 07:39
20220101
f694bb4
Compare
Choose a tag to compare
  • cross-compile support
  • man pages dqcache-{start,makekey}.1 -> dqcache-{start,makekey}.8

20181021

21 Oct 16:26
20181021
Compare
Choose a tag to compare
  • fixed IPSEND6/IPSEND4 env. parsing
  • randomize cached A and AAAA response

20180112

12 Jan 18:17
20180112
Compare
Choose a tag to compare

removed little-endian detection and optimization
added full processor independent implementation of poly1305,chaha20,sha512
cleanups

20161210

12 Dec 06:22
20161210
Compare
Choose a tag to compare

New version 20161210
- dqcache: accept connections from all IP addresses,
when environment variable $OKCLIENT is set
- dqcache: duplicate-query suppression, workaround for CVE-2008-4392
- dqcache: cache servfail responses for 10 seconds
- dqcache: caches records for at least $MINTTL seconds,
when environment variable $MINTTL is set
- dqcache/dq: crypto_onetimeauth_poly1305 speedup
- dqcache: added dqcache-start wrapper
- dq: fixed -T arg (timeout must be an integer between 1 and 60)

20160808

08 Aug 12:04
20160808
Compare
Choose a tag to compare
  • dqcache: accept all connections, when environment variable $OKCLIENT is set
  • dqcache: duplicate-query suppression, workaround for CVE-2008-4392
  • dqcache: cache servfail responses for 10 seconds
  • dqcache: limit $MINTTL env. variable (max 300 seconds)