summaryrefslogtreecommitdiff
path: root/lib/libc/net/gethostbydns.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* _res_close() -> res_close()Peter Wemm1997-03-121-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Fix fake failures on the short names which looks like hexadecimal numbersAndrey A. Chernov1997-01-081-8/+4
* Disable isxdigit block until proper solution will be foundAndrey A. Chernov1997-01-051-2/+7
* Here goes.. Bring the 4.9.5-P1 resolver into -current. This has thePeter Wemm1996-12-301-9/+40
* Small yet significant tweaks/cleanups:Bill Paul1996-12-271-2/+1
* Make the __dns_getanswer() wrapper work right. For the newer versionsBill Paul1996-12-241-1/+14
* Add __dns_getanswer() hook to allow access to the gethostanswer()Bill Paul1996-12-221-1/+11
* Add an "officially undocumented" tweak for squid so that it can see thePeter Wemm1996-11-011-2/+7
* Skip results that have unexpected lengthsPaul Traina1996-10-011-7/+6
* Merge in bind-4.9.4-P1 resolver...Peter Wemm1996-08-291-78/+155
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-3/+3
* The last of the bind-4.9.3-REL resolver merges.Peter Wemm1996-01-131-60/+94
* As above.Poul-Henning Kamp1995-10-221-1/+2
* Fix bogus include paths, some of which stopped libresolv from compiling.Bruce Evans1995-08-211-2/+2
* Update the resolver part of libc to bind-4.9.3-beta24 level (from beta9p1)Peter Wemm1995-08-201-29/+102
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-6/+6
* In _gethostbydnsaddr(), force RES_RECURSE into _res.options. This isGarrett Wollman1994-12-011-1/+4
* remove need for -DDEBUG from resolver code (conflict with db/hash)Paul Traina1994-09-251-7/+1
* get* rework and new bind codePaul Traina1994-09-251-0/+480