Net::SMTP_auth implements a client interface to the SMTP and ESMTP protocol
AUTH service extension, enabling a perl5 application to talk to and
authenticate against SMTP servers. This documentation assumes that you are
familiar with the concepts of the SMTP protocol described in RFC821 and with
the AUTH service extension described in RFC2554.
The Net::IP::Match::XS module efficiently matches IP addresses against
IP ranges. The unconditionally exported subroutine 'match_ip'
determines if the ip to match ( first argument ) matches any of the
subsequent ip arguments. Match arguments may be absolute quads, as
'127.0.0.1', or contain mask bits as '111.245.76.248/29'.
Net::IPv4Addr provides functions to parse IPv4 addresses both
in traditional address/netmask format and in the new CIDR format.
Methods for calculating the network and broadcast address, and
also to check if a given address is in a specific network also exist.
Net::IPv6Addr provides functions for parsing IPv6 addresses in all
formats described by RFC1884. If Math::Base85 is installed, formats
described in RFC1924 are also valid. It will generate "IP6.INT."
strings (as described in RFC1886) if you are inclined to play with
DNS records.
Net::Radius::Server provides an extensible framework to create RADIUS
servers suitable for non-standard scenarios where authentication
needs to consider multiple factors. The RADIUS responses may be
created by arbitrarily complex rules that process the request packet
as well as any external data accessible to Perl.
Driver based class to calculate birthdays of some members of the
PHP.net community.
jabberd14 is the original server implementation of the Jabber protocol,
now known as XMPP. It is open source, and it is free. This implementation
has been formerly known as just jabberd as well.
Please note: net-im/jabberd (also known as jabberd 2.x) is not a newer
version of jabberd14 but a completely different project.
Like inetd, this program listens on the net for requests and spawns a
server to handle them. However, it only handles one port and one
program. Other limitations:
* only 'stream' socket type
* only 'nowait'
* doesn't switch user-ids
nsscache is a utility for caching directory service information into local
cache files.
On FreeBSD, it is intended to be used with the net/libnss-cache port but it
can also output BDB files for use by other operating systems.
This is a C-language AMQP client library for use with AMQP servers
speaking protocol versions 0-8 and 0-9-1. This port only speaks the
0-9-1 protocol version, for 0-8 use net/rabbitmq-c.