chiark / gitweb /
adns.git
23 years agoChange DISTVERSION to pre-1.0-1 rel-adns-pre-1-0--1
ian [Sun, 17 Sep 2000 01:05:17 +0000 (01:05 +0000)]
Change DISTVERSION to pre-1.0-1

23 years agoMore docs improvlements.
ian [Sun, 17 Sep 2000 01:01:58 +0000 (01:01 +0000)]
More docs improvlements.

23 years agoMore docs improvlements.
ian [Sun, 17 Sep 2000 01:01:11 +0000 (01:01 +0000)]
More docs improvlements.

23 years ago+ * Documentation improved somewhat, including new GPL-vs-LGPL file.
ian [Sun, 17 Sep 2000 00:45:54 +0000 (00:45 +0000)]
+  * Documentation improved somewhat, including new GPL-vs-LGPL file.

@@ -10,7 +10,7 @@
   * adnsresfilter has --debug option.
   * Improvements to adnslogres (incl. new -c option) from Tony Finch.
   * adnslogres has --help option.
-  * Documentation improved somewhat.
+  * Documentation improved somewhat, including new GPL-vs-LGPL file.
   * Do not install adnstest test utility.

   Regression test improvements:

20 years agowoah, complication
ian [Tue, 9 Mar 2004 22:10:35 +0000 (22:10 +0000)]
woah, complication

23 years ago+ * adnslogres has --help option.
ian [Sun, 17 Sep 2000 00:43:10 +0000 (00:43 +0000)]
+  * adnslogres has --help option.

@@ -9,6 +9,9 @@
+  * adnslogres has --help option.
+  * Documentation improved somewhat.
+  * Do not install adnstest test utility.

23 years agoUpdate copyright dates and documentation.
ian [Sun, 17 Sep 2000 00:24:24 +0000 (00:24 +0000)]
Update copyright dates and documentation.

23 years agoInitial checkin from my copy of GNU WWW CVS.
ian [Sun, 17 Sep 2000 00:24:24 +0000 (00:24 +0000)]
Initial checkin from my copy of GNU WWW CVS.

23 years ago+ * Find install-sh properly when we need to use it, and chmod it +x.
ian [Sat, 16 Sep 2000 23:29:41 +0000 (23:29 +0000)]
+  * Find install-sh properly when we need to use it, and chmod it +x.

@@ -16,6 +16,7 @@
+  * Find install-sh properly when we need to use it, and chmod it +x.

23 years agoUse `...` instead of POSIX $(...) to pander to stupid shells.
ian [Sat, 16 Sep 2000 22:59:00 +0000 (22:59 +0000)]
Use `...` instead of POSIX $(...) to pander to stupid shells.

23 years agoWork around stupid sh versions which need 4<&4.
ian [Sat, 16 Sep 2000 22:44:41 +0000 (22:44 +0000)]
Work around stupid sh versions which need 4<&4.

23 years agoImprove portability cleanups list.
ian [Sat, 16 Sep 2000 22:34:26 +0000 (22:34 +0000)]
Improve portability cleanups list.

23 years agoAdd <stdarg.h>.
ian [Sat, 16 Sep 2000 22:34:16 +0000 (22:34 +0000)]
Add <stdarg.h>.

23 years agoDo not run tests of executables not built. Do not build
ian [Sat, 16 Sep 2000 22:26:05 +0000 (22:26 +0000)]
Do not run tests of executables not built.  Do not build
adnsresfilter_record/playback.  Add missing #include <sys/time.h>,
<time.h>

23 years ago+ * Add pre-generated versions of m4-generated files in regress/.
ian [Sat, 16 Sep 2000 22:12:31 +0000 (22:12 +0000)]
+  * Add pre-generated versions of m4-generated files in regress/.

@@ -22,6 +22,7 @@
+  * Add pre-generated versions of m4-generated files in regress/.

23 years ago+ * Regression tests now include adnshost, adnslogres, adnsresfilter.
ian [Sat, 16 Sep 2000 21:48:13 +0000 (21:48 +0000)]
+  * Regression tests now include adnshost, adnslogres, adnsresfilter.

