TCP Wrappers: Difference between revisions

From Hackepedia
Jump to navigationJump to search
No edit summary
 
Added library comment
 
Line 1: Line 1:
TCP Wrappers is a program designed by Wietse Venema at Eindhoven University in the Netherlands.  It does [[whitelist]]ing and [[blacklist]]ing of peers that connect to [[TCP]] sockets.  It is easy to set up with the [[inetd]] superserver.
TCP Wrappers is a program designed by Wietse Venema at Eindhoven University in the Netherlands.  It does [[whitelist]]ing and [[blacklist]]ing of peers that connect to [[TCP]] sockets.  It is easy to set up with the [[inetd]] superserver.
It has been expanded into a general use library as well.  This allows for daemons not typically run via inetd (such as [[Apache]] and [[OpenSSH]]) to use it, and provides more centralized access control.

Latest revision as of 17:09, 26 October 2005

TCP Wrappers is a program designed by Wietse Venema at Eindhoven University in the Netherlands. It does whitelisting and blacklisting of peers that connect to TCP sockets. It is easy to set up with the inetd superserver.

It has been expanded into a general use library as well. This allows for daemons not typically run via inetd (such as Apache and OpenSSH) to use it, and provides more centralized access control.