summaryrefslogtreecommitdiffstats
path: root/lib/libwrap/options.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
| | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
* strcpy/strcat -> strlcpy/strlcattdeval2003-04-051-3/+3
| | | | ok tedu@, hints by deraadt@ and millert@
* more strict prototypeitojun2002-06-071-19/+34
|
* unsigned vs unsigned intderaadt2002-05-271-3/+3
|
* sprintf -> snprintf paranoiabitblt1997-03-041-3/+3
|
* Initial integration of a much cleaned up libwrap.downsj1997-02-261-0/+629