chiark / gitweb /
adns
23 years ago+ * Copyright notices updated. rel-adns-0-8
ian [Sun, 7 May 2000 22:37:18 +0000 (22:37 +0000)]
+  * Copyright notices updated.

@@ -23,12 +23,13 @@
   * Documented that adns_rr_info _rr_hostaddr ( ) for address list
     means permanent failure, and ? means temporary failure.
   * Typo (*now for now in _beforeselect description) in adns.h fixed.
+  * Copyright notices updated.

   Changes to produce more defensive code:
   * In adns_wait, assert that the timeout is not infinite.
   * Make qu->id start out as -2 when initially allocated.

- -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun,  7 May 2000 23:11:44 +0100
+ -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun,  7 May 2000 23:37:13 +0100

 adns (0.7) BETA; urgency=medium

23 years ago+ -- Ian Jackson <ian@davenant.greenend.org.uk> Sun, 7 May 2000 23:11:44 +0100
ian [Sun, 7 May 2000 22:11:46 +0000 (22:11 +0000)]
+ -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun,  7 May 2000 23:11:44 +0100

@@ -28,7 +28,7 @@
   * In adns_wait, assert that the timeout is not infinite.
   * Make qu->id start out as -2 when initially allocated.

- --
+ -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun,  7 May 2000 23:11:44 +0100

 adns (0.7) BETA; urgency=medium

23 years ago- * bug_if_query_done feature for debugging (SHOULD BE TAKEN OUT FOR RELEASE)
ian [Sun, 7 May 2000 22:11:41 +0000 (22:11 +0000)]
-  * bug_if_query_done feature for debugging (SHOULD BE TAKEN OUT FOR RELEASE)

@@ -1,6 +1,4 @@
-uadns (0.8) BETA; urgency=medium
-
-  * bug_if_query_done feature for debugging (SHOULD BE TAKEN OUT FOR RELEASE)
+adns (0.8) BETA; urgency=medium

   Bugfixes:
   * Race near adns_beforeselect which could cause infinite timeout fixed

23 years ago+ * Fixed infrequent race causing assertion failure in adns__tcp_broken
ian [Sun, 7 May 2000 17:26:06 +0000 (17:26 +0000)]
+  * Fixed infrequent race causing assertion failure in adns__tcp_broken