@@ -9,7 +9,7 @@
   * adnshost, adnslogres, adnsresfilter have options for config override.
   * adnsresfilter has --debug option.
   * Improvements to adnslogres (incl. new -c option) from Tony Finch.
-  * Regression tests now include `adnshost' invocations.
+  * Regression tests now include adnshost, adnslogres, adnsresfilter.
   * Test cancellation both before and after query completion.

   Portability fixes:

23 years ago+ * Fix adnsresfilter usage message to include correct default timeout.
ian [Sat, 16 Sep 2000 20:49:38 +0000 (20:49 +0000)]
+  * Fix adnsresfilter usage message to include correct default timeout.

@@ -3,9 +3,11 @@
   Bugfixes:
   * Fix incorrect `compressed datagram contains loop' error.
   * Actually compile shared libraries by default !
+  * Fix adnsresfilter usage message to include correct default timeout.

   General Improvements:
-  * adnshost and adnslogres have options for overriding configuration.
+  * adnshost, adnslogres, adnsresfilter have options for config override.
+  * adnsresfilter has --debug option.
   * Improvements to adnslogres (incl. new -c option) from Tony Finch.
   * Regression tests now include `adnshost' invocations.
   * Test cancellation both before and after query completion.

23 years agoadnslogres new -C option
ian [Sat, 16 Sep 2000 20:37:56 +0000 (20:37 +0000)]
adnslogres new -C option

23 years ago+ * Improvements to adnslogres (incl. new -c option) from Tony Finch.
ian [Sat, 16 Sep 2000 19:29:22 +0000 (19:29 +0000)]
+  * Improvements to adnslogres (incl. new -c option) from Tony Finch.

@@ -6,6 +6,7 @@

   General Improvements:
   * adnshost has --config option for overriding configuration.
+  * Improvements to adnslogres (incl. new -c option) from Tony Finch.
   * Regression tests now include `adnshost' invocations.
   * Test cancellation both before and after query completion.

@@ -25,7 +26,6 @@
   * Kill bogus warning, adh-main.c: `arg2' might be used uninitialized ...
   * Add extra {...} near adnslogres.c:167 to kill spurious warning.
   * Use `printf' instead of `echo -n'.
-

  --

23 years agoUndo errant checkin of fanf's changes.
ian [Sat, 16 Sep 2000 19:15:10 +0000 (19:15 +0000)]
Undo errant checkin of fanf's changes.

23 years agoChanges as from fanf in his message of 11th May 2000.
ian [Sat, 16 Sep 2000 19:13:11 +0000 (19:13 +0000)]
Changes as from fanf in his message of 11th May 2000.

23 years agoTurn on debug for adnshost regression.
ian [Sat, 16 Sep 2000 19:11:43 +0000 (19:11 +0000)]
Turn on debug for adnshost regression.

23 years agoNew test case for cancel of a query with a subquery.
ian [Sat, 16 Sep 2000 19:11:36 +0000 (19:11 +0000)]
New test case for cancel of a query with a subquery.

23 years agoUnderstand empty fd sets properly !
ian [Sat, 16 Sep 2000 19:10:46 +0000 (19:10 +0000)]
Understand empty fd sets properly !

23 years agoDocument failure on AIX.
ian [Sat, 16 Sep 2000 18:03:49 +0000 (18:03 +0000)]
Document failure on AIX.

23 years ago+ * Fix incorrect `compressed datagram contains loop' error.
ian [Sat, 16 Sep 2000 18:03:37 +0000 (18:03 +0000)]
+  * Fix incorrect `compressed datagram contains loop' error.

@@ -1,6 +1,7 @@
   Bugfixes:
+  * Fix incorrect `compressed datagram contains loop' error.

23 years agoUpdate copyright dates to 2000.
ian [Sat, 16 Sep 2000 17:37:11 +0000 (17:37 +0000)]
Update copyright dates to 2000.

23 years ago+ General Improvements:
ian [Sat, 16 Sep 2000 17:35:01 +0000 (17:35 +0000)]
+  General Improvements:

@@ -3,6 +3,11 @@
   Bugfixes:
   * Actually compile shared libraries by default !

+  General Improvements:
+  * adnshost has --config option for overriding configuration.
+  * Regression tests now include `adnshost' invocations.
+  * Test cancellation both before and after query completion.
+
   Portability fixes:
   * Fix <sys/fcntl.h> in client/adnsresfilter.c to <fcntl.h>.
   * #include <sys/types.h> and <unistd.h> for fcntl in */*.c.
