You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-Net-SSH2-0.70-1.lbn25.x86_64
Net::SSH2 is a perl interface to the libssh2 (http://www.libssh2.org) library. It supports the SSH2 protocol (there is no support for SSH1) with all of the key exchanges, ciphers, and compression of libssh2.
RPMPackage perl-Net-SSH-0.09-28.lbn25.noarch
This module implements a Perl interface to ssh. It is a simple wrapper around the system `ssh' command. For an all-perl implementation that does not require the system `ssh' command, see Net::SSH::Perl.
RPMPackage perl-Net-SNMP-6.0.1-23.lbn25.noarch
The Net::SNMP module implements an object oriented interface to the Simple Network Management Protocol. Perl applications can use the module to retrieve or update information on a remote host using the SNMP protocol. The module supports SNMP version-1, SNMP version-2c (Community-Based SNMPv2), and SNMP version-3. The Net::SNMP module assumes that the user has a basic understanding of the Simple Network Management Protocol and related network management concepts.
RPMPackage perl-Net-SMTPS-0.09-5.lbn25.noarch
This module implements a wrapper for Net::SMTP, enabling over-SSL/STARTTLS support. This module inherits all the methods from Net::SMTP. You may use all the friendly options that came bundled with Net::SMTP. You can control the SSL usage with the options of new() constructor method. 'doSSL' option is the switch, and, If you would like to control detailed SSL settings, you can set SSL_* options that are brought from IO::Socket::SSL. Please see the document of IO::Socket::SSL about these options detail.
RPMPackage perl-Net-RawIP-0.25-23.fc25.x86_64
This package provides a class object which can be used for creating, manipulating and sending raw ip packets with optional features for manipulating Ethernet headers.
RPMPackage perl-Net-Ping-2.62-436.lbn25.1.noarch
Net::Ping module contains methods to test the reachability of remote hosts on a network.
RPMPackage perl-Net-Pcap-0.18-1.fc25.x86_64
perl-Net-Pcap provides Perl bindings to the LBL pcap(3) library.
RPMPackage perl-Net-Patricia-1.22-20.lbn25.x86_64
This module uses a Patricia Trie data structure to quickly perform IP address prefix matching for applications such as IP subnet, network or routing table lookups. The data structure is based on a radix tree using a radix of two, so sometimes you see patricia implementations called "radix" as well. The term "Trie" is derived from the word "retrieval" but is pronounced like "try". Patricia stands for "Practical Algorithm to Retrieve Information Coded as Alphanumeric", and was first suggested for routing table lookups by Van Jacobsen. Patricia Trie performance characteristics are well-known as it has been employed for routing table lookups within the BSD kernel since the 4.3 Reno release.
RPMPackage perl-Net-LibIDN-0.12-33.lbn25.x86_64
Provides perl bindings for GNU Libidn, a C library for handling Internationalized Domain Names according to IDNA (RFC 3490), in a way very much inspired by Turbo Fredriksson's PHP-IDN.
RPMPackage perl-Net-IPv6Addr-0.2-20.fc25.noarch
Net::IPv6Addr checks strings for valid IPv6 addresses, as specified in RFC1884. You throw possible addresses at it, it either accepts them or throws an exception.
RPMPackage perl-Net-IPv4Addr-0.10-32.lbn25.noarch
Net::IPv4Addr provides functions for parsing IPv4 addresses both in traditional address/netmask format and in the new CIDR format. There are also methods for calculating the network and broadcast address and also to see check if a given address is in a specific network.
RPMPackage perl-Net-IP-1.26-17.lbn25.noarch
This is the Net::IP module for Perl, designed to allow easy manipulation of IPv4 and IPv6 addresses. Two applications using the Net::IP module are included: ipcount, an IP address mini-calculator, it can calculate the number of IP addresses in a prefix or all the prefixes contained in a given range; and iptab, which prints out a handy IP "cheat sheet".
RPMPackage perl-Net-HTTP-6.18-4.lbn25.noarch
The Net::HTTP class is a low-level HTTP client. An instance of the Net::HTTP class represents a connection to an HTTP server. The HTTP protocol is described in RFC 2616. The Net::HTTP class supports HTTP/1.0 and HTTP/1.1.
RPMPackage perl-Net-DNS-Nameserver-1.20-4.lbn25.noarch
Instances of the "Net::DNS::Nameserver" class represent DNS server objects.
RPMPackage perl-Net-DNS-1.20-4.lbn25.noarch
Net::DNS is a collection of Perl modules that act as a Domain Name System (DNS) resolver. It allows the programmer to perform DNS queries that are beyond the capabilities of gethostbyname and gethostbyaddr. The programmer should be somewhat familiar with the format of a DNS packet and its various sections. See RFC 1035 or DNS and BIND (Albitz & Liu) for details.
RPMPackage perl-Net-CUPS-0.64-9.lbn25.x86_64
Net::CUPS is an interface to the Common Unix Printing System API. If you feel an urge to control CUPS servers via Perl, this is a good way to do it :)
RPMPackage perl-Net-CIDR-0.20-1.lbn25.noarch
The Net::CIDR package contains functions that manipulate lists of IP netblocks expressed in CIDR notation. The Net::CIDR functions handle both IPv4 and IPv6 addresses.
RPMPackage perl-NTLM-1.09-20.lbn25.noarch
This module provides methods to use NTLM authentication. It can be used as an authenticate method with the Mail::IMAPClient module to perform the challenge/response mechanism for NTLM connections or it can be used on its own for NTLM authentication with other protocols (eg. HTTP).
RPMPackage perl-NKF-2.1.4-3.fc25.x86_64
This is a Perl Extension version of nkf (Network Kanji Filter). It converts the last argument and return converted result. Conversion details are specified by flags before the last argument.
RPMPackage perl-Mozilla-CA-20180117-4.lbn25.noarch
Mozilla::CA provides a path to ca-certificates copy of Mozilla's bundle of certificate authority certificates in a form that can be consumed by modules and libraries based on OpenSSL.