| Commit message (Expand) | Author | Age | Files | Lines |
* | Shutup warning for DNAME RR. | ume | 2009-02-08 | 1 | -1/+1 |
* | Per Regents of the University of Calfornia letter, remove advertising | imp | 2007-01-09 | 1 | -4/+0 |
* | Fix gethostbyaddr() prototype to conform to IEEE Std 1003.1: | ume | 2006-05-12 | 1 | -4/+7 |
* | - make reentrant version of netdb functions glibc style API, and | ume | 2006-04-15 | 1 | -102/+156 |
* | Update the resolver in libc to BIND9's one. | ume | 2006-03-21 | 1 | -57/+67 |
* | - do validation check and IPv4-mapped IPv6 address handling before | ume | 2005-04-29 | 1 | -35/+5 |
* | we cannot use inet_ntoa(3), here. so, use inet_ntop(3), instead. | ume | 2005-04-29 | 1 | -3/+7 |
* | sync _map_v4v6_host*() with bind9's. it treats align better bit. | ume | 2005-04-28 | 1 | -2/+2 |
* | make gethostby*() thread-safe. | ume | 2005-04-28 | 1 | -93/+91 |
* | hide implementation specific internal functions from netdb.h. | ume | 2005-04-27 | 1 | -0/+1 |
* | ensure parsing numeric address before any host query. | ume | 2005-04-25 | 1 | -87/+0 |
* | remove unused variable. | ume | 2005-04-25 | 1 | -3/+1 |
* | hostalias() is not thread-safe. So, introduce _res_hostalias() | ume | 2005-04-15 | 1 | -1/+5 |
* | now e.f.f.3.ip6.arpa is delegated, we no longer need to query ip6.int | ume | 2004-07-21 | 1 | -6/+0 |
* | Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror) | markm | 2004-03-05 | 1 | -2/+2 |
* | Make the resolver(3) and many associated interfaces much more reentrant. | green | 2004-02-25 | 1 | -1/+0 |
* | Back out the `hiding' of strlcpy and strlcat. Several people | nectar | 2003-05-01 | 1 | -4/+2 |
* | `Hide' strlcpy and strlcat (using the namespace.h / __weak_reference | nectar | 2003-04-29 | 1 | -2/+4 |
* | query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152. | ume | 2002-10-26 | 1 | -1/+7 |
* | Allocate 64K recieve buffer for DNS responses. | ume | 2002-10-03 | 1 | -13/+26 |
* | Check for truncation in calls to res_send/res_query/res_search. | nectar | 2002-09-15 | 1 | -2/+6 |
* | Backout the increase of MAXPACKET from 1024 to 65536: it | nectar | 2002-09-15 | 1 | -1/+5 |
* | When using res_send/res_query/res_search, the caller must either | nectar | 2002-09-13 | 1 | -5/+1 |
* | Remove two stray lines that snuck in the cvs merge | imp | 2002-06-26 | 1 | -1/+0 |
* | Include more robust checking of end of buffer that more completely | imp | 2002-06-26 | 1 | -24/+15 |
* | Fix a minor last, minute issue that came in after I committed. | imp | 2002-06-26 | 1 | -1/+1 |
* | Avoid remote buffer overflow on hostbuf[]. | imp | 2002-06-26 | 1 | -0/+1 |
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 1 | -1/+2 |
* | Remove __P() usage. | obrien | 2002-03-21 | 1 | -2/+2 |
* | Remove 'register' keyword. | obrien | 2002-03-21 | 1 | -7/+7 |
* | Mark some functions as __printflike() and/or taking const char * arguments | kris | 2001-08-20 | 1 | -0/+4 |
* | Add nsswitch support. By creating an /etc/nsswitch.conf file, you can | nectar | 2000-09-06 | 1 | -24/+41 |
* | Fix coredump in gethostbyaddr() when the returned answer is too large to | fenner | 2000-02-16 | 1 | -0/+4 |
* | Suppress vast quantities of unneeded warnings spewed by libc's gethostbydns | rwatson | 1999-12-28 | 1 | -3/+4 |
* | Add unsigned char cast to is[x]digit | ache | 1999-11-04 | 1 | -4/+4 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Update libc dns code to 4.9.7-T1B level. This involved chopping out large | peter | 1998-05-02 | 1 | -5/+42 |
* | Merge in bind-4.9.6 resolver changes. Note that they resolve the | peter | 1997-06-27 | 1 | -9/+25 |
* | _res_close() -> res_close() | peter | 1997-03-12 | 1 | -2/+2 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Fix fake failures on the short names which looks like hexadecimal numbers | ache | 1997-01-08 | 1 | -8/+4 |
* | Disable isxdigit block until proper solution will be found | ache | 1997-01-05 | 1 | -2/+7 |
* | Here goes.. Bring the 4.9.5-P1 resolver into -current. This has the | peter | 1996-12-30 | 1 | -9/+40 |
* | Small yet significant tweaks/cleanups: | wpaul | 1996-12-27 | 1 | -2/+1 |
* | Make the __dns_getanswer() wrapper work right. For the newer versions | wpaul | 1996-12-24 | 1 | -1/+14 |
* | Add __dns_getanswer() hook to allow access to the gethostanswer() | wpaul | 1996-12-22 | 1 | -1/+11 |
* | Add an "officially undocumented" tweak for squid so that it can see the | peter | 1996-11-01 | 1 | -2/+7 |
* | Skip results that have unexpected lengths | pst | 1996-10-01 | 1 | -7/+6 |
* | Merge in bind-4.9.4-P1 resolver... | peter | 1996-08-29 | 1 | -78/+155 |