@@ -1,18 +1,20 @@
-uadns (0.8) BETA; urgency=low
+uadns (0.8) BETA; urgency=medium

   * bug_if_query_done feature for debugging (SHOULD BE TAKEN OUT FOR RELEASE)

   Bugfixes:
   * Race near adns_beforeselect which could cause infinite timeout fixed
     (it's now less agressive, and will more often return a zero timeout.)
+  * Fixed infrequent race causing assertion failure in adns__tcp_broken
+    `ads->tcpstate == server_connecting || ads->tcpstate == server_ok'.
   * Spurious `server failure on unidentifiable query' warning suppressed.
+  * If we get a referral, don't also always complain falsely about RD==0.
   * adnslogres: cast chars to unsigned char before using ctype.h macros.
   * In _beforeselect, global failure now means zero timeout, and in
     tcp_events, really never try to do anything with the TCP connection if
     act is zero.  This might possibly cause an infinite delay (ie, lockup)
     if things go badly wrong *and* a really unlikely race happens.
   * Test suite `lines of syscall left' value is correct; !0 is failure.
-  * If we get a referral, don't also always complain falsely about RD==0.

   Portability fixes:
   * install-sh (from autoconf 2.12 Debian r13) included.

23 years agoEBADF in list of errno values.
ian [Sun, 7 May 2000 17:18:08 +0000 (17:18 +0000)]
EBADF in list of errno values.

23 years ago+ * Race near adns_beforeselect which could cause infinite timeout fixed
ian [Sun, 7 May 2000 15:30:18 +0000 (15:30 +0000)]
+  * Race near adns_beforeselect which could cause infinite timeout fixed

@@ -3,6 +3,8 @@
   Bugfixes:
+  * Race near adns_beforeselect which could cause infinite timeout fixed
+    (it's now less agressive, and will more often return a zero timeout.)

24 years ago+ * adnslogres: do not call equivalent of printf("%.*s",0,(char*)0).
ian [Tue, 11 Apr 2000 21:15:39 +0000 (21:15 +0000)]
+  * adnslogres: do not call equivalent of printf("%.*s",0,(char*)0).

@@ -14,6 +14,7 @@
   Portability fixes:
+  * adnslogres: do not call equivalent of printf("%.*s",0,(char*)0).

24 years ago+ * If we get a referral, don't also always complain falsely about RD==0.
ian [Tue, 28 Mar 2000 23:42:43 +0000 (23:42 +0000)]
+  * If we get a referral, don't also always complain falsely about RD==0.

@@ -10,6 +10,7 @@
     if things go badly wrong *and* a really unlikely race happens.
+  * If we get a referral, don't also always complain falsely about RD==0.

24 years ago+ * bug_if_query_done feature for debugging (SHOULD BE TAKEN OUT FOR RELEASE) privaterel-1999-03-26-head
ian [Sun, 26 Mar 2000 15:26:17 +0000 (15:26 +0000)]
+  * bug_if_query_done feature for debugging (SHOULD BE TAKEN OUT FOR RELEASE)

@@ -1,5 +1,7 @@
 uadns (0.8) BETA; urgency=low

+  * bug_if_query_done feature for debugging (SHOULD BE TAKEN OUT FOR RELEASE)
+
   Bugfixes:
   * Spurious `server failure on unidentifiable query' warning suppressed.
   * adnslogres: cast chars to unsigned char before using ctype.h macros.

24 years agocompiles
ian [Sun, 26 Mar 2000 15:09:10 +0000 (15:09 +0000)]
compiles

24 years ago+ Bugfixes:
ian [Sun, 26 Mar 2000 15:02:09 +0000 (15:02 +0000)]
+  Bugfixes:

@@ -1,13 +1,26 @@
 uadns (0.8) BETA; urgency=low

+  Bugfixes:
   * Spurious `server failure on unidentifiable query' warning suppressed.
-  * install-sh (from autoconf 2.12 Debian r13) included.
   * adnslogres: cast chars to unsigned char before using ctype.h macros.
+  * In _beforeselect, global failure now means zero timeout, and in
+    tcp_events, really never try to do anything with the TCP connection if
+    act is zero.  This might possibly cause an infinite delay (ie, lockup)
+    if things go badly wrong *and* a really unlikely race happens.
+  * Test suite `lines of syscall left' value is correct; !0 is failure.
+
+  Portability fixes:
+  * install-sh (from autoconf 2.12 Debian r13) included.
+
+  Documentation improvements:
   * Security/performance note added, about local nameservers and DNSSEC.
   * Documented that adns_rr_info _rr_hostaddr ( ) for address list
     means permanent failure, and ? means temporary failure.
   * Typo (*now for now in _beforeselect description) in adns.h fixed.
-  * In _beforeselect, global system failure now produces zero timeout.
+
+  Changes to produce more defensive code:
+  * In adns_wait, assert that the timeout is not infinite.
+  * Make qu->id start out as -2 when initially allocated.

  --

24 years ago+ * In _beforeselect, global system failure now produces zero timeout.
ian [Sun, 26 Mar 2000 14:52:57 +0000 (14:52 +0000)]
+  * In _beforeselect, global system failure now produces zero timeout.

@@ -1,4 +1,4 @@
-adns (0.8) BETA; urgency=low
+uadns (0.8) BETA; urgency=low

   * Spurious `server failure on unidentifiable query' warning suppressed.
   * install-sh (from autoconf 2.12 Debian r13) included.
@@ -7,6 +7,7 @@
   * Documented that adns_rr_info _rr_hostaddr ( ) for address list
     means permanent failure, and ? means temporary failure.
   * Typo (*now for now in _beforeselect description) in adns.h fixed.
+  * In _beforeselect, global system failure now produces zero timeout.

  --

24 years ago+ * Documented that adns_rr_info _rr_hostaddr ( ) for address list
ian [Mon, 20 Mar 2000 03:24:25 +0000 (03:24 +0000)]
+  * Documented that adns_rr_info _rr_hostaddr ( ) for address list

@@ -4,6 +4,9 @@
+  * Documented that adns_rr_info _rr_hostaddr ( ) for address list
+    means permanent failure, and ? means temporary failure.
+  * Typo (*now for now in _beforeselect description) in adns.h fixed.

24 years ago+ * Security/performance note added, about local nameservers and DNSSEC.
ian [Mon, 20 Mar 2000 02:31:37 +0000 (02:31 +0000)]
+  * Security/performance note added, about local nameservers and DNSSEC.

@@ -3,6 +3,7 @@
+  * Security/performance note added, about local nameservers and DNSSEC.

24 years ago+ * adnslogres: cast chars to unsigned char before using ctype.h macros.
ian [Mon, 20 Mar 2000 01:50:08 +0000 (01:50 +0000)]
+  * adnslogres: cast chars to unsigned char before using ctype.h macros.

@@ -2,6 +2,7 @@
+  * adnslogres: cast chars to unsigned char before using ctype.h macros.

24 years ago+ * Spurious `server failure on unidentifiable query' warning suppressed.
ian [Mon, 20 Mar 2000 01:46:07 +0000 (01:46 +0000)]
+  * Spurious `server failure on unidentifiable query' warning suppressed.

@@ -1,3 +1,10 @@
+adns (0.8) BETA; urgency=low
+
+  * Spurious `server failure on unidentifiable query' warning suppressed.
+  * install-sh (from autoconf 2.12 Debian r13) included.
+
+ --
+
 adns (0.7) BETA; urgency=medium

   * New adns_submit_reverse_any for eg RBL lookups, and corresponding

24 years ago+ * Spurious `server failure on unidentifiable query' warning suppressed.
ian [Mon, 20 Mar 2000 01:39:38 +0000 (01:39 +0000)]
+  * Spurious `server failure on unidentifiable query' warning suppressed.

@@ -1,3 +1,9 @@
+adns (0.8) BETA; urgency=low
+
+  * Spurious `server failure on unidentifiable query' warning suppressed.
+
+ --
+
 adns (0.7) BETA; urgency=medium

   * New adns_submit_reverse_any for eg RBL lookups, and corresponding

24 years agoUpdated dist version. rel-adns-0-7
ian [Thu, 2 Mar 2000 01:57:37 +0000 (01:57 +0000)]
Updated dist version.

24 years ago+ -- Ian Jackson <ian@davenant.greenend.org.uk> Thu, 2 Mar 2000 01:55:53 +0000
ian [Thu, 2 Mar 2000 01:55:58 +0000 (01:55 +0000)]
+ -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu,  2 Mar 2000 01:55:53 +0000

@@ -11,7 +11,7 @@
   * Better reporting of unexpected or weird replies from nameserver.
   * Add test case for recursion (infinite loop) domain compression.

- -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu,  2 Mar 2000 01:45:40 +0000
+ -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu,  2 Mar 2000 01:55:53 +0000

 adns (0.6) BETA; urgency=high

24 years ago+ -- Ian Jackson <ian@davenant.greenend.org.uk> Thu, 2 Mar 2000 01:45:40 +0000
ian [Thu, 2 Mar 2000 01:45:47 +0000 (01:45 +0000)]
+ -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu,  2 Mar 2000 01:45:40 +0000

@@ -11,7 +11,7 @@
   * Better reporting of unexpected or weird replies from nameserver.
   * Add test case for recursion (infinite loop) domain compression.

- --
+ -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu,  2 Mar 2000 01:45:40 +0000

 adns (0.6) BETA; urgency=high

24 years ago+ * Add test case for recursion (infinite loop) domain compression.
ian [Thu, 2 Mar 2000 01:45:37 +0000 (01:45 +0000)]
+  * Add test case for recursion (infinite loop) domain compression.

@@ -9,6 +9,7 @@
+  * Add test case for recursion (infinite loop) domain compression.

24 years ago+ * New adns_submit_reverse_any for eg RBL lookups, and corresponding
ian [Thu, 2 Mar 2000 01:34:04 +0000 (01:34 +0000)]
+  * 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.

  --

24 years ago+ * In answers, quote everything except alphanums and - _ / + and document
ian [Thu, 2 Mar 2000 00:58:07 +0000 (00:58 +0000)]
+  * In answers, quote everything except alphanums and - _ / + and document

@@ -4,6 +4,8 @@
+  * In answers, quote everything except alphanums and - _ / + and document
+    this behaviour.  Make not setting adns_qf_quotefail_cname work.

24 years agoTest case for format error.
ian [Thu, 2 Mar 2000 00:22:39 +0000 (00:22 +0000)]
Test case for format error.

24 years agoTry again if we get query domain too long and are searching.
ian [Thu, 2 Mar 2000 00:17:53 +0000 (00:17 +0000)]
Try again if we get query domain too long and are searching.

24 years agoTest cases for long domain names.
ian [Thu, 2 Mar 2000 00:16:37 +0000 (00:16 +0000)]
Test cases for long domain names.

24 years agoTest cases for long labels and domains.
ian [Thu, 2 Mar 2000 00:08:50 +0000 (00:08 +0000)]
Test cases for long labels and domains.

24 years ago+ * Better checking of long domain names and labels in queries.
ian [Wed, 1 Mar 2000 23:50:05 +0000 (23:50 +0000)]
+  * Better checking of long domain names and labels in queries.

@@ -2,6 +2,8 @@
+  * Better checking of long domain names and labels in queries.
+  * Unfortunately, answer->owner may be null on error.  Documented.

24 years ago+ * Better reporting of unexpected or weird replies from nameserver.
ian [Wed, 1 Mar 2000 23:19:37 +0000 (23:19 +0000)]
+  * Better reporting of unexpected or weird replies from nameserver.

@@ -1,6 +1,7 @@
-adns (0.7) unstable; urgency=low
+adns (0.7) BETA; urgency=medium

   * README updated (from www home page).
+  * Better reporting of unexpected or weird replies from nameserver.

  --

24 years ago+ * README updated (from www home page).
ian [Wed, 24 Nov 1999 18:19:11 +0000 (18:19 +0000)]
+  * README updated (from www home page).

@@ -1,3 +1,9 @@
+adns (0.7) unstable; urgency=low
+
+  * README updated (from www home page).
+
+ --
+
 adns (0.6) BETA; urgency=high

   Core library bugfixes:

24 years agoVersion 0.6. rel-adns-0-6
ian [Wed, 24 Nov 1999 17:17:04 +0000 (17:17 +0000)]
Version 0.6.

24 years ago+ -- Ian Jackson <ian@davenant.greenend.org.uk> Wed, 24 Nov 1999 17:13:03 +0000
ian [Wed, 24 Nov 1999 17:13:07 +0000 (17:13 +0000)]
+ -- Ian Jackson <ian@davenant.greenend.org.uk>  Wed, 24 Nov 1999 17:13:03 +0000

@@ -27,7 +27,7 @@
   * Reads /etc/resolv-adns.conf if it exists.
   * Declare flags parameters as enums again, not ints.

- --
+ -- Ian Jackson <ian@davenant.greenend.org.uk>  Wed, 24 Nov 1999 17:13:03 +0000

 adns (0.5) unstable; urgency=high

24 years ago+ Cool new utility:
ian [Wed, 24 Nov 1999 17:11:06 +0000 (17:11 +0000)]
+  Cool new utility:

@@ -6,6 +6,10 @@
   * Do not fail assertion if _qf_owner, _qf_search, domain ends in `.'.
   * Many memory leaks fixed.

+  Cool new utility:
+  * adnsresfilter is like `cat' but converts addresses to names without
+    delaying the output.  Pipe `netstat -n', `tcpdump -ln', etc. into it.
+
   Test and client program bug and portability fixes:
   * Dynamic library building works properly.
   * adnshost prints somewhat better messages about some wrong usages.
@@ -17,12 +21,11 @@
   * adnstest uninitialised memory bug fixed.

   General improvements
-  * New adns_if_logpid option (functionality suggested by Tony Finch).
   * Better control of adnshost output and error messages (new -F options).
+  * New adns_if_logpid option (functionality suggested by Tony Finch).
   * New fanftest test program from Tony Finch (ignored by `make install').
-  * Declare flags parameters as enums again, not ints.
-  * New adnsresfilter general-purpose number->name mapping filter program.
   * Reads /etc/resolv-adns.conf if it exists.
+  * Declare flags parameters as enums again, not ints.

  --

24 years agoImproved usage message.
ian [Wed, 24 Nov 1999 17:10:56 +0000 (17:10 +0000)]
Improved usage message.

24 years agoadnsresfilter needs tsearch
ian [Wed, 24 Nov 1999 16:57:32 +0000 (16:57 +0000)]
adnsresfilter needs tsearch

24 years ago+ * Do not fail assertion if _qf_owner, _qf_search, domain ends in `.'.
ian [Wed, 24 Nov 1999 16:35:08 +0000 (16:35 +0000)]
+  * Do not fail assertion if _qf_owner, _qf_search, domain ends in `.'.

@@ -1,9 +1,9 @@
-adns (0.6) unstable; urgency=high
+adns (0.6) BETA; urgency=high

   Core library bugfixes:
-  * Do not fail assertion if _qf_owner, _qf_search, domain ends in `.'.
   * Avoid infinite timeouts, causing lockup, when they should be zero !
   * TCP handling revamped (avoids undefined behaviour due to reentrancy).
+  * Do not fail assertion if _qf_owner, _qf_search, domain ends in `.'.
   * Many memory leaks fixed.

   Test and client program bug and portability fixes:

24 years agoadnsresfilter -a (include addr.) option
ian [Wed, 24 Nov 1999 16:32:30 +0000 (16:32 +0000)]
adnsresfilter -a (include addr.) option

24 years ago+ * Reads /etc/resolv-adns.conf if it exists.
ian [Sun, 7 Nov 1999 19:15:36 +0000 (19:15 +0000)]
+  * Reads /etc/resolv-adns.conf if it exists.

@@ -22,6 +22,7 @@
+  * Reads /etc/resolv-adns.conf if it exists.

24 years agoNew properly-asynchronous adnsresfilter seems to work.
ian [Sun, 7 Nov 1999 19:02:20 +0000 (19:02 +0000)]
New properly-asynchronous adnsresfilter seems to work.

24 years agotvarith.h in right place.
ian [Sun, 7 Nov 1999 16:12:04 +0000 (16:12 +0000)]
tvarith.h in right place.

24 years agoNew improved adnsfilter, but not yet debugged.
ian [Sun, 7 Nov 1999 16:06:48 +0000 (16:06 +0000)]
New improved adnsfilter, but not yet debugged.

24 years agoOn timeout with adnsresfilter in non-forever mode, resubmit queries.
ian [Wed, 3 Nov 1999 02:44:05 +0000 (02:44 +0000)]
On timeout with adnsresfilter in non-forever mode, resubmit queries.

24 years ago+ * New fanftest test program from Tony Finch (ignored by `make install'). privaterel-1999-11-02-wolff
ian [Wed, 3 Nov 1999 02:25:25 +0000 (02:25 +0000)]
+  * New fanftest test program from Tony Finch (ignored by `make install').

@@ -19,8 +19,9 @@
   General improvements
   * New adns_if_logpid option (functionality suggested by Tony Finch).
   * Better control of adnshost output and error messages (new -F options).
-  * New fanftest test program from Tony Finch.
+  * New fanftest test program from Tony Finch (ignored by `make install').
   * Declare flags parameters as enums again, not ints.
+  * New adnsresfilter general-purpose number->name mapping filter program.

  --

24 years agoDocument a few more of tonight's changes. privaterel-1999-11-02-fanf
ian [Tue, 2 Nov 1999 23:46:29 +0000 (23:46 +0000)]
Document a few more of tonight's changes.

24 years ago+ * Many memory leaks fixed.
ian [Tue, 2 Nov 1999 23:40:14 +0000 (23:40 +0000)]
+  * Many memory leaks fixed.

@@ -4,14 +4,15 @@
   * Do not fail assertion if _qf_owner, _qf_search, domain ends in `.'.
   * Avoid infinite timeouts, causing lockup, when they should be zero !
   * TCP handling revamped (avoids recursive-invocation problems).
-  * Two memory leaks (one in all queries, one in cancelled ones) fixed.
+  * Many memory leaks fixed.

   Test and client program bug and portability fixes:
   * Dynamic library building works properly.
   * adnshost prints somewhat better messages about some wrong usages.
   * Include <stdlib.h> and <sys/types.h> in adnshost.h.
   * adnslogres: parsing and error checking improved (Tony Finch).
-  * Regresion tests can cope with zero-length reads.
+  * Regression tests can cope with zero-length reads.
+  * Regression tests check for memory leaks.

   General improvements
   * New adns_if_logpid option (functionality suggested by Tony Finch).

24 years ago+ Core library bugfixes:
ian [Tue, 2 Nov 1999 22:22:43 +0000 (22:22 +0000)]
+  Core library bugfixes:

@@ -1,12 +1,15 @@
 adns (0.6) unstable; urgency=high

-  Bugfixes:
+  Core library bugfixes:
   * Do not fail assertion if _qf_owner, _qf_search, domain ends in `.'.
   * Avoid infinite timeouts, causing lockup, when they should be zero !
   * TCP handling revamped (avoids recursive-invocation problems).
+  * Two memory leaks (one in all queries, one in cancelled ones) fixed.
+
+  Test and client program bug and portability fixes:
   * Dynamic library building works properly.
   * adnshost prints somewhat better messages about some wrong usages.
-  * Include stdlib.h in adnshost.h.
+  * Include <stdlib.h> and <sys/types.h> in adnshost.h.
   * adnslogres: parsing and error checking improved (Tony Finch).
   * Regresion tests can cope with zero-length reads.

24 years ago+ * Declare flags parameters as enums again, not ints.
ian [Tue, 2 Nov 1999 21:02:39 +0000 (21:02 +0000)]
+  * Declare flags parameters as enums again, not ints.

@@ -14,6 +14,7 @@
+  * Declare flags parameters as enums again, not ints.

24 years agoSensible handling of empty reads. privaterel-1999-10-16-fanf
ian [Sat, 16 Oct 1999 19:43:26 +0000 (19:43 +0000)]
Sensible handling of empty reads.

24 years ago+ * TCP handling revamped (avoids recursive-invocation problems).
ian [Sat, 16 Oct 1999 19:11:01 +0000 (19:11 +0000)]
+  * TCP handling revamped (avoids recursive-invocation problems).

@@ -3,6 +3,7 @@
   Bugfixes:
+  * TCP handling revamped (avoids recursive-invocation problems).

24 years agoNew TCP tests.
ian [Sat, 16 Oct 1999 19:04:06 +0000 (19:04 +0000)]
New TCP tests.

24 years agoAdd EHOSTUNREACH ECONNREFUSED EPIPE.
ian [Sat, 16 Oct 1999 19:03:15 +0000 (19:03 +0000)]
Add EHOSTUNREACH ECONNREFUSED EPIPE.

24 years agoRemove __checkqueues; improve some comments.
ian [Sat, 16 Oct 1999 15:49:52 +0000 (15:49 +0000)]
Remove __checkqueues; improve some comments.

24 years ago+ * New fanftest test program from Tony Finch.
ian [Fri, 15 Oct 1999 18:27:03 +0000 (18:27 +0000)]
+  * New fanftest test program from Tony Finch.

@@ -9,9 +9,9 @@
   * adnslogres: parsing and error checking improved (Tony Finch).

   General improvements
-  * New fanftest test program from Tony Finch.
   * New adns_if_logpid option (functionality suggested by Tony Finch).
   * Better control of adnshost output and error messages (new -F options).
+  * New fanftest test program from Tony Finch.

  --

24 years ago+ * adnslogres: parsing and error checking improved (Tony Finch).
ian [Fri, 15 Oct 1999 18:26:41 +0000 (18:26 +0000)]
+  * adnslogres: parsing and error checking improved (Tony Finch).

@@ -6,8 +6,7 @@
   * Dynamic library building works properly.
   * adnshost prints somewhat better messages about some wrong usages.
   * Include stdlib.h in adnshost.h.
-  * IP address parsing fixed in adnslogres (thanks Tony Finch).
-  * adnslogres has improved error checking (thanks Tony Finch).
+  * adnslogres: parsing and error checking improved (Tony Finch).

   General improvements
   * New fanftest test program from Tony Finch.

24 years agoTest case for infinite timeouts.
ian [Fri, 15 Oct 1999 18:20:57 +0000 (18:20 +0000)]
Test case for infinite timeouts.

24 years agoReally do not install fanftest.
ian [Fri, 15 Oct 1999 17:59:35 +0000 (17:59 +0000)]
Really do not install fanftest.

24 years agoDo not install fanftest.
ian [Fri, 15 Oct 1999 17:58:50 +0000 (17:58 +0000)]
Do not install fanftest.

24 years agoln -sf on shlib symlink
ian [Fri, 15 Oct 1999 17:57:50 +0000 (17:57 +0000)]
ln -sf on shlib symlink

24 years ago+ * Better control of adnshost output and error messages (new -F options).
ian [Fri, 15 Oct 1999 17:55:45 +0000 (17:55 +0000)]
+  * Better control of adnshost output and error messages (new -F options).

@@ -1,4 +1,4 @@
-adns (0.6) unstable; urgency=medium
+adns (0.6) unstable; urgency=high

   Bugfixes:
   * Do not fail assertion if _qf_owner, _qf_search, domain ends in `.'.
@@ -12,6 +12,7 @@
   General improvements
   * New fanftest test program from Tony Finch.
   * New adns_if_logpid option (functionality suggested by Tony Finch).
+  * Better control of adnshost output and error messages (new -F options).

  --

24 years agoCorrect fix for infinite timeouts.
ian [Fri, 15 Oct 1999 17:20:09 +0000 (17:20 +0000)]
Correct fix for infinite timeouts.

24 years ago+ * Avoid infinite timeouts, causing lockup, when they should be zero !
ian [Fri, 15 Oct 1999 16:58:29 +0000 (16:58 +0000)]
+  * Avoid infinite timeouts, causing lockup, when they should be zero !

@@ -2,6 +2,7 @@
   Bugfixes:
+  * Avoid infinite timeouts, causing lockup, when they should be zero !

24 years ago+ * New adns_if_logpid option (functionality suggested by Tony Finch).
ian [Fri, 15 Oct 1999 16:55:00 +0000 (16:55 +0000)]
+  * New adns_if_logpid option (functionality suggested by Tony Finch).

@@ -10,6 +10,7 @@
   General improvements
+  * New adns_if_logpid option (functionality suggested by Tony Finch).

24 years agoInclude copyright and stuff; change aargh to more normal one.
ian [Fri, 15 Oct 1999 16:46:57 +0000 (16:46 +0000)]
Include copyright and stuff; change aargh to more normal one.

24 years agoadnslogres aargh change from fanf.
ian [Fri, 15 Oct 1999 16:46:14 +0000 (16:46 +0000)]
adnslogres aargh change from fanf.

24 years ago+ * Include stdlib.h in adnshost.h.
ian [Fri, 15 Oct 1999 16:43:23 +0000 (16:43 +0000)]
+  * Include stdlib.h in adnshost.h.

@@ -4,6 +4,12 @@
   * Do not fail assertion if _qf_owner, _qf_search, domain ends in `.'.
   * Dynamic library building works properly.
   * adnshost prints somewhat better messages about some wrong usages.
+  * Include stdlib.h in adnshost.h.
+  * IP address parsing fixed in adnslogres (thanks Tony Finch).
+  * adnslogres has improved error checking (thanks Tony Finch).
+
+  General improvements
+  * New fanftest test program from Tony Finch.

  --

24 years ago+ * adnshost prints somewhat better messages about some wrong usages.
ian [Wed, 13 Oct 1999 02:41:04 +0000 (02:41 +0000)]
+  * adnshost prints somewhat better messages about some wrong usages.

@@ -3,6 +3,7 @@
   Bugfixes:
+  * adnshost prints somewhat better messages about some wrong usages.

24 years ago+ * Dynamic library building works properly.
ian [Wed, 13 Oct 1999 02:31:03 +0000 (02:31 +0000)]
+  * Dynamic library building works properly.

@@ -2,6 +2,7 @@
   Bugfixes:
+  * Dynamic library building works properly.

24 years ago+ Bugfixes:
ian [Wed, 13 Oct 1999 02:05:22 +0000 (02:05 +0000)]
+  Bugfixes:

@@ -1,3 +1,10 @@
+adns (0.6) unstable; urgency=medium
+
+  Bugfixes:
+  * Do not fail assertion if _qf_owner, _qf_search, domain ends in `.'.
+
+ --
+
 adns (0.5) unstable; urgency=high

   New features:

24 years agoRemove spurious semicolon.
ian [Wed, 13 Oct 1999 02:04:06 +0000 (02:04 +0000)]
Remove spurious semicolon.

24 years agoUpdated README. rel-adns-0-5
ian [Wed, 13 Oct 1999 01:33:19 +0000 (01:33 +0000)]
Updated README.

24 years agofinalise 0.5
ian [Wed, 13 Oct 1999 01:24:43 +0000 (01:24 +0000)]
finalise 0.5

24 years ago+ * Declare flags parameters as ints not enums because C++ is crap.
ian [Wed, 13 Oct 1999 01:23:56 +0000 (01:23 +0000)]
+  * Declare flags parameters as ints not enums because C++ is crap.

@@ -45,6 +45,7 @@
+  * Declare flags parameters as ints not enums because C++ is crap.

24 years agoDo link statically against libadns !
ian [Wed, 13 Oct 1999 01:23:38 +0000 (01:23 +0000)]
Do link statically against libadns !

24 years ago+ * Dynamically linked clients now made with -l, so as to avoid rpath.
ian [Wed, 13 Oct 1999 01:16:30 +0000 (01:16 +0000)]
+  * Dynamically linked clients now made with -l, so as to avoid rpath.

@@ -43,6 +43,8 @@
+  * Dynamically linked clients now made with -l, so as to avoid rpath.
+  * Do not use $^ in make rules (should help with non-GNU make).

24 years agourgency high
ian [Wed, 13 Oct 1999 00:58:26 +0000 (00:58 +0000)]
urgency high

24 years agoadns_reverse_submit function for easy in-addr queries.
ian [Wed, 13 Oct 1999 00:57:36 +0000 (00:57 +0000)]
adns_reverse_submit function for easy in-addr queries.

24 years agoGet semantics of invertable options, and of cancelling, right.
ian [Wed, 13 Oct 1999 00:36:22 +0000 (00:36 +0000)]
Get semantics of invertable options, and of cancelling, right.

24 years agoBugfixes and stuff implemented.
ian [Wed, 13 Oct 1999 00:27:54 +0000 (00:27 +0000)]
Bugfixes and stuff implemented.

24 years agoRegression test scripts set EF_DISABLE_BANNER (for Electric Fence).
ian [Wed, 13 Oct 1999 00:27:41 +0000 (00:27 +0000)]
Regression test scripts set EF_DISABLE_BANNER (for Electric Fence).

24 years agoadns_rr_info on _r_mx etc. shows status type abbrev and status number.
ian [Wed, 13 Oct 1999 00:23:01 +0000 (00:23 +0000)]
adns_rr_info on _r_mx etc. shows status type abbrev and status number.

24 years agonot implemented things -> assert !implemented
ian [Tue, 12 Oct 1999 23:23:47 +0000 (23:23 +0000)]
not implemented things -> assert !implemented

24 years agobugfixes
ian [Tue, 12 Oct 1999 23:16:18 +0000 (23:16 +0000)]
bugfixes

24 years ago+ * Give ESRCH, not EAGAIN, if _check called with no queries outstanding.
ian [Tue, 12 Oct 1999 23:00:08 +0000 (23:00 +0000)]
+  * Give ESRCH, not EAGAIN, if _check called with no queries outstanding.

@@ -19,6 +19,7 @@
+  * Give ESRCH, not EAGAIN, if _check called with no queries outstanding.

24 years agoadnshost improvements - now runs for at least one query.
ian [Tue, 12 Oct 1999 23:00:04 +0000 (23:00 +0000)]
adnshost improvements - now runs for at least one query.

24 years agoReturn EAGAIN from _check instead of EWOULDBLOCK.
ian [Tue, 12 Oct 1999 22:55:15 +0000 (22:55 +0000)]
Return EAGAIN from _check instead of EWOULDBLOCK.

24 years agoFix typo.
ian [Tue, 12 Oct 1999 21:44:19 +0000 (21:44 +0000)]
Fix typo.

24 years agoDo not get EBADF. privaterel-1999-10-12-fanf-dustman
ian [Tue, 12 Oct 1999 21:35:06 +0000 (21:35 +0000)]
Do not get EBADF.

24 years agoDisallow unknown errnos (abort).
ian [Tue, 12 Oct 1999 21:29:02 +0000 (21:29 +0000)]
Disallow unknown errnos (abort).

24 years agoAbort on EBADF, EFAULT. Correctly parse numeric errnos.
ian [Tue, 12 Oct 1999 21:28:29 +0000 (21:28 +0000)]
Abort on EBADF, EFAULT.  Correctly parse numeric errnos.

24 years agoReally make norecurse tests work.
ian [Tue, 12 Oct 1999 21:20:04 +0000 (21:20 +0000)]
Really make norecurse tests work.

24 years agoReally make norecurse tests work.
ian [Tue, 12 Oct 1999 21:17:55 +0000 (21:17 +0000)]
Really make norecurse tests work.

24 years agoFix up norecurse tests for event.c autosys patch.
ian [Tue, 12 Oct 1999 21:16:23 +0000 (21:16 +0000)]
Fix up norecurse tests for event.c autosys patch.

24 years ago+ * ands_processany actually does something.
ian [Tue, 12 Oct 1999 21:13:03 +0000 (21:13 +0000)]
+  * ands_processany actually does something.

@@ -20,6 +20,7 @@
+  * ands_processany actually does something.

24 years agoDo not show banner.
ian [Tue, 12 Oct 1999 19:58:36 +0000 (19:58 +0000)]
Do not show banner.

24 years agoDo not invoke __autosys indirectly from __procdgram.
ian [Tue, 12 Oct 1999 19:51:08 +0000 (19:51 +0000)]
Do not invoke __autosys indirectly from __procdgram.

24 years agoCheck for recursion via adns__autosys (which is forbidden).
ian [Tue, 12 Oct 1999 19:24:12 +0000 (19:24 +0000)]
Check for recursion via adns__autosys (which is forbidden).

24 years agoSay that we should quote owner in master file format.
ian [Tue, 12 Oct 1999 19:14:49 +0000 (19:14 +0000)]
Say that we should quote owner in master file format.

24 years agoSupport for reverse queries.
ian [Sun, 10 Oct 1999 17:17:35 +0000 (17:17 +0000)]
Support for reverse queries.

24 years agoadnshost compiles again, and submits.
ian [Sun, 10 Oct 1999 17:01:30 +0000 (17:01 +0000)]
adnshost compiles again, and submits.

24 years agoRemoved junk from adh-main.c.
ian [Sun, 10 Oct 1999 16:30:59 +0000 (16:30 +0000)]
Removed junk from adh-main.c.