summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/getnetbydns.c
Commit message (Expand)AuthorAgeFilesLines
* - When there is no room for returning the result, nss backendume2010-08-131-2/+6
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
* - make reentrant version of netdb functions glibc style API, andume2006-04-151-32/+83
* Update the resolver in libc to BIND9's one.ume2006-03-211-26/+43
* - Remove padding for ABI compatibility of n_net member from structume2005-06-031-6/+0
* - The ai_addrlen of a struct addrinfo used to be a size_t, perume2005-05-151-8/+12
* make getnetby*() thread-safe.ume2005-04-281-39/+43
* Unbreak world.ru2004-02-071-2/+2
* getnetbyname fixes:dds2004-02-071-22/+67
* Allocate 64K recieve buffer for DNS responses.ume2002-10-031-13/+24
* Add forgotten newlines in debug messages.nectar2002-09-191-2/+2
* Check for truncation in calls to res_send/res_query/res_search.nectar2002-09-151-2/+14
* 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
* Initialize a pointer that was left uninitialized with the previousnectar2002-06-261-0/+1
* Include more robust checking of end of buffer that more completelyimp2002-06-261-5/+4
* Don't allow buffer overflow here either.imp2002-06-261-1/+3
* Fix the style of the SCM ID's.obrien2002-03-221-1/+2
* Remove 'register' keyword.obrien2002-03-211-3/+3
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-1/+0
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you cannectar2000-09-061-14/+27
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* handle long usernames more carefullyimp1998-01-071-5/+8
* Merge in bind-4.9.6 resolver changes. Note that they resolve thepeter1997-06-271-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
* Here goes.. Bring the 4.9.5-P1 resolver into -current. This has thepeter1996-12-301-3/+2
* Merge in bind-4.9.4-P1 resolver...peter1996-08-291-4/+4
* General -Wall warning cleanup, part I.jkh1996-07-121-1/+2
* The last of the bind-4.9.3-REL resolver merges.peter1996-01-131-79/+84
* As above.phk1995-10-221-1/+2
* Remove trailing whitespace.rgrimes1995-05-301-6/+6
* remove need for -DDEBUG from resolver code (conflict with db/hash)pst1994-09-251-5/+1
* get* rework and new bind codepst1994-09-251-0/+308
OpenPOWER on IntegriCloud