t '/>
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