summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/gethostbydns.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* The last of the bind-4.9.3-REL resolver merges.peter1996-01-131-60/+94
* As above.phk1995-10-221-1/+2
* Fix bogus include paths, some of which stopped libresolv from compiling.bde1995-08-211-2/+2
* Update the resolver part of libc to bind-4.9.3-beta24 level (from beta9p1)peter1995-08-201-29/+102
* Remove trailing whitespace.rgrimes1995-05-301-6/+6
* In _gethostbydnsaddr(), force RES_RECURSE into _res.options. This iswollman1994-12-011-1/+4
* remove need for -DDEBUG from resolver code (conflict with db/hash)pst1994-09-251-7/+1
* get* rework and new bind codepst1994-09-251-0/+480
OpenPOWER on IntegriCloud