chiark / gitweb /
+ * New adns_submit_reverse_any for eg RBL lookups, and corresponding
authorian <ian>
Thu, 2 Mar 2000 01:34:04 +0000 (01:34 +0000)
committerian <ian>
Thu, 2 Mar 2000 01:34:04 +0000 (01:34 +0000)
commit2b1c6979bb36a0e3a5aaa7f18b0c72b528f886b9
tree3d7739dffdfe918bc4b06737ba07c94d76143b7a
parent8af5175d702f5d198d731adf760edf3bdcb60817
+  * New adns_submit_reverse_any for eg RBL lookups, and corresponding

@@ -1,11 +1,14 @@
 adns (0.7) BETA; urgency=medium

+  * New adns_submit_reverse_any for eg RBL lookups, and corresponding
+    option to adnshost.
   * README updated (from www home page).
-  * Better reporting of unexpected or weird replies from nameserver.
+
+  * In answers, quote all except alphanums and - _ / + (and document).
+  * Don't reject specials in cnames even without adns_qf_quotefail_cname.
   * Better checking of long domain names and labels in queries.
-  * Unfortunately, answer->owner may be null on error.  Documented.
-  * In answers, quote everything except alphanums and - _ / + and document
-    this behaviour.  Make not setting adns_qf_quotefail_cname work.
+  * answer->owner may be null on error.  Documented, and adnshost copes.
+  * Better reporting of unexpected or weird replies from nameserver.

  --
changelog
client/adh-main.c
client/adh-opts.c
client/adh-query.c
client/adnshost.h
regress/case-ptrbaddom.err [new file with mode: 0644]
regress/case-ptrbaddom.out [new file with mode: 0644]
regress/case-ptrbaddom.sys [new file with mode: 0644]
src/adns.h
src/query.c