summaryrefslogtreecommitdiffstats
path: root/lib/libwrap (follow)
Commit message (Expand)AuthorAgeFilesLines
* convert to new .Dd format;jmc2007-05-314-8/+8
* mention sys/types.h needed; eth0@o2.plderaadt2006-12-211-1/+2
* delintdhill2006-04-143-12/+14
* use WANTLINT= (on all architectures)deraadt2005-11-241-1/+2
* Use correct size when zeroing fd sets. From Michael Shuldman in PRotto2005-11-101-6/+10
* errno changes, lib major version bumps, and general flag daymarc2004-07-131-1/+1
* Remove redundant errno declaration. ok deraadt@otto2004-05-311-3/+2
* new sentence, new line;jmc2004-02-191-7/+10
* escape full stops where necessary to kill erroneous double spaces;jmc2004-02-191-2/+2
* obvious typi inside an #ifdefhenning2003-12-271-2/+2
* refer to RFCs consistently (RFC XXXX);jmc2003-08-081-2/+2
* add missing includesdavid2003-07-182-4/+6
* some \" -> .\" that i missed earlier;jmc2003-07-084-8/+8
* - fix some lists and displaysjmc2003-07-083-70/+44
* terms 3 & 4 cleanup based on "terms" filederaadt2003-06-034-32/+4
* fix various 3/4 licenses according to "terms" filederaadt2003-06-031-8/+1
* - section reorderjmc2003-06-022-28/+28
* if reverse lookup result looks like a numeric hostname,itojun2003-05-271-2/+23
* - typos;jmc2003-05-242-6/+6
* NetBSD PR 15025: libwrap hangs in an infinite loop when a host access linepjanzen2003-05-151-3/+3
* - kill unused varavsm2003-04-193-11/+13
* sprintf -> snprintftdeval2003-04-051-6/+8
* strcpy/strcat -> strlcpy/strlcattdeval2003-04-051-3/+3
* rfc -> RFCjmc2003-04-031-3/+3
* .Nd shouldn't end with a perioddavid2003-03-221-2/+2
* date should be written formally: .Dd Month day, yeardavid2003-03-061-2/+2
* more typos; jmc@prioris.mini.pw.edu.plderaadt2003-01-181-11/+11
* If we're going to replace strtok() with strtok_r(), and the caller of theitojun2002-12-311-3/+4
* Crank all library major numbers. Needed due to the fact that wemillert2002-12-031-1/+1
* remove BUGS section; this library uses strtok_r(3) now.fgsch2002-06-221-7/+1
* use strtok_r() instead of strtok(); millert okderaadt2002-06-221-7/+8
* use more snprintfderaadt2002-06-191-4/+4
* support scoped IPv6 address.itojun2002-06-073-186/+227
* func prototypeitojun2002-06-071-2/+5
* more strict prototypeitojun2002-06-072-26/+43
* snprintfitojun2002-06-071-4/+4
* compatiblity -> compatibilityderaadt2002-06-031-3/+3
* unsigned vs unsigned intderaadt2002-05-271-3/+3
* pid_t cleanupderaadt2002-05-261-3/+3
* Character 0 is called NUL, not nul.millert2002-05-011-2/+2
* YP, not NISmillert2002-05-011-5/+4
* o) start new sentence on a new line;mpech2002-05-014-109/+146
* Initial cleanup:mpech2002-04-301-14/+14
* Protect IPv6 code with #ifdef INET6mpech2002-04-251-2/+10
* wrong error messagederaadt2002-02-241-3/+3
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-193-37/+17
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-28/+28
* more pid_t usederaadt2002-01-021-4/+4
* atoi->strtoulbeck2001-12-131-4/+10
* fix a commentderaadt2001-11-171-3/+3