| Commit message (Expand) | Author | Age | Files | Lines |
* | libc: Disable debugging code in the resolver. | Dag-Erling Smørgrav | 8 days | 1 | -0/+6 |
* | lib: Remove ancient SCCS tags. | Warner Losh | 2023-11-27 | 1 | -4/+0 |
* | libc: Purge unneeded cdefs.h | Warner Losh | 2023-11-01 | 1 | -1/+0 |
* | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
* | libc: Don't warn about RRSIG replies. | Dag-Erling Smørgrav | 2022-11-09 | 1 | -1/+4 |
* | General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -1/+3 |
* | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 1 | -1/+1 |
* | Rename dprintf into dbg_printf to avoid collision with dprintf(3) | Baptiste Daroussin | 2016-05-10 | 1 | -10/+10 |
* | libc: do not include <sys/types.h> where <sys/param.h> was already included | Andriy Voskoboinyk | 2016-04-18 | 1 | -1/+0 |
* | Use ANSI C prototypes. Eliminates -Wold-style-definition warnings. | Craig Rodrigues | 2015-09-20 | 1 | -5/+2 |
* | Correct the return code from _dns_gethostby*() to correspond | Hajimu UMEMOTO | 2010-08-15 | 1 | -4/+20 |
* | - When there is no room for returning the result, nss backend | Hajimu UMEMOTO | 2010-08-13 | 1 | -3/+8 |
* | Shutup warning for DNAME RR. | Hajimu UMEMOTO | 2009-02-08 | 1 | -1/+1 |
* | Per Regents of the University of Calfornia letter, remove advertising | Warner Losh | 2007-01-09 | 1 | -4/+0 |
* | Fix gethostbyaddr() prototype to conform to IEEE Std 1003.1: | Hajimu UMEMOTO | 2006-05-12 | 1 | -4/+7 |
* | - make reentrant version of netdb functions glibc style API, and | Hajimu UMEMOTO | 2006-04-15 | 1 | -102/+156 |
* | Update the resolver in libc to BIND9's one. | Hajimu UMEMOTO | 2006-03-21 | 1 | -57/+67 |
* | - do validation check and IPv4-mapped IPv6 address handling before | Hajimu UMEMOTO | 2005-04-29 | 1 | -35/+5 |
* | we cannot use inet_ntoa(3), here. so, use inet_ntop(3), instead. | Hajimu UMEMOTO | 2005-04-29 | 1 | -3/+7 |
* | sync _map_v4v6_host*() with bind9's. it treats align better bit. | Hajimu UMEMOTO | 2005-04-28 | 1 | -2/+2 |
* | make gethostby*() thread-safe. | Hajimu UMEMOTO | 2005-04-28 | 1 | -93/+91 |
* | hide implementation specific internal functions from netdb.h. | Hajimu UMEMOTO | 2005-04-27 | 1 | -0/+1 |
* | ensure parsing numeric address before any host query. | Hajimu UMEMOTO | 2005-04-25 | 1 | -87/+0 |
* | remove unused variable. | Hajimu UMEMOTO | 2005-04-25 | 1 | -3/+1 |
* | hostalias() is not thread-safe. So, introduce _res_hostalias() | Hajimu UMEMOTO | 2005-04-15 | 1 | -1/+5 |
* | now e.f.f.3.ip6.arpa is delegated, we no longer need to query ip6.int | Hajimu UMEMOTO | 2004-07-21 | 1 | -6/+0 |
* | Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror) | Mark Murray | 2004-03-05 | 1 | -2/+2 |
* | Make the resolver(3) and many associated interfaces much more reentrant. | Brian Feldman | 2004-02-25 | 1 | -1/+0 |
* | Back out the `hiding' of strlcpy and strlcat. Several people | Jacques Vidrine | 2003-05-01 | 1 | -4/+2 |
* | `Hide' strlcpy and strlcat (using the namespace.h / __weak_reference | Jacques Vidrine | 2003-04-29 | 1 | -2/+4 |
* | query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152. | Hajimu UMEMOTO | 2002-10-26 | 1 | -1/+7 |
* | Allocate 64K recieve buffer for DNS responses. | Hajimu UMEMOTO | 2002-10-03 | 1 | -13/+26 |
* | Check for truncation in calls to res_send/res_query/res_search. | Jacques Vidrine | 2002-09-15 | 1 | -2/+6 |
* | Backout the increase of MAXPACKET from 1024 to 65536: it | Jacques Vidrine | 2002-09-15 | 1 | -1/+5 |
* | When using res_send/res_query/res_search, the caller must either | Jacques Vidrine | 2002-09-13 | 1 | -5/+1 |
* | Remove two stray lines that snuck in the cvs merge | Warner Losh | 2002-06-26 | 1 | -1/+0 |
* | Include more robust checking of end of buffer that more completely | Warner Losh | 2002-06-26 | 1 | -24/+15 |
* | Fix a minor last, minute issue that came in after I committed. | Warner Losh | 2002-06-26 | 1 | -1/+1 |
* | Avoid remote buffer overflow on hostbuf[]. | Warner Losh | 2002-06-26 | 1 | -0/+1 |
* | Fix the style of the SCM ID's. | David E. O'Brien | 2002-03-22 | 1 | -1/+2 |
* | Remove __P() usage. | David E. O'Brien | 2002-03-21 | 1 | -2/+2 |
* | Remove 'register' keyword. | David E. O'Brien | 2002-03-21 | 1 | -7/+7 |
* | Mark some functions as __printflike() and/or taking const char * arguments | Kris Kennaway | 2001-08-20 | 1 | -0/+4 |
* | Add nsswitch support. By creating an /etc/nsswitch.conf file, you can | Jacques Vidrine | 2000-09-06 | 1 | -24/+41 |
* | Fix coredump in gethostbyaddr() when the returned answer is too large to | Bill Fenner | 2000-02-16 | 1 | -0/+4 |
* | Suppress vast quantities of unneeded warnings spewed by libc's gethostbydns | Robert Watson | 1999-12-28 | 1 | -3/+4 |
* | Add unsigned char cast to is[x]digit | Andrey A. Chernov | 1999-11-04 | 1 | -4/+4 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | Update libc dns code to 4.9.7-T1B level. This involved chopping out large | Peter Wemm | 1998-05-02 | 1 | -5/+42 |
* | Merge in bind-4.9.6 resolver changes. Note that they resolve the | Peter Wemm | 1997-06-27 | 1 | -9/+25 |