xref: /freebsd/contrib/ldns/drill/REGRESSIONS (revision 81ad6265)
1REGRESSIONS
2
3This version of drill is based on ldns and as such some things
4are slightly changed. This file documents the changes.
5
6o When tracing (-T option) we use the local resolver (as specified
7  in /etc/resolv.conf) to lookup names. This increases the speed
8  dramatically, but you obviously need to be able to reach a recursive
9  server/cache.
10  Previously drill would try to resolve the names by itself.
11
12o Printing of DSs after DNSKEY records. Because we don't parse our
13  own packets anymore, we cannot print the DS directly after the DNSKEY
14  record. The DSs are now printed AFTER the packet.
15
16o The long options are removed.
17
18o The chase function has a different output, and will be subject to change
19  in the near future.
20
21o The useless (for jokes only) -I option was dropped.
22
23FIXED:
24o the argument parsing is much smarter, the order doesn't matter (much)
25  anymore
26