chiark / gitweb /
ian [Sun, 4 Jul 2004 20:37:56 +0000 (20:37 +0000)]
semicolon comments request
ian [Tue, 4 May 2004 21:29:34 +0000 (21:29 +0000)]
@@ -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
ian [Tue, 4 May 2004 18:46:36 +0000 (18:46 +0000)]
@@ -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:
ian [Tue, 1 Jul 2003 21:59:38 +0000 (21:59 +0000)]
update version
ian [Tue, 1 Jul 2003 21:55:37 +0000 (21:55 +0000)]
Releasing 1.1.
ian [Tue, 1 Jul 2003 20:35:33 +0000 (20:35 +0000)]
categorise changelog
ian [Sun, 29 Jun 2003 19:06:00 +0000 (19:06 +0000)]
fixes from www.gnu.org
ian [Sun, 29 Jun 2003 19:03:16 +0000 (19:03 +0000)]
update latest html version
ian [Sun, 22 Jun 2003 14:34:37 +0000 (14:34 +0000)]
improve wrapping in adns.h
ian [Sun, 22 Jun 2003 13:58:15 +0000 (13:58 +0000)]
@@ -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).
ian [Sun, 22 Jun 2003 13:49:20 +0000 (13:49 +0000)]
@@ -1,6 +1,7 @@
Bugfixes:
+ * Do not spin if connect() fails immediately (!)
ian [Sun, 22 Jun 2003 13:01:11 +0000 (13:01 +0000)]
@@ -10,6 +10,7 @@
+ * Some better source code formatting/wrapping in a few places.
ian [Sun, 22 Jun 2003 13:01:04 +0000 (13:01 +0000)]
fix test cases for CNAME search list bugfix
ian [Sun, 15 Jun 2003 16:55:23 +0000 (16:55 +0000)]
and process readme
ian [Sun, 15 Jun 2003 16:54:29 +0000 (16:54 +0000)]
@@ -8,6 +8,8 @@
+ * Problem with SERVFAIL in TODO.
+ * Mentioned Jarle Aase's Windows port in README.html.
ian [Fri, 24 Jan 2003 21:37:29 +0000 (21:37 +0000)]
@@ -7,6 +7,7 @@
(and there doesn't seem to be much explanation why).
+ * Added wishlist entry re configurable port no.
ian [Sun, 24 Nov 2002 17:23:01 +0000 (17:23 +0000)]
@@ -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).
ian [Tue, 9 Apr 2002 20:45:08 +0000 (20:45 +0000)]
@@ -5,6 +5,7 @@
(and there doesn't seem to be much explanation why).
+ * Understand and sort of check OpenBSD `lookup' resolv.conf directive.
ian [Tue, 18 Dec 2001 00:03:20 +0000 (00:03 +0000)]
@@ -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).
ian [Mon, 29 Oct 2001 15:37:48 +0000 (15:37 +0000)]
New TODO item.
ian [Sat, 10 Mar 2001 19:03:39 +0000 (19:03 +0000)]
@@ -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:
ian [Sun, 17 Sep 2000 14:16:22 +0000 (14:16 +0000)]
Include standard CFLAGS in regress/ builds of other directories' files.
ian [Sun, 17 Sep 2000 14:10:57 +0000 (14:10 +0000)]
Version 1.0.
ian [Sun, 17 Sep 2000 14:09:02 +0000 (14:09 +0000)]
Support --version in utility programs.
ian [Sun, 17 Sep 2000 02:07:18 +0000 (02:07 +0000)]
Urgency medium
ian [Sun, 17 Sep 2000 02:05:53 +0000 (02:05 +0000)]
Add blank line.
ian [Sun, 17 Sep 2000 02:05:34 +0000 (02:05 +0000)]
Clarify wording re full-service.
ian [Sun, 17 Sep 2000 02:04:53 +0000 (02:04 +0000)]
Mention dependency on GCC for dynamic, GNU m4 for m4 stuff.
ian [Sun, 17 Sep 2000 01:56:15 +0000 (01:56 +0000)]
Fix typos.
ian [Sun, 17 Sep 2000 01:52:39 +0000 (01:52 +0000)]
@@ -1,6 +1,7 @@
Bugfixes:
+ * Treat 8-bit characters in email addrs as RFC822 `special' (=> quote).
ian [Sun, 17 Sep 2000 01:05:17 +0000 (01:05 +0000)]
Change DISTVERSION to pre-1.0-1
ian [Sun, 17 Sep 2000 01:01:58 +0000 (01:01 +0000)]
More docs improvlements.
ian [Sun, 17 Sep 2000 01:01:11 +0000 (01:01 +0000)]
More docs improvlements.
ian [Sun, 17 Sep 2000 00:45:54 +0000 (00:45 +0000)]
@@ -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:
ian [Sun, 17 Sep 2000 00:43:10 +0000 (00:43 +0000)]
@@ -9,6 +9,9 @@
+ * adnslogres has --help option.
+ * Documentation improved somewhat.
+ * Do not install adnstest test utility.
ian [Sun, 17 Sep 2000 00:24:24 +0000 (00:24 +0000)]
Update copyright dates and documentation.
ian [Sun, 17 Sep 2000 00:24:24 +0000 (00:24 +0000)]
Initial checkin from my copy of GNU WWW CVS.
ian [Sat, 16 Sep 2000 23:29:41 +0000 (23:29 +0000)]
@@ -16,6 +16,7 @@
+ * Find install-sh properly when we need to use it, and chmod it +x.
ian [Sat, 16 Sep 2000 22:59:00 +0000 (22:59 +0000)]
Use `...` instead of POSIX $(...) to pander to stupid shells.
ian [Sat, 16 Sep 2000 22:44:41 +0000 (22:44 +0000)]
Work around stupid sh versions which need 4<&4.
ian [Sat, 16 Sep 2000 22:34:26 +0000 (22:34 +0000)]
Improve portability cleanups list.
ian [Sat, 16 Sep 2000 22:34:16 +0000 (22:34 +0000)]
Add <stdarg.h>.
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>
ian [Sat, 16 Sep 2000 22:12:31 +0000 (22:12 +0000)]
@@ -22,6 +22,7 @@
+ * Add pre-generated versions of m4-generated files in regress/.
ian [Sat, 16 Sep 2000 21:48:13 +0000 (21:48 +0000)]
@@ -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:
ian [Sat, 16 Sep 2000 20:49:38 +0000 (20:49 +0000)]
@@ -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.
ian [Sat, 16 Sep 2000 20:37:56 +0000 (20:37 +0000)]
adnslogres new -C option
ian [Sat, 16 Sep 2000 19:29:22 +0000 (19:29 +0000)]
@@ -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'.
-
--
ian [Sat, 16 Sep 2000 19:15:10 +0000 (19:15 +0000)]
Undo errant checkin of fanf's changes.
ian [Sat, 16 Sep 2000 19:13:11 +0000 (19:13 +0000)]
Changes as from fanf in his message of 11th May 2000.
ian [Sat, 16 Sep 2000 19:11:43 +0000 (19:11 +0000)]
Turn on debug for adnshost regression.
ian [Sat, 16 Sep 2000 19:11:36 +0000 (19:11 +0000)]
New test case for cancel of a query with a subquery.
ian [Sat, 16 Sep 2000 19:10:46 +0000 (19:10 +0000)]
Understand empty fd sets properly !
ian [Sat, 16 Sep 2000 18:03:49 +0000 (18:03 +0000)]
Document failure on AIX.
ian [Sat, 16 Sep 2000 18:03:37 +0000 (18:03 +0000)]
@@ -1,6 +1,7 @@
Bugfixes:
+ * Fix incorrect `compressed datagram contains loop' error.
ian [Sat, 16 Sep 2000 17:37:11 +0000 (17:37 +0000)]
Update copyright dates to 2000.
ian [Sat, 16 Sep 2000 17:35:01 +0000 (17:35 +0000)]
@@ -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.
ian [Thu, 14 Sep 2000 01:23:39 +0000 (01:23 +0000)]
@@ -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'.
+
--
ian [Thu, 14 Sep 2000 01:15:20 +0000 (01:15 +0000)]
@@ -1,8 +1,10 @@
+ * Add list of tested platforms in INSTALL file.
+ * Add extra {...} near adnslogres.c:167 to kill spurious warning.
ian [Wed, 13 Sep 2000 22:17:58 +0000 (22:17 +0000)]
@@ -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.
ian [Wed, 13 Sep 2000 21:13:19 +0000 (21:13 +0000)]
@@ -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:
ian [Wed, 9 Aug 2000 15:59:58 +0000 (15:59 +0000)]
@@ -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
ian [Wed, 9 Aug 2000 15:55:49 +0000 (15:55 +0000)]
Update copyright dates.
ian [Wed, 9 Aug 2000 15:40:10 +0000 (15:40 +0000)]
Say that I dislike libtool.
ian [Wed, 9 Aug 2000 15:26:54 +0000 (15:26 +0000)]
@@ -17,6 +17,7 @@
+ * Use AC_PROG_INSTALL (=> perhaps install-sh), to avoid bad `install'.
ian [Wed, 9 Aug 2000 15:16:56 +0000 (15:16 +0000)]
+ * New --disable-dynamic configure option for non-ELF systems.
ian [Wed, 9 Aug 2000 15:13:21 +0000 (15:13 +0000)]
@@ -16,6 +16,7 @@
+ * New --disable-dynamic configure option for non-ELF systems.
ian [Wed, 28 Jun 2000 00:14:02 +0000 (00:14 +0000)]
Bump version.
ian [Wed, 28 Jun 2000 00:02:40 +0000 (00:02 +0000)]
@@ -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.
ian [Tue, 27 Jun 2000 23:18:10 +0000 (23:18 +0000)]
@@ -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.
--
ian [Tue, 27 Jun 2000 23:16:48 +0000 (23:16 +0000)]
@@ -10,6 +10,7 @@
+ * Do not free something twice if query fails and is then cancelled.
ian [Tue, 27 Jun 2000 23:16:01 +0000 (23:16 +0000)]
@@ -21,6 +21,7 @@
+ * TODO list updated somewhat.
ian [Tue, 27 Jun 2000 23:01:42 +0000 (23:01 +0000)]
@@ -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.
ian [Tue, 27 Jun 2000 22:58:20 +0000 (22:58 +0000)]
@@ -17,6 +17,7 @@
+ * regress/output-<case>.report file contains more useful info.
ian [Tue, 27 Jun 2000 22:07:33 +0000 (22:07 +0000)]
@@ -16,6 +16,7 @@
Minor improvements:
+ * m1test script can invoke `hrecord' differently.
ian [Sun, 21 May 2000 18:38:19 +0000 (18:38 +0000)]
@@ -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.
ian [Sun, 21 May 2000 18:34:18 +0000 (18:34 +0000)]
@@ -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.
ian [Sun, 21 May 2000 17:21:58 +0000 (17:21 +0000)]
@@ -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
ian [Sun, 21 May 2000 17:02:54 +0000 (17:02 +0000)]
@@ -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.
--
ian [Tue, 9 May 2000 22:08:06 +0000 (22:08 +0000)]
@@ -1,6 +1,8 @@
+ * Call MEM_ROUND in __transfer_interim (avoids assert fail
+ `qu->interim_allocd>=0' on some platforms eg 64 bit).
ian [Tue, 9 May 2000 21:50:50 +0000 (21:50 +0000)]
@@ -1,3 +1,9 @@
+adns (0.9) unstable; urgency=low
+
+ * Move `extern "C" {' to after #include <...>'s.
+
+ --
+
adns (0.8) BETA; urgency=medium
Bugfixes:
ian [Sun, 7 May 2000 22:37:18 +0000 (22:37 +0000)]
@@ -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
ian [Sun, 7 May 2000 22:11:46 +0000 (22:11 +0000)]
@@ -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
ian [Sun, 7 May 2000 22:11:41 +0000 (22:11 +0000)]
@@ -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
ian [Sun, 7 May 2000 17:26:06 +0000 (17:26 +0000)]
@@ -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.
ian [Sun, 7 May 2000 17:18:08 +0000 (17:18 +0000)]
EBADF in list of errno values.
ian [Sun, 7 May 2000 15:30:18 +0000 (15:30 +0000)]
@@ -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.)
ian [Tue, 11 Apr 2000 21:15:39 +0000 (21:15 +0000)]
@@ -14,6 +14,7 @@
Portability fixes:
+ * adnslogres: do not call equivalent of printf("%.*s",0,(char*)0).
ian [Tue, 28 Mar 2000 23:42:43 +0000 (23:42 +0000)]
@@ -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.
ian [Sun, 26 Mar 2000 15:26:17 +0000 (15:26 +0000)]
@@ -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.
ian [Sun, 26 Mar 2000 15:09:10 +0000 (15:09 +0000)]
compiles
ian [Sun, 26 Mar 2000 15:02:09 +0000 (15:02 +0000)]
@@ -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.
--
ian [Sun, 26 Mar 2000 14:52:57 +0000 (14:52 +0000)]
@@ -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.
--
ian [Mon, 20 Mar 2000 03:24:25 +0000 (03:24 +0000)]
@@ -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.
ian [Mon, 20 Mar 2000 02:31:37 +0000 (02:31 +0000)]
@@ -3,6 +3,7 @@
+ * Security/performance note added, about local nameservers and DNSSEC.
ian [Mon, 20 Mar 2000 01:50:08 +0000 (01:50 +0000)]
@@ -2,6 +2,7 @@
+ * adnslogres: cast chars to unsigned char before using ctype.h macros.
ian [Mon, 20 Mar 2000 01:46:07 +0000 (01:46 +0000)]
@@ -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
ian [Mon, 20 Mar 2000 01:39:38 +0000 (01:39 +0000)]
@@ -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
ian [Thu, 2 Mar 2000 01:57:37 +0000 (01:57 +0000)]
Updated dist version.
ian [Thu, 2 Mar 2000 01:55:58 +0000 (01:55 +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