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