summaryrefslogtreecommitdiff
path: root/lib/libc/net/getnetnamadr.c
AgeCommit message (Expand)Author
2020-06-05Remove more bogus tests for 64-bit i386 and SuperH.nia
2015-10-26put the state back after it is used.christos
2015-10-26PR/50367: Stefan Schaeckeler: Apply fix to obey RES_CHECKNAME to getnetbyaddrchristos
2012-03-13PR/45989: Martin Husemann: lint invocation does include -w only on i386christos
2008-05-18Fix possible memory leak in error path.lukem
2008-05-08Convert getnetbyname(3) and getnetbyaddr(3) to the more "standard"lukem
2008-05-08Fix a misuse of an automatic as a static that was exposed by the previous.lukem
2008-05-08Fix DNS getnetbyname(), which has been broken for at least 5.5 yearslukem
2007-01-27Appropriate versions are not supplied by bind anymore.christos
2007-01-27merge in resolver portion of bind-9.4.0-rc2christos
2006-10-15fix incomplete initializerschristos
2006-09-18Change type of `net' variable passed via va_list intsutsui
2006-03-17Fix Coverity issue 2281, resource leak, function return without freeingginsbach
2005-06-01Move the test for "more strict reverse lookup handling" to the correctlukem
2004-05-23centralize res_*init() calls in __res_get_state()christos
2004-05-21Finish bind9 resolver merge.christos
2004-05-08struct netnet.n_net used to be an unsigned long integer.kleink
2004-01-29Use the correct parameters when building the YP map name in _yp_getnetbyaddr().lukem
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-11-14pull in changes in http://www.isc.org/products/BIND/patches/bind4910.diffitojun
2002-11-13fix remote buffer overrun. from openbsd tree (1997).itojun
2002-08-27allocate 64K recieve buffer for DNS responses.itojun
2002-08-16eliminate sprintf, use snprintf. check strlcat error.itojun
2002-06-26avoid remote buffer overrun on hostbuf[]. From: Joost Pol <joost@pine.nl>itojun
2002-05-26__STDC__ is always defined on NetBSD.wiz
2000-12-20remove redundant declarations.christos
2000-01-22Delint.mycroft
1999-09-20back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.lukem
1999-09-16* use _DIAGASSERT() to check pointer arguments against NULL and filelukem
1999-05-04Use a _files prefix for local backend routines; would clash with namespace.hkleink
1999-05-03sprinkle argsused till lint smiles at you.christos
1999-04-18specifically include stdarg/varargs.hlukem
1999-01-20add ARGSUSEDchristos
1999-01-19constify ns_dtab defslukem
1999-01-19convert to new nsdispatch(3)lukem
1999-01-19support nis lookups for getnetby*()lukem
1999-01-16remove unused vars. remove registerlukem
1999-01-16pull nsswitch up to main branchlukem
1998-12-05Check the results of argument decomposition in octets to preventpk
1998-11-13delintchristos
1998-01-06$Id: -> Id: (to make hunting down other bad Ids easier).perry
1997-08-19sync __getnetbyaddr() prototypes with the one in getnetbyaddr.c; frommikel
1997-07-31- Add __weak_alias() namespace protection and update for changes tothorpej
1997-07-20merge bind 4.9.6 resolver. still need to fix <resolv.h>mrg
1997-07-20bind 4.9.6 resolver files.mrg