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