chiark / gitweb /
adns.git
18 years agoregression tests for srv, part 1
ian [Thu, 6 Apr 2006 18:44:25 +0000 (18:44 +0000)]
regression tests for srv, part 1

18 years agoremove debugging from srv with postsort
ian [Thu, 6 Apr 2006 18:40:26 +0000 (18:40 +0000)]
remove debugging from srv with postsort

18 years agosrv with postsort seems to work
ian [Thu, 6 Apr 2006 18:39:44 +0000 (18:39 +0000)]
srv with postsort seems to work

18 years agorevert: put back postsort - the RFC doesn't say that the server does
ian [Wed, 5 Apr 2006 00:24:37 +0000 (00:24 +0000)]
revert: put back postsort - the RFC doesn't say that the server does
that for us

18 years agodo away with postsort - the server does that for us
ian [Wed, 5 Apr 2006 00:20:21 +0000 (00:20 +0000)]
do away with postsort - the server does that for us

18 years agono, do not add new types to adnstest - it breaks regress totally!
ian [Wed, 5 Apr 2006 00:19:52 +0000 (00:19 +0000)]
no, do not add new types to adnstest - it breaks regress totally!

18 years agofix parsing of SRVs
ian [Wed, 5 Apr 2006 00:15:54 +0000 (00:15 +0000)]
fix parsing of SRVs

18 years agosrv processing written (except for sorting); now to be debugged
ian [Tue, 4 Apr 2006 23:29:24 +0000 (23:29 +0000)]
srv processing written (except for sorting); now to be debugged

18 years agofurther wip on SRV - need per-type functions now including postsort
ian [Tue, 4 Apr 2006 01:21:39 +0000 (01:21 +0000)]
further wip on SRV - need per-type functions now including postsort

18 years agoinitial SRV WIP - adns.h
ian [Tue, 4 Apr 2006 00:19:52 +0000 (00:19 +0000)]
initial SRV WIP - adns.h

18 years ago+ * Document in adns.h EINVAL from adns_init meaning bad configuration. before-srv-2006-04-04
ian [Mon, 3 Apr 2006 23:47:41 +0000 (23:47 +0000)]
+  * Document in adns.h EINVAL from adns_init meaning bad configuration.

@@ -9,6 +9,7 @@ adns (1.1.999.0.2); urgency=medium
   * adnstest converts some errno values to EFOOBAR: all of the ones
     mentioned in adns.h, at least.  This makes the regression test
     more portable (fixes problem noticed by Bernd Eckenfels).
+  * Document in adns.h EINVAL from adns_init meaning bad configuration.

   Fixes from or suggested by Bernd Eckenfels, the Debian maintainer:
   * Correct type of various printf arguments: ptrdiff_t != int.

18 years ago * adnstest converts some errno values to EFOOBAR: all of the ones
ian [Mon, 3 Apr 2006 23:47:13 +0000 (23:47 +0000)]
  * adnstest converts some errno values to EFOOBAR: all of the ones
    mentioned in adns.h, at least.  This makes the regression test
    more portable (fixes problem noticed by Bernd Eckenfels).

18 years ago+ * Update MINOR to 2 because of adns_init_logfn.
ian [Mon, 3 Apr 2006 23:32:11 +0000 (23:32 +0000)]
+  * Update MINOR to 2 because of adns_init_logfn.

@@ -5,6 +5,7 @@
     and patch from Nix of esperi.org.uk.)
+  * Update MINOR to 2 because of adns_init_logfn.

18 years ago+ * Create $(bin_dir) and $(lib_dir) on `make install', and also
ian [Mon, 3 Apr 2006 23:05:20 +0000 (23:05 +0000)]
+  * Create $(bin_dir) and $(lib_dir) on `make install', and also

@@ -2,6 +2,9 @@
     in README.html.
