From 4786cd1ba6fa81b67c8e5ef9cfe4fa6b3cfbcc45 Mon Sep 17 00:00:00 2001 From: Michael Sawyer Date: Fri, 22 Sep 2000 17:07:02 +0000 Subject: [PATCH] Clean up option parsing in dig Examine dig8's behavior when one of the servers it talks to servfail's back, and, if necessary, reproduce behavior in dig9. (RT351) Remove or fix port number display in places where it is not correctly reported (nslookup, in particular). (RT352) --- doc/todo/mws/todo | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/todo/mws/todo b/doc/todo/mws/todo index 16c70372ac..dcb191e9bf 100644 --- a/doc/todo/mws/todo +++ b/doc/todo/mws/todo @@ -1,8 +1,13 @@ Inspect dig and nsupdate (with Andreas) -Remove unnecessary delays from system tests [COMPLETED] +Serialize dig's transmissions to servers [COMPLETED, in testing] --- Low priority: +Clean up option parsing in dig + +Examine dig8's behavior when one of the servers it talks to servfail's +back, and, if necessary, reproduce behavior in dig9. (RT351) + +Remove or fix port number display in places where it is not correctly +reported (nslookup, in particular). (RT352) -Serialize dig's transmissions to servers