MaraDNS is geschreven met het uitgangspunt om een veilige en compacte dns aan te bieden. Zo gebruikt het een eigen library om buffer overflows te voorkomen en draait het niet in een root account maar als een unprivileged user. Voor een vergelijking met andere pakketten kan je op deze pagina het één en ander doorlezen, let daarbij wel op dat het geschreven is door de ontwikkelaar van MaraDNS waardoor de beweringen enigszins gekleurd kunnen zijn. Versie 1.3.07.05 is sinds kort beschikbaar in de beta testing branch met de volgende lijst van aanpassingen:
Version 1.3.07.05:Version 1.3.07.04:
- Advocacy documented updated to be current with MaraDNS and a couple of abandoned DNS servers; references added to support list of DjbDNS bugs.
- Security document updated.
- Tutorials updated to point out one can have the recursor use custom name resolution for subtrees of the DNS space.
- SQA tests to test all mararc dictionary variables added.
- maraconf.sh updated
- FAQ updated
Version 1.3.07.03:
- Bugfix: Cause of improper rotation of resource records found and fixed. I would like to thank Michael Krieger for his bug report.
- Cleanup: MinGW32 compile-time warnings removed
- Documentation: All SQA regressions now have README files; zoneserver man page now has example mararc file
- Patch contributed by Joerg Sonnenberger making things easier to compile in DragonflyBSD
- Install.sh directory for documentation fixed. I would like to thank Brandon Holbrook for his bug report.
- SQA meta-script that runs and verifies all SQA regressions added
- SQA tests added: Spurious "bad query" messages, "percent" parse bug (doesn't seem to ever have been a real bug), "noat" parse bug, Star handling when bind_star_handling has a value of 1, improper RR rotation bug, and making sure the example mararc file in the zoneserver man page is correct
Version 1.3.07.02:
- Bugfix: It is now possible to have a csv2_default_zonefile without any other zonefiles (This was a 1.3-only bug)
- Bugfix: recurse_delegation now correctly works (1.3-only bug)
- Cleanup: Documentation files with DOS-style newlines converted to have UNIX-style newlines
- Script to update MaraDNS can now be run from a POSIX-compliant /bin/sh, and no longer uses bash-specific syntax
- RFC2181 compliant truncation regression finished
- SQA tests added: ANY and case insensitivity, LOC records, bind_star_handling set to 2, csv2_default_zonefile, NS delegation tests
Version 1.3.07.01:
- Bugfix: askmara no longer goes in to an infinite loop when it receives an invalid TXT record
- Bugfix: csv2 parser now makes sure that TXT chunks are no longer than 255 characters in all cases.
- SQA regressions added: RFC2181 compliant truncation, askmara bug, csv2 parser long TXT chunk bug.
Version 1.3.06:
- Documentation for the bind2csv2.py utility the converts zone files from BIND to MaraDNS format added.
Version 1.3.05:
- Bugfix: If bind_star_handling was set to 2, MaraDNS would leak memory when the existance of another RR stopped resolution using a star record.
- Bugfix: bind_star_handling, when set to 2, now appears to do the right thing.
- Testing: Unit tests for the five memory leaks that have appeared in the 1.2/1.3 branches of MaraDNS.
- Bugfix: The default max_mem is now a lot bigger when we need threads to perform recursion.
Version 1.3.04:
- New mararc variable, max_mem added, that limits the amount of memory MaraDNS will allocate.
- Bugfix: Whether to give a NXDOMAIN or a "not there" reply with star records fixed to be RFC1034 and RFC4074 compliant.
- Bugfix: Reply for hosts not in a csv2_default_zonefile now correctly return a "not there" instead of a NXDOMAIN (unless there is no host of any RR type that matches the desired name).
- Bugfix: João Antunes Predator tool found two memory leaks. Fixed.
Version 1.3.03:
- Remco pointed out that MaraDNS is not RFC4074 section 4.2 compliant. Fixed.
- Update of recursive server to make it more robust against certain DOS attacks.
- The port range that the recursive resolver binds to can now be changed in the mararc file
- FAQ and SQA updates
- Memory leak found by Rani Assaf plugged; SQA suite now has regression that will find this leak.
- Whether to recurse when MaraDNS would otherwise give out a NS delegation record is now a user-settable feature.
- Bugfix: '.' can now be a hostname by itself.
- Bugfix: MaraDNS now compiles with gcc 2.96 again.
- The version.maradns special query now works in a 100% recursive server again (as long as admin_acl is set and gives permissions).
- When the tilde is used to separate records, it is no longer necessary to have some of the WKS or LOC fields be on the same line.
- When the tilde is used to separate records, it is no longer possible to have a pipe (|), hash (#), or nonprintable control character in a TXT record. This will make parsing of csv2 files by scripts easier.
- When the tilde is used to separate records, multiple TXT chunks can now be separated by whitespace. This allows for foo.% TXT 'chunk 1' 'chunk 2' records.
- Documentation updates.