Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use RRSIG instead of SIG for DNSSEC. ok djm@ | jakob | 2007-10-11 | 1 | -1/+2 |
| | |||||
* | zap rcsid. | espie | 2005-08-06 | 1 | -116/+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. | tedu | 2005-03-30 | 1 | -4/+4 |
| | | | | useful feedback and ok deraadt@ | ||||
* | ansify. ok deraadt@ moritz@ | otto | 2005-03-25 | 1 | -92/+40 |
| | |||||
* | correct snprintf return value checks, where the wrong ptr | moritz | 2005-03-06 | 1 | -6/+6 |
| | | | | | | was used for calculating the buffer size. ok tedu@ cloder@ | ||||
* | Remove the advertising clause in the UCB license which Berkeley | millert | 2003-06-02 | 1 | -7/+3 |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | strlcpy, check retval from sprintf | itojun | 2003-03-04 | 1 | -4/+4 |
| | |||||
* | thread safer libc (note: safer, not safe) | marc | 2003-01-28 | 1 | -23/+28 |
| | | | | | | | | | | 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@ | ||||
* | more snprintf and strlcpy; help from millert | deraadt | 2002-07-25 | 1 | -13/+48 |
| | |||||
* | %d -> %u. mostly in #ifdef DEBUG. | itojun | 2002-06-27 | 1 | -11/+11 |
| | |||||
* | try to use strlcpy and snprintf more; ok various | deraadt | 2002-05-24 | 1 | -12/+17 |
| | |||||
* | support EDNS0 (RFC2671) buffer size notification on DNS queries. | itojun | 2001-06-11 | 1 | -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 fprintf | deraadt | 2000-07-07 | 1 | -3/+3 |
| | |||||
* | some -Wall | millert | 1998-03-19 | 1 | -3/+4 |
| | |||||
* | Clean up some -Wall flowers. | millert | 1997-07-09 | 1 | -10/+10 |
| | |||||
* | Remove unused variables | tholo | 1997-04-30 | 1 | -4/+5 |
| | |||||
* | Use in_addr_t not u_long and use in_port_t in some cases instead | millert | 1997-04-05 | 1 | -3/+3 |
| | | | | of u_short or u_int16_t. | ||||
* | Integrate BIND 4.9.5 resolver and associated routines. | downsj | 1997-03-13 | 1 | -181/+874 |
| | | | | Includes the DNS aware getnetby*() routines and IPv6 support. | ||||
* | Remove dead code | tholo | 1996-09-15 | 1 | -2/+2 |
| | | | | | | Remove unused variables Silence some warnings lint(1) is your friend | ||||
* | Fix RCS ids | tholo | 1996-08-19 | 1 | -8/+1 |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | netbsd: bind 4.9.3 | dm | 1996-02-19 | 1 | -216/+297 |
| | |||||
* | initial import of NetBSD tree | deraadt | 1995-10-18 | 1 | -0/+749 |