You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-Net-RawIP-0.25-41.fc36.x86_64
This package provides a Perl class which can be used for creating, manipulating and sending raw IP packets with optional features for manipulating Ethernet headers.
RPMPackage perl-Net-Pcap-0.20-2.fc36.x86_64
perl-Net-Pcap provides Perl bindings to the LBL pcap(3) library.
RPMPackage perl-Net-Patricia-1.22-31.fc36.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-OpenSSH-0.82-1.fc36.noarch
Net::OpenSSH is a secure shell client package implemented on top of OpenSSH binary client (ssh).
RPMPackage perl-Net-Netmask-tests-2.0001-4.fc36.noarch
Tests from perl-Net-Netmask. Execute them with "/usr/libexec/perl-Net-Netmask/test".
RPMPackage perl-Net-Netmask-2.0001-4.fc36.noarch
Net::Netmask parses and understands IPv4 and IPv6 CIDR blocks (see <https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing> for more information on CIDR blocks). There are also functions to insert a network block into a table and then later look up network blocks by an IP address using that table.
RPMPackage perl-Net-LibIDN2-1.01-8.fc36.x86_64
This Perl module provides bindings for GNU Libidn2, a C library for handling internationalized domain names according to IDNA 2008 (RFC 5890, RFC 5891, RFC 5892, RFC 5893).
RPMPackage perl-Net-LibIDN-0.12-42.fc36.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-tests-1.02-4.fc36.noarch
Tests from perl-Net-IPv6Addr. Execute them with "/usr/libexec/perl-Net-IPv6Addr/test".
RPMPackage perl-Net-IPv6Addr-1.02-4.fc36.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-41.fc36.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-Minimal-0.06-23.fc36.noarch
Net::IP is very feature complete, but I found I was only using three of its functions and it uses quite a bit of memory.
RPMPackage perl-Net-IP-1.26-27.fc36.noarch
This is the Net::IP module, 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, which 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.22-1.fc36.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-FTP-RetrHandle-0.2-34.fc36.noarch
This Perl module provides a file reading interface for reading all or parts of files located on a remote FTP server, including emulation of seek and support for downloading only the parts of the file requested. Support for skipping the beginning of the file is implemented with the FTP REST command, which starts a retrieval at any point in the file. Support for skipping the end of the file is implemented with the FTP ABOR command, which stops the transfer. With these two commands and some careful tracking of the current file position, we're able to reliably emulate a seek/read pair, and get only the parts of the file that are actually read. This was originally designed for use with Archive::Zip; it's reliable enough that the table of contents and individual files can be extracted from a remote ZIP archive without downloading the whole thing. An interface compatible with IO::Handle is provided, along with a tie-based interface.
RPMPackage perl-Net-FTP-AutoReconnect-0.3-35.fc36.noarch
This is a FTP client class with automatic reconnect on failure.
RPMPackage perl-Net-DNS-tests-1.34-1.fc36.noarch
Tests from perl-Net-DNS. Execute them with "/usr/libexec/perl-Net-DNS/test".
RPMPackage perl-Net-DNS-Nameserver-1.34-1.fc36.noarch
Instances of the "Net::DNS::Nameserver" class represent DNS server objects.
RPMPackage perl-Net-DNS-1.34-1.fc36.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-CIDR-Lite-0.22-4.fc36.noarch
Faster alternative to Net::CIDR when merging a large number of CIDR address ranges. Works for IPv4 and IPv6 addresses.