summaryrefslogtreecommitdiff
path: root/lib/libwrap
AgeCommit message (Expand)Author
2013-11-22obvious cast for isspace()Theo de Raadt
2013-11-13repair prototypesTheo de Raadt
2013-11-13fix_options() is not used by anything; remove API, crank majorTheo de Raadt
2013-11-13Remove redundant extern "C" {...}. ok deraadt@Jeremie Courreges-Anglas
2013-08-13Switch time_t, ino_t, clock_t, and struct kevent's ident and dataPhilip Guenther
2013-07-16non[ -]existing -> non-existent;Jason McIntyre
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-08-02remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.Okan Demirmen
2011-05-30Make printf-like and scanf-like functions marked as such in llib-lc.lnMartynas Venckus
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2006-12-21mention sys/types.h needed; eth0@o2.plTheo de Raadt
2006-04-14delintDavid Hill
2005-11-24use WANTLINT= (on all architectures)Theo de Raadt
2005-11-10Use correct size when zeroing fd sets. From Michael Shuldman in PROtto Moerbeek
2004-07-13errno changes, lib major version bumps, and general flag dayMarco S Hyman
2004-05-31Remove redundant errno declaration. ok deraadt@Otto Moerbeek
2004-02-19new sentence, new line;Jason McIntyre
2004-02-19escape full stops where necessary to kill erroneous double spaces;Jason McIntyre
2003-12-27obvious typi inside an #ifdefHenning Brauer
2003-08-08refer to RFCs consistently (RFC XXXX);Jason McIntyre
2003-07-18add missing includesDavid Krause
2003-07-08some \" -> .\" that i missed earlier;Jason McIntyre
2003-07-08- fix some lists and displaysJason McIntyre
2003-06-03terms 3 & 4 cleanup based on "terms" fileTheo de Raadt
2003-06-03fix various 3/4 licenses according to "terms" fileTheo de Raadt
2003-06-02- section reorderJason McIntyre
2003-05-27if reverse lookup result looks like a numeric hostname,Jun-ichiro itojun Hagino
2003-05-24- typos;Jason McIntyre
2003-05-15NetBSD PR 15025: libwrap hangs in an infinite loop when a host access linePaul Janzen
2003-04-19- kill unused varAnil Madhavapeddy
2003-04-05sprintf -> snprintfThierry Deval
2003-04-05strcpy/strcat -> strlcpy/strlcatThierry Deval
2003-04-03rfc -> RFCJason McIntyre
2003-03-22.Nd shouldn't end with a periodDavid Krause
2003-03-06date should be written formally: .Dd Month day, yearDavid Krause
2003-01-18more typos; jmc@prioris.mini.pw.edu.plTheo de Raadt
2002-12-31If we're going to replace strtok() with strtok_r(), and the caller of theJun-ichiro itojun Hagino
2002-12-03Crank all library major numbers. Needed due to the fact that weTodd C. Miller
2002-06-22remove BUGS section; this library uses strtok_r(3) now.Federico G. Schwindt
2002-06-22use strtok_r() instead of strtok(); millert okTheo de Raadt
2002-06-19use more snprintfTheo de Raadt
2002-06-07support scoped IPv6 address.Jun-ichiro itojun Hagino
2002-06-07func prototypeJun-ichiro itojun Hagino
2002-06-07more strict prototypeJun-ichiro itojun Hagino
2002-06-07snprintfJun-ichiro itojun Hagino
2002-06-03compatiblity -> compatibilityTheo de Raadt
2002-05-27unsigned vs unsigned intTheo de Raadt
2002-05-26pid_t cleanupTheo de Raadt
2002-05-01Character 0 is called NUL, not nul.Todd C. Miller