@@ -12,6 +17,7 @@
   * adnstest: setvbuf(stdout,...) before we do first output.
   * Cast a sizeof(...) in src/event.c to unsigned long before printing.
   * #include <sys/select.h> if it exists.
+  * Regression tests work better if some syscalls are already macros.

   Portability cleanups:
   * Add list of tested platforms in INSTALL file.

23 years ago+ Bugfixes:
ian [Thu, 14 Sep 2000 01:23:39 +0000 (01:23 +0000)]
+  Bugfixes:

@@ -1,10 +1,24 @@
 adns (0.10) unstable; urgency=low

-  * Add list of tested platforms in INSTALL file.
+  Bugfixes:
+  * Actually compile shared libraries by default !
+
+  Portability fixes:
   * Fix <sys/fcntl.h> in client/adnsresfilter.c to <fcntl.h>.
-  * Kill bogus warning, adh-main.c: `arg2' might be used uninitialized ...
   * #include <sys/types.h> and <unistd.h> for fcntl in */*.c.
+  * Cope with compilers that don't do `inline'.
+  * Do not use variadic macro, use stdarg instead (adnslogres.c).
+  * #include "config.h" before "adns.h".
+  * adnstest: setvbuf(stdout,...) before we do first output.
+  * Cast a sizeof(...) in src/event.c to unsigned long before printing.
+  * #include <sys/select.h> if it exists.
+
+  Portability cleanups:
+  * Add list of tested platforms in INSTALL file.
+  * Kill bogus warning, adh-main.c: `arg2' might be used uninitialized ...
   * Add extra {...} near adnslogres.c:167 to kill spurious warning.
+  * Use `printf' instead of `echo -n'.
+

  --

23 years ago+ * Add list of tested platforms in INSTALL file.
ian [Thu, 14 Sep 2000 01:15:20 +0000 (01:15 +0000)]
+  * Add list of tested platforms in INSTALL file.

@@ -1,8 +1,10 @@
+  * Add list of tested platforms in INSTALL file.
+  * Add extra {...} near adnslogres.c:167 to kill spurious warning.

23 years ago+ * Kill bogus warning, adh-main.c: `arg2' might be used uninitialized ...
ian [Wed, 13 Sep 2000 22:17:58 +0000 (22:17 +0000)]
+  * Kill bogus warning, adh-main.c: `arg2' might be used uninitialized ...

@@ -1,6 +1,8 @@
+  * Kill bogus warning, adh-main.c: `arg2' might be used uninitialized ...
+  * #include <sys/types.h> and <unistd.h> for fcntl in */*.c.

23 years ago+ * Fix <sys/fcntl.h> in client/adnsresfilter.c to <fcntl.h>.
ian [Wed, 13 Sep 2000 21:13:19 +0000 (21:13 +0000)]
+  * Fix <sys/fcntl.h> in client/adnsresfilter.c to <fcntl.h>.

@@ -1,3 +1,9 @@
+adns (0.10) unstable; urgency=low
+
+  * Fix <sys/fcntl.h> in client/adnsresfilter.c to <fcntl.h>.
+
+ --
+
 adns (0.9) unstable; urgency=high

   Bug fixes:

23 years ago+ -- Ian Jackson <ian@davenant.greenend.org.uk> Wed, 9 Aug 2000 16:59:28 +0100 rel-adns-0-9
ian [Wed, 9 Aug 2000 15:59:58 +0000 (15:59 +0000)]
+ -- Ian Jackson <ian@davenant.greenend.org.uk>  Wed,  9 Aug 2000 16:59:28 +0100

@@ -28,7 +28,7 @@
   * Referrals with RD+RA set, or RCODE=Refused, don't generate warnings,
     just debug messages.  BIND does this kind of thing all the time.

- --
+ -- Ian Jackson <ian@davenant.greenend.org.uk>  Wed,  9 Aug 2000 16:59:28 +0100

 adns (0.8) BETA; urgency=medium

23 years agoUpdate copyright dates.
ian [Wed, 9 Aug 2000 15:55:49 +0000 (15:55 +0000)]
Update copyright dates.

23 years agoSay that I dislike libtool.
ian [Wed, 9 Aug 2000 15:40:10 +0000 (15:40 +0000)]
Say that I dislike libtool.

23 years ago+ * Use AC_PROG_INSTALL (=> perhaps install-sh), to avoid bad `install'.
ian [Wed, 9 Aug 2000 15:26:54 +0000 (15:26 +0000)]
+  * Use AC_PROG_INSTALL (=> perhaps install-sh), to avoid bad `install'.

@@ -17,6 +17,7 @@
+  * Use AC_PROG_INSTALL (=> perhaps install-sh), to avoid bad `install'.

