aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/net/gethostbydns.c
Commit message (Expand)AuthorAgeFilesLines
* libc: Disable debugging code in the resolver.Dag-Erling Smørgrav8 days1-0/+6
* lib: Remove ancient SCCS tags.Warner Losh2023-11-271-4/+0
* libc: Purge unneeded cdefs.hWarner Losh2023-11-011-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* libc: Don't warn about RRSIG replies.Dag-Erling Smørgrav2022-11-091-1/+4
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Rename dprintf into dbg_printf to avoid collision with dprintf(3)Baptiste Daroussin2016-05-101-10/+10
* libc: do not include <sys/types.h> where <sys/param.h> was already includedAndriy Voskoboinyk2016-04-181-1/+0
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-201-5/+2
* Correct the return code from _dns_gethostby*() to correspondHajimu UMEMOTO2010-08-151-4/+20
* - When there is no room for returning the result, nss backendHajimu UMEMOTO2010-08-131-3/+8
* Shutup warning for DNAME RR.Hajimu UMEMOTO2009-02-081-1/+1
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Fix gethostbyaddr() prototype to conform to IEEE Std 1003.1:Hajimu UMEMOTO2006-05-121-4/+7
* - make reentrant version of netdb functions glibc style API, andHajimu UMEMOTO2006-04-151-102/+156
* Update the resolver in libc to BIND9's one.Hajimu UMEMOTO2006-03-211-57/+67
* - do validation check and IPv4-mapped IPv6 address handling beforeHajimu UMEMOTO2005-04-291-35/+5
* we cannot use inet_ntoa(3), here. so, use inet_ntop(3), instead.Hajimu UMEMOTO2005-04-291-3/+7
* sync _map_v4v6_host*() with bind9's. it treats align better bit.Hajimu UMEMOTO2005-04-281-2/+2
* make gethostby*() thread-safe.Hajimu UMEMOTO2005-04-281-93/+91
* hide implementation specific internal functions from netdb.h.Hajimu UMEMOTO2005-04-271-0/+1
* ensure parsing numeric address before any host query.Hajimu UMEMOTO2005-04-251-87/+0
* remove unused variable.Hajimu UMEMOTO2005-04-251-3/+1
* hostalias() is not thread-safe. So, introduce _res_hostalias()Hajimu UMEMOTO2005-04-151-1/+5
* now e.f.f.3.ip6.arpa is delegated, we no longer need to query ip6.intHajimu UMEMOTO2004-07-211-6/+0
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)Mark Murray2004-03-051-2/+2
* Make the resolver(3) and many associated interfaces much more reentrant.Brian Feldman2004-02-251-1/+0
* Back out the `hiding' of strlcpy and strlcat. Several peopleJacques Vidrine2003-05-011-4/+2
* `Hide' strlcpy and strlcat (using the namespace.h / __weak_referenceJacques Vidrine2003-04-291-2/+4
* query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152.Hajimu UMEMOTO2002-10-261-1/+7
* Allocate 64K recieve buffer for DNS responses.Hajimu UMEMOTO2002-10-031-13/+26
* Check for truncation in calls to res_send/res_query/res_search.Jacques Vidrine2002-09-151-2/+6
* Backout the increase of MAXPACKET from 1024 to 65536: itJacques Vidrine2002-09-151-1/+5
* When using res_send/res_query/res_search, the caller must eitherJacques Vidrine2002-09-131-5/+1
* Remove two stray lines that snuck in the cvs mergeWarner Losh2002-06-261-1/+0
* Include more robust checking of end of buffer that more completelyWarner Losh2002-06-261-24/+15
* Fix a minor last, minute issue that came in after I committed.Warner Losh2002-06-261-1/+1
* Avoid remote buffer overflow on hostbuf[].Warner Losh2002-06-261-0/+1
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-1/+2
* Remove __P() usage.David E. O'Brien2002-03-211-2/+2
* Remove 'register' keyword.David E. O'Brien2002-03-211-7/+7
* Mark some functions as __printflike() and/or taking const char * argumentsKris Kennaway2001-08-201-0/+4
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you canJacques Vidrine2000-09-061-24/+41
* Fix coredump in gethostbyaddr() when the returned answer is too large toBill Fenner2000-02-161-0/+4
* Suppress vast quantities of unneeded warnings spewed by libc's gethostbydnsRobert Watson1999-12-281-3/+4
* Add unsigned char cast to is[x]digitAndrey A. Chernov1999-11-041-4/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Update libc dns code to 4.9.7-T1B level. This involved chopping out largePeter Wemm1998-05-021-5/+42
* Merge in bind-4.9.6 resolver changes. Note that they resolve thePeter Wemm1997-06-271-9/+25