This is the initial independent release of the Net_DIME package.
Provides an implementation of DIME as defined at
http://www1.ietf.org/mail-archive/ietf-announce-old/Current/msg19298.html
Checks if a given Host or URL is listed on an DNSBL or SURBL.
PEAR::Net_Dict provides a simple API to the DICT Protocol handling all the
network related issues and providing DICT responses in PHP datatypes to
make it easy for a developer to use DICT servers in their programs.
PEAR::Net_Finger class provides a tool for querying finger servers.
Obtains geographical information based on IP number, domain name,
or AS number. Makes use of CAIDA Net_Geo lookup, HostIP or
localizer extension.
A library that uses Maxmind's GeoIP databases to accurately determine
geographic location of an IP address.
This package helps you to encode and decode punycode strings easily.
Net_IPv4 is a Class used for calculating IPv4(AF_INET family)
address information such as network as network address,
broadcast address, and IP address validity.
The PEAR::Net_Ident implements Identification Protocol according
to RFC 1413.
The Identification Protocol (a.k.a., "ident", a.k.a., "the Ident
Protocol") provides a means to determine the identity of a user
of a particular TCP connection. Given a TCP port number pair, it
returns a character string which identifies the owner of that
connection on the server's system.
Net Ldap is a clone of Perls Net::LDAP object interface to
ldapservers. It does not contain all of Net::LDAPs features,
but has:
* A simple OO-interface to connections, searches and entries.
* Support for tls and ldap v3.
* Simple modification, deletion and creation of ldapentries.
* Support for schema handling.