Initial vendor import of ldns-1.6.4 into contrib.
[dragonfly.git] / contrib / ldns / drill / REGRESSIONS
1 REGRESSIONS
2
3 This version of drill is based on ldns and as such some things
4 are slightly changed. This file documents the changes.
5
6 o 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
12 o 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
16 o The long options are removed.
17
18 o The chase function has a different output, and will be subject to change
19   in the near future.
20  
21 o The useless (for jokes only) -I option was dropped.
22
23 FIXED:
24 o the argument parsing is much smarter, the order doesn't matter (much)
25   anymore