libwrap

From Wikipedia, the free encyclopedia

libwrap is a free software program library that implements generic TCP Wrapper functionality for network service daemons to use (rather than, or in addition to, their own host access control schemes).

Originally part of the tcp_wrappers package, it per default was compiled as a static archive, and is still used as such some places, for instance in Slackware Linux 10.2. However most other FOSS Unix-like distributions, such as Debian, Red Hat and NetBSD, applied patches to the Makefile in order to compile it to a shared-object and generally include that as part of their base system. Some even decouple it (and testing utilities) from 'tcpd', which is then provided as an additional package.

One of the possible problems for end-user (sysadmins) to this situation is that the 'soname' is not standardized, although it generally is libwrap.so.0.7.6 in Linux distributions, and libwrap.so.2, 3 or 7 on BSD Unix systems.

[edit] See also

[edit] References

[edit] External links