summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/res_mkquery.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* zap rcsid.espie2005-08-061-10/+1
| | | | | | | split functions off res_debug.c so that getnetnamadr.c does not pull it all when it's used. okay deraadt@, krw@
* make the resolver stat resolv.conf and update if it changes.tedu2005-03-301-3/+3
| | | | useful feedback and ok deraadt@
* ansify. ok deraadt@ moritz@otto2005-03-251-21/+20
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* thread safer libc (note: safer, not safe)marc2003-01-281-9/+13
| | | | | | | | | | Access to the global _res structure replaced by pointers to a per thread instance. If unthreaded the pointer is to the global structure. Also replaced a 64k stack array with malloc-ed memory so threaded aps (with a default 64k stack) have a chance at working. ok deraadt@
* Limit UDP payload size for EDNS0 to 0xffff, not use lower 16bit value.itojun2002-08-281-2/+4
| | | | from onoe@sm.sony.co.jp
* correct bad practice in the code - it uses two changing variablesitojun2002-06-261-16/+15
| | | | | | | to manage buffer (buf and buflen). we eliminate buflen and use fixed point (ep) as the ending pointer. this fix is NOT critical.
* add support for EDNS0 extended flag DNSSEC OK (aka DO). ok deraadt@jakob2001-07-311-4/+13
|
* support EDNS0 (RFC2671) buffer size notification on DNS queries.itojun2001-06-111-2/+39
| | | | | | | | | "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.
* fouled up a tiny bitprovos1997-04-131-3/+4
|
* the before mentioned random number generator.provos1997-04-131-3/+8
|
* Integrate BIND 4.9.5 resolver and associated routines.downsj1997-03-131-92/+47
| | | | Includes the DNS aware getnetby*() routines and IPv6 support.
* Clean up lint and compile warningstholo1996-12-141-2/+2
|
* Remove dead codetholo1996-09-151-1/+4
| | | | | | 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-22/+24
|
* initial import of NetBSD treederaadt1995-10-181-0/+236