summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/gethostbydns.c
Commit message (Expand)AuthorAgeFilesLines
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
* Fix gethostbyaddr() prototype to conform to IEEE Std 1003.1:ume2006-05-121-4/+7
* - make reentrant version of netdb functions glibc style API, andume2006-04-151-102/+156
* Update the resolver in libc to BIND9's one.ume2006-03-211-57/+67
* - do validation check and IPv4-mapped IPv6 address handling beforeume2005-04-291-35/+5
* we cannot use inet_ntoa(3), here. so, use inet_ntop(3), instead.ume2005-04-291-3/+7
* sync _map_v4v6_host*() with bind9's. it treats align better bit.ume2005-04-281-2/+2
* make gethostby*() thread-safe.ume2005-04-281-93/+91
* hide implementation specific internal functions from netdb.h.ume2005-04-271-0/+1
* ensure parsing numeric address before any host query.ume2005-04-251-87/+0
* remove unused variable.ume2005-04-251-3/+1
* hostalias() is not thread-safe. So, introduce _res_hostalias()ume2005-04-151-1/+5
* now e.f.f.3.ip6.arpa is delegated, we no longer need to query ip6.intume2004-07-211-6/+0
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)markm2004-03-051-2/+2
* Make the resolver(3) and many associated interfaces much more reentrant.green2004-02-251-1/+0
* Back out the `hiding' of strlcpy and strlcat. Several peoplenectar2003-05-011-4/+2
* `Hide' strlcpy and strlcat (using the namespace.h / __weak_referencenectar2003-04-291-2/+4
* query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152.ume2002-10-261-1/+7
* Allocate 64K recieve buffer for DNS responses.ume2002-10-031-13/+26
* Check for truncation in calls to res_send/res_query/res_search.nectar2002-09-151-2/+6
* Backout the increase of MAXPACKET from 1024 to 65536: itnectar2002-09-151-1/+5
* When using res_send/res_query/res_search, the caller must eithernectar2002-09-131-5/+1
* Remove two stray lines that snuck in the cvs mergeimp2002-06-261-1/+0
* Include more robust checking of end of buffer that more completelyimp2002-06-261-24/+15
* Fix a minor last, minute issue that came in after I committed.imp2002-06-261-1/+1
* Avoid remote buffer overflow on hostbuf[].imp2002-06-261-0/+1
* Fix the style of the SCM ID's.obrien2002-03-221-1/+2
* Remove __P() usage.obrien2002-03-211-2/+2
* Remove 'register' keyword.obrien2002-03-211-7/+7
* Mark some functions as __printflike() and/or taking const char * argumentskris2001-08-201-0/+4
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you cannectar2000-09-061-24/+41
* Fix coredump in gethostbyaddr() when the returned answer is too large tofenner2000-02-161-0/+4
* Suppress vast quantities of unneeded warnings spewed by libc's gethostbydnsrwatson1999-12-281-3/+4
* Add unsigned char cast to is[x]digitache1999-11-041-4/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Update libc dns code to 4.9.7-T1B level. This involved chopping out largepeter1998-05-021-5/+42
* Merge in bind-4.9.6 resolver changes. Note that they resolve thepeter1997-06-271-9/+25
* _res_close() -> res_close()peter1997-03-121-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fix fake failures on the short names which looks like hexadecimal numbersache1997-01-081-8/+4
* Disable isxdigit block until proper solution will be foundache1997-01-051-2/+7
* Here goes.. Bring the 4.9.5-P1 resolver into -current. This has thepeter1996-12-301-9/+40
* Small yet significant tweaks/cleanups:wpaul1996-12-271-2/+1
* Make the __dns_getanswer() wrapper work right. For the newer versionswpaul1996-12-241-1/+14
* Add __dns_getanswer() hook to allow access to the gethostanswer()wpaul1996-12-221-1/+11
* Add an "officially undocumented" tweak for squid so that it can see thepeter1996-11-011-2/+7
* Skip results that have unexpected lengthspst1996-10-011-7/+6
* Merge in bind-4.9.4-P1 resolver...peter1996-08-291-78/+155
* General -Wall warning cleanup, part I.jkh1996-07-121-3/+3
OpenPOWER on IntegriCloud