summaryrefslogtreecommitdiff
path: root/lib/libwrap
AgeCommit message (Expand)Author
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
2002-05-01YP, not NISTodd C. Miller
2002-05-01o) start new sentence on a new line;Mike Pechkin
2002-04-30Initial cleanup:Mike Pechkin
2002-04-25Protect IPv6 code with #ifdef INET6Mike Pechkin
2002-02-24wrong error messageTheo de Raadt
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-01-02more pid_t useTheo de Raadt
2001-12-13atoi->strtoulBob Beck
2001-11-17fix a commentTheo de Raadt
2001-11-17volatile sig_atomic_tTheo de Raadt
2001-11-07avoid strcpy and sprintfTheo de Raadt
2001-11-07crank strings to 256 so they can hold a full hostnameTheo de Raadt
2001-11-07assume buffer is BUFSIZ long, and handle it so; millert okTheo de Raadt
2001-09-06Initial idea from aaron@: Last char of .Xr group in SEE ALSO section shouldMike Pechkin
2001-08-06o) We always close .Bl and .Bd tags;Mike Pechkin
2001-06-04add the file here too, to avoid confusionTheo de Raadt
2001-03-28C++ wrapping; dmcmahill@netbsd.orgTheo de Raadt
2001-02-16Rewrite rfc931.c to eliminate problematic setjmp/longjmp and stdio usageBob Beck
2001-02-15fix change from previous commit that didn't get the ports correctlyBob Beck
2000-10-14put hosts.allow and hosts.deny in as Nm entriesTheo de Raadt
2000-10-14put tcp wrapper into Nd lineTheo de Raadt
2000-10-14tcp wrapper support for IPv6. from netbsd.Jun-ichiro itojun Hagino
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell