From eaf858ea1032fd3e653a073b3470371b4b07745c Mon Sep 17 00:00:00 2001 From: ian Date: Mon, 20 Mar 2000 03:24:25 +0000 Subject: [PATCH] @@ -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. --- changelog | 3 +++ src/adns.h | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/changelog b/changelog index 20eaf1a..c67476c 100644 --- a/changelog +++ b/changelog @@ -4,6 +4,9 @@ adns (0.8) BETA; urgency=low * install-sh (from autoconf 2.12 Debian r13) included. * adnslogres: cast chars to unsigned char before using ctype.h macros. * 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. -- diff --git a/src/adns.h b/src/adns.h index 9f81cc2..106f777 100644 --- a/src/adns.h +++ b/src/adns.h @@ -51,7 +51,7 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * - * $Id: adns.h,v 1.76 2000/03/02 01:34:04 ian Exp $ + * $Id: adns.h,v 1.77 2000/03/20 03:24:25 ian Exp $ */ #ifndef ADNS_H_INCLUDED @@ -663,7 +663,7 @@ void adns_beforeselect(adns_state ads, int *maxfd, fd_set *readfds, * for adns_firsttimeout. readfds, writefds, exceptfds and maxfd_io may * not be 0. * - * If *now is not 0 then this will never actually do any I/O, or + * If now is not 0 then this will never actually do any I/O, or * change the fds that adns is using or the timeouts it wants. In any * case it won't block. */ @@ -810,9 +810,9 @@ adns_status adns_rr_info(adns_rrtype type, * hostname, as usual, followed by the adns_status value, as an * abbreviation, and then a descriptive string (encoded as if it were * a piece of text), for the address lookup, followed by zero or more - * addresses enclosed in ( and ). If the result was a permanent + * addresses enclosed in ( and ). If the result was a temporary * failure, then a single ? appears instead of the ( ). If the - * result was a temporary failure then an empty pair of parentheses + * result was a permanent failure then an empty pair of parentheses * appears (which a space in between). For example, one of the NS * records for greenend.org.uk comes out like * ns.chiark.greenend.org.uk ok "OK" ( INET 195.224.76.132 ) -- 2.30.2