summaryrefslogtreecommitdiff
path: root/lib/libc/net/getnetbydns.c
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-201-1/+1
* - When there is no room for returning the result, nss backendHajimu UMEMOTO2010-08-131-2/+6
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* - make reentrant version of netdb functions glibc style API, andHajimu UMEMOTO2006-04-151-32/+83
* Update the resolver in libc to BIND9's one.Hajimu UMEMOTO2006-03-211-26/+43
* - Remove padding for ABI compatibility of n_net member from structHajimu UMEMOTO2005-06-031-6/+0
* - The ai_addrlen of a struct addrinfo used to be a size_t, perHajimu UMEMOTO2005-05-151-8/+12
* make getnetby*() thread-safe.Hajimu UMEMOTO2005-04-281-39/+43
* Unbreak world.Ruslan Ermilov2004-02-071-2/+2
* getnetbyname fixes:Diomidis Spinellis2004-02-071-22/+67
* Allocate 64K recieve buffer for DNS responses.Hajimu UMEMOTO2002-10-031-13/+24
* Add forgotten newlines in debug messages.Jacques Vidrine2002-09-191-2/+2
* Check for truncation in calls to res_send/res_query/res_search.Jacques Vidrine2002-09-151-2/+14
* 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
* Initialize a pointer that was left uninitialized with the previousJacques Vidrine2002-06-261-0/+1
* Include more robust checking of end of buffer that more completelyWarner Losh2002-06-261-5/+4
* Don't allow buffer overflow here either.Warner Losh2002-06-261-1/+3
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-1/+2
* Remove 'register' keyword.David E. O'Brien2002-03-211-3/+3
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-1/+0
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you canJacques Vidrine2000-09-061-14/+27
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* handle long usernames more carefullyWarner Losh1998-01-071-5/+8
* Merge in bind-4.9.6 resolver changes. Note that they resolve thePeter Wemm1997-06-271-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
* Here goes.. Bring the 4.9.5-P1 resolver into -current. This has thePeter Wemm1996-12-301-3/+2
* Merge in bind-4.9.4-P1 resolver...Peter Wemm1996-08-291-4/+4
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-1/+2
* The last of the bind-4.9.3-REL resolver merges.Peter Wemm1996-01-131-79/+84
* As above.Poul-Henning Kamp1995-10-221-1/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-6/+6
* remove need for -DDEBUG from resolver code (conflict with db/hash)Paul Traina1994-09-251-5/+1
* get* rework and new bind codePaul Traina1994-09-251-0/+308