summaryrefslogtreecommitdiff
path: root/lib/libwrap
AgeCommit message (Collapse)Author
2001-08-06o) We always close .Bl and .Bd tags;Mike Pechkin
o) .Sh AUTHOR -> .Sh AUTHORS; o) We don't like .Pp before/after .Sh; o) We don't like .Pp before/after .Rs/.Re; o) NetBSD -> .Nx; o) OpenBSD -> .Ox; millert@ ok
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
on sockets. Adds new documented rfc1413 routine to do client side ident stuff. leaves compatible rfc931() routine in lib which calls new routine, incremenent shlib minor.
2001-02-15fix change from previous commit that didn't get the ports correctlyBob Beck
out of sockaddr_inX's for client side ident.
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
TODO: scoped address support may need more consideration (we are taking safer side now - rejects too much).
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).
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
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
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
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
1997-04-09the theTheo de Raadt
1997-04-04do source routing check correctly; this could use a testTheo de Raadt
1997-03-29Use getdomainname() not yp_get_default_domain().Todd C. Miller
1997-03-04sprintf -> snprintf paranoiabitblt
1997-03-04Slightly cleaner.Jason Downs
1997-02-26These don't belong here.Jason Downs
1997-02-26Correct header ref.Jason Downs
1997-02-26Initial integration of a much cleaned up libwrap.Jason Downs