diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-01-10 03:23:49 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-01-10 03:23:49 +0000 |
commit | e66f7596ea9e63ae03c9dbe08f4b80084563dcb3 (patch) | |
tree | 0ba728994747adcf9a58dc9681f5e90ed6449d46 /net/djbdns/files | |
parent | 04d6d1a28a294700b838fbaf90374035bbf32b86 (diff) | |
download | pkgsrc-e66f7596ea9e63ae03c9dbe08f4b80084563dcb3.tar.gz |
20001224
ui: new dnstrace output format.
ui: dnstrace shows all servers providing each ns/a line.
ui: added dnstracesort.
20001225
internal: response_rstart() and response_cname() use uint32 ttl.
internal: added response_hidettl().
internal: cache_get() returns ttl.
internal: dnscache keeps track of ttls for aliases.
ui: dnscache returns ttl unless $HIDETTL is set.
ui: dnscache returns ttl 655360 for localhost et al.
20001226
ui: dnscache supports $FORWARDONLY. tnx to several people for
the suggestion. tnx Dan Peterson for sample code.
ui: dnscache now logs sequential query numbers, not indices.
internal: revamped dnscache to separate udp from tcp.
ui: dnscache reports uactive, tactive separately.
ui: dnscache reports tcpopen/tcpclose by port and ip.
ui: dnscache artificially times out oldest UDP query if UDP
table is full, and oldest TCP connection if TCP table is
full.
ui: dnscache reports broken pipe when a TCP client sends FIN.
20001228
ui: dnstrace supports dd.
ui: dnscache logs stats when it handles 1.0.0.127.in-addr.arpa.
ui: pickdns actively refuses queries for unknown types.
ui: pickdns responds to MX queries. tnx Mike Batchelor.
internal: added const at various places.
internal: removed some unused variables.
internal: used time_t in tai_now.c.
internal: used stdlib.h in alloc.c.
api: split dns_domain_suffix() into suffix(), suffixpos().
internal: switched to buffer_unix*.
internal: included unistd.h for various declarations.
20010103
ui: increased maximum data size from 512 bytes to 32767 bytes in
tinydns, tinydns-get, axfrdns. allows big TXT records.
ui: dnsmx reformats name when it prints an artificial 0 MX.
20010105
ui: increased MAXLEVEL to 5. the Internet is becoming more
glueless every day.
20010106
version: djbdns 1.03.
Diffstat (limited to 'net/djbdns/files')
-rw-r--r-- | net/djbdns/files/md5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/djbdns/files/md5 b/net/djbdns/files/md5 index 76c39e3f565..5dab8831e0d 100644 --- a/net/djbdns/files/md5 +++ b/net/djbdns/files/md5 @@ -1,7 +1,7 @@ -$NetBSD: md5,v 1.4 2000/12/29 16:42:54 hubertf Exp $ +$NetBSD: md5,v 1.5 2001/01/10 03:23:49 hubertf Exp $ -MD5 (djbdns-1.02.tar.gz) = c27b7ffd4af1c93db96f40f6d5f793b6 -MD5 (djbdns-1.02-man.tar.gz) = 8795b414c01389aafbee2849915bd6bb +MD5 (djbdns-1.03.tar.gz) = d756ecca7aa5a0384860eee074f8c3fa +MD5 (djbdns-1.03-man.tar.gz) = cf8675c8d193fb9129aaec9b1ec03779 MD5 (dnscache-log.pl.txt) = ae3b02d588e943e7a0d49e1cfa27ddb5 MD5 (tinydns-log.pl.txt) = 277b2ecbd2788a5940746faa185fdaef -MD5 (djbdns-1.02-ipv6.diff.bz2) = 3f65b1eeb00ca4cc02ed1ed2a814ee9e +MD5 (djbdns-1.03-ipv6.diff.bz2) = d5a2fe93a677734d4f2e692844249081 |