summaryrefslogtreecommitdiff
path: root/lib/libwrap/Makefile
AgeCommit message (Collapse)Author
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.
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).
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-03-04Slightly cleaner.Jason Downs
1997-02-26Initial integration of a much cleaned up libwrap.Jason Downs