summaryrefslogtreecommitdiff
path: root/net/djbdns/pkg/DESCR
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-01-10 03:23:49 +0000
committerhubertf <hubertf@pkgsrc.org>2001-01-10 03:23:49 +0000
commite66f7596ea9e63ae03c9dbe08f4b80084563dcb3 (patch)
tree0ba728994747adcf9a58dc9681f5e90ed6449d46 /net/djbdns/pkg/DESCR
parent04d6d1a28a294700b838fbaf90374035bbf32b86 (diff)
downloadpkgsrc-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/pkg/DESCR')
-rw-r--r--net/djbdns/pkg/DESCR11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/djbdns/pkg/DESCR b/net/djbdns/pkg/DESCR
index 022ddb42451..3326005ab54 100644
--- a/net/djbdns/pkg/DESCR
+++ b/net/djbdns/pkg/DESCR
@@ -19,5 +19,16 @@ several components:
command-line interfaces to DNS.
* The dnsq and dnstrace programs are DNS debugging tools.
+You may also want to use:
+ * pkgsrc/net/ucspi-tcp, if you're going to use axfrdns or axfr-get
+ * tinydns logfile formatter, installed under ${PREFIX}/bin/tinydns-log.pl
+ * dnscache logfile formatter, installed under ${PREFIX}/bin/dnscache-log.pl
+ (formatters are taken from http://tinydns.org, they need perl to run]
+ * tai64nlocal (pkgsrc/sysutils/daemontools) -- to convert timestamps printed
+ out by these two formatters to human readable form
+
This package includes IPv6 patches written by Fefe,
see http://www.fefe.de/dns/ for more details.
+
+Please read http://cr.yp.to/djbdns/upgrade.html if you're upgrading from
+previous version of djbdns.