summaryrefslogtreecommitdiff
path: root/lib/libwrap
AgeCommit message (Expand)Author
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
2000-02-01no need to extern int errno if errno.h is includedTheo de Raadt
1999-07-21Add missing hosts_ctl() prototype.Oleg Safiullin
1999-07-09- remove all trailing whitespaceAaron Campbell
1999-06-06add dot_quad_addr_new(); which can handle 255.255.255.255 addressesTheo de Raadt
1999-04-26Only proto xgets() if stdio has been includedJason Downs
1997-07-27Use .Sq.Jason Downs
1997-07-27Use -bulletJason Downs
1997-06-30alpha bitsTheo de Raadt
1997-06-24Slight fix.Jason Downs
1997-06-23Copyright.Jason Downs
1997-06-23Mandoc manpages.Jason Downs
1997-06-01A few minor changes from tcp_wrappers 7.6Jason Downs
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
1997-04-09the theTheo de Raadt
1997-04-04do source routing check correctly; this could use a testTheo de Raadt