+  * Create $(bin_dir) and $(lib_dir) on `make install', and also
+    make a libadns.so.1 -> libadns.so.1.<minor> link.  (Suggestions
+    and patch from Nix of esperi.org.uk.)

18 years agoInclude reference to Peter Simons's Haskell bindings
ian [Mon, 3 Apr 2006 23:00:48 +0000 (23:00 +0000)]
Include reference to Peter Simons's Haskell bindings

18 years ago+ Fixes from or suggested by Bernd Eckenfels, the Debian maintainer:
ian [Mon, 3 Apr 2006 22:49:32 +0000 (22:49 +0000)]
+  Fixes from or suggested by Bernd Eckenfels, the Debian maintainer:

@@ -3,10 +3,12 @@
   * Include reference to Peter Simons's Haskell bindings
     in README.html.

-  Fixes from Bernd Eckenfels, the Debian maintainer:
+  Fixes from or suggested by Bernd Eckenfels, the Debian maintainer:
   * Correct type of various printf arguments: ptrdiff_t != int.
   * Do not print size of leaked blocks of memory (this causes
-    a spurious regression test failure).
+    a spurious regression test failure on some platforms)
+  * Provide adns_if_none and adns_qf_none (which will help with compilers
+    which complain about plain `0' being passed where an enum is wanted).

  --

18 years agoDo not print size of leaked blocks of memory (this causes a spurious
ian [Mon, 3 Apr 2006 22:45:58 +0000 (22:45 +0000)]
Do not print size of leaked blocks of memory (this causes a spurious
regression test failure on some platforms).

18 years agoCorrect type of various printf arguments: ptrdiff_t != int
ian [Mon, 3 Apr 2006 22:41:14 +0000 (22:41 +0000)]
Correct type of various printf arguments: ptrdiff_t != int

18 years ago+ * Include reference to Peter Simons's Haskell bindings
ian [Mon, 3 Apr 2006 22:35:04 +0000 (22:35 +0000)]
+  * Include reference to Peter Simons's Haskell bindings

@@ -1,3 +1,10 @@
+adns (1.1.999.0.2); urgency=medium
+
+  * Include reference to Peter Simons's Haskell bindings
+    in README.html.
+
+ --
+
 adns (1.1.999.0.1); urgency=medium

   * Fix error in prototype in definition of adns__parse_domain.

18 years agofinalise
ian [Sat, 7 Jan 2006 17:10:17 +0000 (17:10 +0000)]
finalise

18 years ago+ * New adns_init_logfn etc. for having logging done with a callback
ian [Sat, 7 Jan 2006 17:08:04 +0000 (17:08 +0000)]
+  * New adns_init_logfn etc. for having logging done with a callback

@@ -1,4 +1,4 @@
-adns (1.2); urgency=medium
+adns (1.1.999.0.1); urgency=medium

   * Fix error in prototype in definition of adns__parse_domain.
   * New LICENCE.WAIVERS file for GPL-incompatility workarounds.
@@ -16,6 +16,8 @@
   * Add bind(2) and listen(2) to test harness (for epithet's benefit, but
     harmless in adns).
   * Add missing ENOTSOCK to hcommon.c.m4 (was already in hcommon.c!)
+  * New adns_init_logfn etc. for having logging done with a callback
+    function.

  --

18 years agobranch is closed
ian [Sat, 7 Jan 2006 17:09:03 +0000 (17:09 +0000)]
branch is closed

18 years ago+ * Call Tensurerecordfile in Hgettimeofday (Tensurerecordfile was
ian [Sat, 15 Oct 2005 16:29:58 +0000 (16:29 +0000)]
+  * Call Tensurerecordfile in Hgettimeofday (Tensurerecordfile was

@@ -11,6 +11,11 @@
     updated).
+  * Call Tensurerecordfile in Hgettimeofday (Tensurerecordfile was
+    Tensureinputfile/Tensureoutputfile).
+  * Add bind(2) and listen(2) to test harness (for epithet's benefit, but
+    harmless in adns).
+  * Add missing ENOTSOCK to hcommon.c.m4 (was already in hcommon.c!)

18 years ago+ * Add -Wno-pointer-sign if GCC has that option.
ian [Sat, 15 Oct 2005 15:22:08 +0000 (15:22 +0000)]
+  * Add -Wno-pointer-sign if GCC has that option.

@@ -10,6 +10,7 @@
     updated).
+  * Add -Wno-pointer-sign if GCC has that option.

19 years ago+ * Add documentation comment by definition of adns_r_ptr_raw type enum.
ian [Tue, 5 Apr 2005 20:34:38 +0000 (20:34 +0000)]
+  * Add documentation comment by definition of adns_r_ptr_raw type enum.

@@ -9,6 +9,7 @@
     updated).
+  * Add documentation comment by definition of adns_r_ptr_raw type enum.

19 years ago+ * New adnsheloex client courtesy of Tony Finch (and copyright notices
ian [Wed, 16 Mar 2005 21:28:51 +0000 (21:28 +0000)]
+  * New adnsheloex client courtesy of Tony Finch (and copyright notices

@@ -7,6 +7,8 @@
+  * New adnsheloex client courtesy of Tony Finch (and copyright notices
+    updated).

19 years ago+ * Darwin listed in INSTALL.
ian [Wed, 16 Mar 2005 21:10:58 +0000 (21:10 +0000)]
+  * Darwin listed in INSTALL.

@@ -6,6 +6,7 @@
+  * Darwin listed in INSTALL.

19 years ago+ * Add .PHONY: install to Makefile, to help people with demented fs's.
ian [Wed, 16 Mar 2005 21:09:56 +0000 (21:09 +0000)]
+  * Add .PHONY: install to Makefile, to help people with demented fs's.

@@ -5,6 +5,7 @@
+  * Add .PHONY: install to Makefile, to help people with demented fs's.

19 years ago+ * Added a TODO list item.
ian [Wed, 16 Mar 2005 19:24:23 +0000 (19:24 +0000)]
+  * Added a TODO list item.

@@ -4,6 +4,7 @@
+  * Added a TODO list item.

19 years agodocument log message format
ian [Sun, 19 Dec 2004 20:59:18 +0000 (20:59 +0000)]
document log message format

19 years agodocument the fact that you have to reassemble the messages
ian [Sun, 19 Dec 2004 20:37:17 +0000 (20:37 +0000)]
document the fact that you have to reassemble the messages

19 years ago+ * New adns_init_logfn etc. for having logging done with a callback
ian [Wed, 15 Dec 2004 23:58:55 +0000 (23:58 +0000)]
+  * New adns_init_logfn etc. for having logging done with a callback

@@ -1,3 +1,10 @@
+adns (1.3); urgency=medium
+
+  * New adns_init_logfn etc. for having logging done with a callback
+    function.
+
+ --
+
 adns (1.2); urgency=medium

   * Fix error in prototype in definition of adns__parse_domain.

19 years ago+ * Allow `;'-comments in resolv.conf (report from Colin Charles).
ian [Sat, 10 Jul 2004 15:00:34 +0000 (15:00 +0000)]
+  * Allow `;'-comments in resolv.conf (report from Colin Charles).

@@ -3,8 +3,9 @@
   * Fix error in prototype in definition of adns__parse_domain.
   * New LICENCE.WAIVERS file for GPL-incompatility workarounds.
   * Clarified GPL-vs-LGPL: a bit less hostile and a bit more mercenary.
+  * Allow `;'-comments in resolv.conf (report from Colin Charles).

-  --
+ --

 adns (1.1); urgency=medium

19 years agosemicolon comments request
ian [Sun, 4 Jul 2004 20:37:56 +0000 (20:37 +0000)]
semicolon comments request

19 years ago+ * New LICENCE.WAIVERS file for GPL-incompatility workarounds.
ian [Tue, 4 May 2004 21:29:34 +0000 (21:29 +0000)]
+  * New LICENCE.WAIVERS file for GPL-incompatility workarounds.

@@ -1,8 +1,10 @@
 adns (1.2); urgency=medium

   * Fix error in prototype in definition of adns__parse_domain.
+  * New LICENCE.WAIVERS file for GPL-incompatility workarounds.
+  * Clarified GPL-vs-LGPL: a bit less hostile and a bit more mercenary.

- --
+  --

 adns (1.1); urgency=medium

19 years ago+ * Fix error in prototype in definition of adns__parse_domain.
ian [Tue, 4 May 2004 18:46:36 +0000 (18:46 +0000)]
+  * Fix error in prototype in definition of adns__parse_domain.

@@ -1,3 +1,9 @@
+adns (1.2); urgency=medium
+
+  * Fix error in prototype in definition of adns__parse_domain.
+
+ --
+
 adns (1.1); urgency=medium

   Major bugfixes:

20 years agoupdate version rel-adns-1-1
ian [Tue, 1 Jul 2003 21:59:38 +0000 (21:59 +0000)]
update version

20 years agoReleasing 1.1.
ian [Tue, 1 Jul 2003 21:55:37 +0000 (21:55 +0000)]
Releasing 1.1.

20 years agocategorise changelog
ian [Tue, 1 Jul 2003 20:35:33 +0000 (20:35 +0000)]
categorise changelog

20 years agofixes from www.gnu.org
ian [Sun, 29 Jun 2003 19:06:00 +0000 (19:06 +0000)]
fixes from www.gnu.org

20 years agoupdate latest html version
ian [Sun, 29 Jun 2003 19:03:16 +0000 (19:03 +0000)]
update latest html version

20 years agoimprove wrapping in adns.h
ian [Sun, 22 Jun 2003 14:34:37 +0000 (14:34 +0000)]
improve wrapping in adns.h

20 years ago+ * Fix bogus multiple updates to p in transmit.c (!)
ian [Sun, 22 Jun 2003 13:58:15 +0000 (13:58 +0000)]
+  * Fix bogus multiple updates to p in transmit.c (!)

@@ -4,9 +4,12 @@
+  * Fix bogus multiple updates to p in transmit.c (!)
+  * Fix up spurious #undef's in hredirect.h.
     (and there doesn't seem to be much explanation why).
+  * #include <stdlib.h> in internal.h (for abort etc).

20 years ago+ * Do not spin if connect() fails immediately (!)
ian [Sun, 22 Jun 2003 13:49:20 +0000 (13:49 +0000)]
+  * Do not spin if connect() fails immediately (!)

@@ -1,6 +1,7 @@
   Bugfixes:
+  * Do not spin if connect() fails immediately (!)

20 years ago+ * Some better source code formatting/wrapping in a few places.
ian [Sun, 22 Jun 2003 13:01:11 +0000 (13:01 +0000)]
+  * Some better source code formatting/wrapping in a few places.

@@ -10,6 +10,7 @@
+  * Some better source code formatting/wrapping in a few places.

20 years agofix test cases for CNAME search list bugfix
ian [Sun, 22 Jun 2003 13:01:04 +0000 (13:01 +0000)]
fix test cases for CNAME search list bugfix

20 years agoand process readme
ian [Sun, 15 Jun 2003 16:55:23 +0000 (16:55 +0000)]
and process readme

20 years ago+ * Problem with SERVFAIL in TODO.
ian [Sun, 15 Jun 2003 16:54:29 +0000 (16:54 +0000)]
+  * Problem with SERVFAIL in TODO.

@@ -8,6 +8,8 @@
+  * Problem with SERVFAIL in TODO.
+  * Mentioned Jarle Aase's Windows port in README.html.

21 years ago+ * Added wishlist entry re configurable port no.
ian [Fri, 24 Jan 2003 21:37:29 +0000 (21:37 +0000)]
+  * Added wishlist entry re configurable port no.

@@ -7,6 +7,7 @@
     (and there doesn't seem to be much explanation why).
+  * Added wishlist entry re configurable port no.

21 years ago+ * Always #include <sys/types.h> before <sys/socket.h> (for FreeBSD 4.6).
ian [Sun, 24 Nov 2002 17:23:01 +0000 (17:23 +0000)]
+  * Always #include <sys/types.h> before <sys/socket.h> (for FreeBSD 4.6).

@@ -6,6 +6,7 @@
     (and there doesn't seem to be much explanation why).
+  * Always #include <sys/types.h> before <sys/socket.h> (for FreeBSD 4.6).

22 years ago+ * Understand and sort of check OpenBSD `lookup' resolv.conf directive.
ian [Tue, 9 Apr 2002 20:45:08 +0000 (20:45 +0000)]
+  * Understand and sort of check OpenBSD `lookup' resolv.conf directive.

@@ -5,6 +5,7 @@
     (and there doesn't seem to be much explanation why).
+  * Understand and sort of check OpenBSD `lookup' resolv.conf directive.

22 years ago+ * Don't use <sys/select.h> any more, it was a mistake made in pre-1.0
ian [Tue, 18 Dec 2001 00:03:20 +0000 (00:03 +0000)]
+  * Don't use <sys/select.h> any more, it was a mistake made in pre-1.0

@@ -3,6 +3,8 @@
   Bugfixes:
+  * Don't use <sys/select.h> any more, it was a mistake made in pre-1.0
+    (and there doesn't seem to be much explanation why).

22 years agoNew TODO item.
ian [Mon, 29 Oct 2001 15:37:48 +0000 (15:37 +0000)]
New TODO item.

23 years ago+ Bugfixes:
ian [Sat, 10 Mar 2001 19:03:39 +0000 (19:03 +0000)]
+  Bugfixes:

@@ -1,3 +1,11 @@
+adns (1.1); urgency=medium
+
+  Bugfixes:
+  * Stop searching on a CNAME (even if it's broken).
+  * When search list runs out, _qf_owner sets owner to query domain.
+
+ --
+
 adns (1.0); urgency=medium

   Bugfixes:

23 years agoInclude standard CFLAGS in regress/ builds of other directories' files. rel-adns-1-0
ian [Sun, 17 Sep 2000 14:16:22 +0000 (14:16 +0000)]
Include standard CFLAGS in regress/ builds of other directories' files.

23 years agoVersion 1.0.
ian [Sun, 17 Sep 2000 14:10:57 +0000 (14:10 +0000)]
Version 1.0.

23 years agoSupport --version in utility programs.
ian [Sun, 17 Sep 2000 14:09:02 +0000 (14:09 +0000)]
Support --version in utility programs.

23 years agoUrgency medium
ian [Sun, 17 Sep 2000 02:07:18 +0000 (02:07 +0000)]
Urgency medium

23 years agoAdd blank line.
ian [Sun, 17 Sep 2000 02:05:53 +0000 (02:05 +0000)]
Add blank line.

23 years agoClarify wording re full-service.
ian [Sun, 17 Sep 2000 02:05:34 +0000 (02:05 +0000)]
Clarify wording re full-service.

23 years agoMention dependency on GCC for dynamic, GNU m4 for m4 stuff.
ian [Sun, 17 Sep 2000 02:04:53 +0000 (02:04 +0000)]
Mention dependency on GCC for dynamic, GNU m4 for m4 stuff.

23 years agoFix typos.
ian [Sun, 17 Sep 2000 01:56:15 +0000 (01:56 +0000)]
Fix typos.

23 years ago+ * Treat 8-bit characters in email addrs as RFC822 `special' (=> quote).
ian [Sun, 17 Sep 2000 01:52:39 +0000 (01:52 +0000)]
+  * Treat 8-bit characters in email addrs as RFC822 `special' (=> quote).

@@ -1,6 +1,7 @@
   Bugfixes:
+  * Treat 8-bit characters in email addrs as RFC822 `special' (=> quote).

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.