Releases: indimail/tinydnssec
Releases · indimail/tinydnssec
tinydnssec 1.1.0
Date: Sunday 18 July 2021 11:30:45 AM IST
DNF / YUM / APT / Arch Binary Downloads
ChangeLog
- 22/05/2018
- Added dnsgetroot
- added str_diffn()
- added comments for dempsky's patch djbdns<=1.05 lets AXFRed subdomains overwrite domains
- fixed debian/prerm script
- added selinux rules for tinydns
- added Pre-Depends daemontools
- remove tinydns, dnscache service on uninstall
- shutdown tinydns, dnsccache service on uninstall
- added compile time option to add dnssec support
- tinydnssec - added SRV patch
- added native SRV type to tinydns-data
- makes axfr-get decompose SRV and PTR records and write them out in native format
- added curvedns
- fixed typo in debian/postrm.in
- (rpm, debian) - create tinydnssec, dqcache, curvedns service config
- added dqcache-conf, curvedns-conf programs
- added compile time option to add dnssec, curvedns support
- added djbdns.7 man page
- Changed dns accounts to Gtinydns, Gdnslog, Gdnscache
- added man page for random-ip, dnsgetroot
- use qmaill for loguser
- upgraded dnscurve to version 0.88
- added call to setgroups(0, 0) to drop supplementary groups
- fixed tryshsgr.c
- 23/04/2020
- create/delete UNSHARE variable during installation/uninstallation
- turn on/off executable bit on svscan run file on install/removal of tinydnssec
- 23/04/2020
- tinydnssec.spec, debian/preinst.in debian/postinst.in - fixes for service shutdown startup on upgrade
- 19/11/2020
- 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
- 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
- dnscaache-conf: create env/QUERY_MAXLOOP
- 23/11/2020
- use libqmail for common functions
- 13/02/2021
- Makefile: added iopause.h depdendency for dns.h
- 28/04/2021
- Makefile: use -lssl -lcrypto for programs using sha1.o
- 03/05/2021
- fixed warnings from -Warray-parameter
- 04/05/2021
- Use internal SHA1 functions and remove -lssl -lcrypto from linker command line