summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/res_debug.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* support EDNS0 (RFC2671) buffer size notification on DNS queries.itojun2001-06-111-2/+4
| | | | | | | | | "options edns0" in /etc/resolv.conf will enable the behavior. no behavior change if you don't have the line. see resolv.conf(5) for more details. EDNS0 is useful for avoiding TCP DNS queries/replies on larger DNS responses. also, draft-ietf-dnsext-message-size-* plans to mandate EDNS0 support for DNS clients that support IPv6 transport.
* use %s with fprintfderaadt2000-07-071-3/+3
|
* some -Wallmillert1998-03-191-3/+4
|
* Clean up some -Wall flowers.millert1997-07-091-10/+10
|
* Remove unused variablestholo1997-04-301-4/+5
|
* Use in_addr_t not u_long and use in_port_t in some cases insteadmillert1997-04-051-3/+3
| | | | of u_short or u_int16_t.
* Integrate BIND 4.9.5 resolver and associated routines.downsj1997-03-131-181/+874
| | | | Includes the DNS aware getnetby*() routines and IPv6 support.
* Remove dead codetholo1996-09-151-2/+2
| | | | | | Remove unused variables Silence some warnings lint(1) is your friend
* Fix RCS idstholo1996-08-191-8/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* netbsd: bind 4.9.3dm1996-02-191-216/+297
|
* initial import of NetBSD treederaadt1995-10-181-0/+749