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
/
libwrap
/
socket.c
Age
Commit message (
Expand
)
Author
2012-03-21
Use C89 function definition
matt
2006-05-09
change (mostly) int to socklen_t. GCC 4 doesn't like that int and
mrg
2003-05-26
protect from nasty PTR records which could be abused to workaround access
itojun
2003-03-30
Only fill in the server and client sockaddr in the request if
thorpej
2002-07-20
Correct #ifdef'ed out usage of memset
mjl
2002-06-07
type mismatch
itojun
2002-06-07
there are people using #ifdef APPEND_DOT. recover it.
itojun
2002-06-06
correct misuse of strncpy (use strlcpy). from openbsd
itojun
2002-06-06
support scoped IPv6 address properly. PR 16810.
itojun
2002-05-24
cleanup some of portability #ifdefs, which are not needed for netbsd.
itojun
2001-11-05
WARNS=2 fixes
lukem
1999-09-10
fix behavior for configuration like "ALL: 127.".
itojun
1999-08-31
Apply IPv6 support patch.
itojun
1999-08-27
resolve conflicts on upgrade (to 7.6).
itojun
1999-07-03
Revert white space changes for imported sources.
simonb
1999-07-02
More trailing white space.
simonb
1997-10-09
Fix for WARNS=1 and remove WARNS override from Makefile
christos
1997-01-23
- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
mrg
1996-11-26
libwrap from tcp_wrappers 7.4
mrg