23 years ago+ * New --disable-dynamic configure option for non-ELF systems.
ian [Wed, 9 Aug 2000 15:16:56 +0000 (15:16 +0000)]
+  * New --disable-dynamic configure option for non-ELF systems.

23 years ago+ * New --disable-dynamic configure option for non-ELF systems.
ian [Wed, 9 Aug 2000 15:13:21 +0000 (15:13 +0000)]
+  * New --disable-dynamic configure option for non-ELF systems.

@@ -16,6 +16,7 @@
+  * New --disable-dynamic configure option for non-ELF systems.

23 years agoBump version.
ian [Wed, 28 Jun 2000 00:14:02 +0000 (00:14 +0000)]
Bump version.

23 years ago+ * Referrals with RD+RA set, or RCODE=Refused, don't generate warnings,
ian [Wed, 28 Jun 2000 00:02:40 +0000 (00:02 +0000)]
+  * Referrals with RD+RA set, or RCODE=Refused, don't generate warnings,

@@ -23,6 +23,8 @@
+  * Referrals with RD+RA set, or RCODE=Refused, don't generate warnings,
+    just debug messages.  BIND does this kind of thing all the time.

23 years ago+ * TODO list and other docs updated slightly.
ian [Tue, 27 Jun 2000 23:18:10 +0000 (23:18 +0000)]
+  * TODO list and other docs updated slightly.

@@ -22,7 +22,7 @@
   * adnsresfilter default timeout changed to 1000ms.
   * m1test script can invoke `hrecord' differently.
   * regress/output-<case>.report file contains more useful info.
-  * TODO list updated somewhat.
+  * TODO list and other docs updated slightly.

  --

23 years ago+ * Do not free something twice if query fails and is then cancelled.
ian [Tue, 27 Jun 2000 23:16:48 +0000 (23:16 +0000)]
+  * Do not free something twice if query fails and is then cancelled.

@@ -10,6 +10,7 @@
+  * Do not free something twice if query fails and is then cancelled.

23 years ago+ * TODO list updated somewhat.
ian [Tue, 27 Jun 2000 23:16:01 +0000 (23:16 +0000)]
+  * TODO list updated somewhat.

@@ -21,6 +21,7 @@
+  * TODO list updated somewhat.

23 years ago+ * Do not spin if TCP connection blocks for writing (and add test case).
ian [Tue, 27 Jun 2000 23:01:42 +0000 (23:01 +0000)]
+  * Do not spin if TCP connection blocks for writing (and add test case).

@@ -1,4 +1,4 @@
-adns (0.9) unstable; urgency=low
+adns (0.9) unstable; urgency=high

   Bug fixes:
   * Don't make _processany always kill the TCP connection with the message
@@ -7,6 +7,9 @@
     `qu->interim_allocd>=0' on some platforms eg 64 bit).
   * adnsresfilter doesn't resolve textual prefixes of addresses (eg,
     10.0.0.1 out of 10.0.0.123) if input happens to block at that point.
