![]() |
File Search | Catalog | Content Search |
Homepage: | - |
Package version: | - |
Architecture: | - |
Distribution: | FreeBSD distfiles |
Filename: | Authen-Libwrap-0.22.tar.gz |
NAME Authen::Libwrap - access to Wietse Venema's TCP Wrappers library SYNOPSIS use Authen::Libwrap qw( hosts_ctl STRING_UNKNOWN ); # we know the remote username (using identd) $rc = hosts_ctl( "programname", "hostname.domain.com", "10.1.1.1", "username" ); print "Access is ", $rc ? "granted" : "refused", "\n"; # more»
Revision history for Perl extension Authen::Libwrap. 0.22 Sun Jul 06 17:59:49 2010 - thanks BDRACO: needless importing is slow 0.21 Sun Jul 20 17:59:49 2008 - DMUEY fix rt 25239 0.20 Wed Dec 17 2003 - re-org directories to fit current CPAN standards - switch from ExtUtils::MakeMaker to Module::Build - first shot at figuring out where libw more»
[DIR] | Authen-Libwrap-0.22/ (10) |