Skip to content

tinydnssec 1.1.0

Latest
Compare
Choose a tag to compare
@mbhangui mbhangui released this 18 Jul 06:14
· 97 commits to master since this release
c5a4e37

Date: Sunday 18 July 2021 11:30:45 AM IST

DNF / YUM / APT / Arch Binary Downloads

Open Build Service Download

ChangeLog

  • 22/05/2018
  1. Added dnsgetroot
  2. added str_diffn()
  3. added comments for dempsky's patch djbdns<=1.05 lets AXFRed subdomains overwrite domains
  4. fixed debian/prerm script
  5. added selinux rules for tinydns
  6. added Pre-Depends daemontools
  7. remove tinydns, dnscache service on uninstall
  8. shutdown tinydns, dnsccache service on uninstall
  9. added compile time option to add dnssec support
  10. tinydnssec - added SRV patch
  11. added native SRV type to tinydns-data
  12. makes axfr-get decompose SRV and PTR records and write them out in native format
  13. added curvedns
  14. fixed typo in debian/postrm.in
  15. (rpm, debian) - create tinydnssec, dqcache, curvedns service config
  16. added dqcache-conf, curvedns-conf programs
  17. added compile time option to add dnssec, curvedns support
  18. added djbdns.7 man page
  19. Changed dns accounts to Gtinydns, Gdnslog, Gdnscache
  20. added man page for random-ip, dnsgetroot
  21. use qmaill for loguser
  22. upgraded dnscurve to version 0.88
  23. added call to setgroups(0, 0) to drop supplementary groups
  24. fixed tryshsgr.c
  • 23/04/2020
  1. create/delete UNSHARE variable during installation/uninstallation
  2. turn on/off executable bit on svscan run file on install/removal of tinydnssec
  • 23/04/2020
  1. tinydnssec.spec, debian/preinst.in debian/postinst.in - fixes for service shutdown startup on upgrade
  • 19/11/2020
  1. query.[c,h]: Increase QUERY_MAXLEVEL to 10 from 5 to fix dnscache CNAME chain lookup problem with gluelessness & improve short ttl cname resolution and glueless answer from akadnsk
  • 20/11/2020
  1. query.c, dnscache.c: use env variable QUERY_MAXNS, QUERY_MAXALIAS, QUERY_MAXLOOP, QUERY_MAXLEVEL to set maxns, max alias, max iteration and max level
  2. dnscaache-conf: create env/QUERY_MAXLOOP
  • 23/11/2020
  1. use libqmail for common functions
  • 13/02/2021
  1. Makefile: added iopause.h depdendency for dns.h
  • 28/04/2021
  1. Makefile: use -lssl -lcrypto for programs using sha1.o
  • 03/05/2021
  1. fixed warnings from -Warray-parameter
  • 04/05/2021
  1. Use internal SHA1 functions and remove -lssl -lcrypto from linker command line