+  * Do not spin if TCP connection blocks for writing (and add test case).
+  * Fail queries if TCP dies repeatedly, rather than retrying many times.
+  * Do not abort in a couple of places if TCP unexpectedly broken.

   Portability/compilation fixes:
   * Move `extern "C" {' to after #include <...>'s.

23 years ago+ * regress/output-<case>.report file contains more useful info.
ian [Tue, 27 Jun 2000 22:58:20 +0000 (22:58 +0000)]
+  * regress/output-<case>.report file contains more useful info.

@@ -17,6 +17,7 @@
+  * regress/output-<case>.report file contains more useful info.

23 years ago+ * m1test script can invoke `hrecord' differently.
ian [Tue, 27 Jun 2000 22:07:33 +0000 (22:07 +0000)]
+  * m1test script can invoke `hrecord' differently.

@@ -16,6 +16,7 @@
   Minor improvements:
+  * m1test script can invoke `hrecord' differently.

23 years ago+ * Pass LDFLAGS from configure on to ld via settings.make.in.
ian [Sun, 21 May 2000 18:38:19 +0000 (18:38 +0000)]
+  * Pass LDFLAGS from configure on to ld via settings.make.in.

@@ -10,6 +10,8 @@
   Portability/compilation fixes:
+  * Pass LDFLAGS from configure on to ld via settings.make.in.
+  * make clean deletes *.so and *.so.* files.

23 years ago+ * adnsresfilter doesn't resolve textual prefixes of addresses (eg,
ian [Sun, 21 May 2000 18:34:18 +0000 (18:34 +0000)]
+  * adnsresfilter doesn't resolve textual prefixes of addresses (eg,

@@ -5,12 +5,15 @@
     `qu->interim_allocd>=0' on some platforms eg 64 bit).
+  * adnsresfilter doesn't resolve textual prefixes of addresses (eg,
+    10.0.0.1 out of 10.0.0.123) if input happens to block at that point.
   Minor improvements:
+  * adnsresfilter default timeout changed to 1000ms.

23 years ago+ Minor improvements:
ian [Sun, 21 May 2000 17:21:58 +0000 (17:21 +0000)]
+  Minor improvements:

@@ -9,6 +9,9 @@
   Portability/compilation fixes:
   * Move `extern "C" {' to after #include <...>'s.

+  Minor improvements:
+  * Do not print warning if sendto() gives EAGAIN.
+
  --

 adns (0.8) BETA; urgency=medium

23 years ago+ Bug fixes:
ian [Sun, 21 May 2000 17:02:54 +0000 (17:02 +0000)]
+  Bug fixes:

@@ -1,8 +1,13 @@
 adns (0.9) unstable; urgency=low

-  * Move `extern "C" {' to after #include <...>'s.
+  Bug fixes:
+  * Don't make _processany always kill the TCP connection with the message
+    `TCP connection failed: poll/select: exceptional condition detected'.
   * Call MEM_ROUND in __transfer_interim (avoids assert fail
     `qu->interim_allocd>=0' on some platforms eg 64 bit).
+
+  Portability/compilation fixes:
+  * Move `extern "C" {' to after #include <...>'s.

  --

23 years ago+ * Call MEM_ROUND in __transfer_interim (avoids assert fail
ian [Tue, 9 May 2000 22:08:06 +0000 (22:08 +0000)]
+  * Call MEM_ROUND in __transfer_interim (avoids assert fail

@@ -1,6 +1,8 @@
+  * Call MEM_ROUND in __transfer_interim (avoids assert fail
+    `qu->interim_allocd>=0' on some platforms eg 64 bit).

23 years ago+ * Move `extern "C" {' to after #include <...>'s.
ian [Tue, 9 May 2000 21:50:50 +0000 (21:50 +0000)]
+  * Move `extern "C" {' to after #include <...>'s.

@@ -1,3 +1,9 @@
+adns (0.9) unstable; urgency=low
+
+  * Move `extern "C" {' to after #include <...>'s.
+
+ --
+
 adns (0.8) BETA; urgency=medium

   Bugfixes:

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 agoAdd DRAFT note.
ian [Thu, 2 Mar 2000 01:49:42 +0000 (01:49 +0000)]
Add DRAFT note.

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 agoRemove extra extensions since UCB have withdrawn the advertising clause.
ian [Sat, 8 Jan 2000 15:00:15 +0000 (15:00 +0000)]
Remove extra extensions since UCB have withdrawn the advertising clause.
Talk about LGPL speciality wrt adns.h

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.