Ports Search

Results 201210 of 5,827 for /net-mgmt/.(0.004 seconds)
net/Net-OAuth-Simple-1.7 (Score: 0.061644718)
Simple wrapper around the OAuth protocol
Net::OAuth::Simple is a simple wrapper around the OAuth protocol. OAuth is: An open protocol to allow secure API authentication in a simple and standard method from desktop and web applications.
net/Net-SCP-Expect-0.16 (Score: 0.061644718)
Perl5 wrapper for scp that allows passwords via Expect
This module is simply a wrapper around the scp call. The primary difference between this module and I<Net::SCP> is that you may send a password programmatically, instead of being forced to deal with interactive sessions.
net/Net-HTTPS-NB-0.14 (Score: 0.06158167)
Non-blocking HTTPS client
Net::HTTPS::NB provides same interface as Net::HTTPS but it will never try multiple reads when the read_response_headers() or read_entity_body() methods are invoked. In addition allows non-blocking connect. If read_response_headers() did not see enough data to complete the headers an empty list is returned. If read_entity_body() did not see new entity data in its read the value -1 is returned.
net/Net_UserAgent_Detect-2.5.2 (Score: 0.061575357)
PEAR class that determines the Web browser, version, and platform
The Net_UserAgent object does a number of tests on an HTTP user agent string. The results of these tests are available via methods of the object. This module is based upon the JavaScript browser detection code available at http://www.mozilla.org/docs/web-developer/sniffer/browser_type.html. This module had many influences from the lib/Browser.php code in version 1.3 of Horde.
net/perl-ldap-0.6500 (Score: 0.06148723)
Client interface to LDAP (includes Net::LDAP)
Net::LDAP is a collection of modules that implements a LDAP services API for Perl programs. The module may be used to search directories or perform maintenance functions such as add, deleting or modify entries in an LDAP directory.
net/POE-Component-Client-Telnet-0.06 (Score: 0.061364748)
POE component that provides non-blocking access to Net::Telnet
POE::Component::Client::Telnet is a POE component that provides a non-blocking wrapper around Net::Telnet, or any other module based on Net::Telnet. Consult the Net::Telnet documentation for more details.
net-mgmt/Net-IPAddress-1.10 (Score: 0.060944475)
Perl functions used to manipulate IP addresses, masks and FQDN's
Net::IPAddr is a collection of helpful functions used to convert IP addresses to/from 32-bit integers, applying subnet masks to IP addresses, validating IP address strings, and splitting a FQDN into its host and domain parts. No rocket science here, but I have found these functions to very, very handy. For example, have you ever tried to sort a list of IP addresses only to find out that they don't sort the way you expected? Here is the solution! If you convert the IP addresses to 32-bit integer addresses, they will sort in correct order.
net/Net-EPP-Proxy-0.04 (Score: 0.060804352)
Proxy server for the EPP protocol
EPP is the Extensible Provisioning Protocol. EPP (defined in RFC 3730) is an application layer client-server protocol for the provisioning and management of objects stored in a shared central repository. Specified in XML, the protocol defines generic object management operations and an extensible framework that maps protocol operations to objects. As of writing, its only well-developed application is the provisioning of Internet domain names, hosts, and related contact details. RFC 3734 defines a TCP based transport model for EPP, and this module implements a proxy server for this model. You can use it to construct a daemon that maintains a single connection to the EPP server that can be used by many local clients, thereby reducing the overhead for each transaction. Net::EPP::Proxy is based on the Net::Server framework and Net::EPP::Client, which it uses to communicate with the server.
devel/Test-Net-LDAP-0.07 (Score: 0.060706817)
Perl extension of Net::LDAP subclass for testing
This module provides some testing methods for LDAP operations, such as search, add, and modify, where each method is suffixed with either _ok or _is. Test::Net::LDAP is a subclass of Net::LDAP, so all the methods defined for Net::LDAP are available in addition to search_ok, add_is, etc.
Network appliance command-line phrasebook
If you use Perl to manage interactive sessions with the command-line interfaces of networked appliances, then you might find this module useful. Net::Appliance::Phrasebook is a simple module that contains a number of dictionaries for the command-line interfaces of some popular network appliances. It also supports the use of custom phrasebooks, and of hiearchies of dictionaries within phrasebooks.