The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:RADIUS::Packet"

RADIUS::Packet - Object-oriented Perl interface to RADIUS packets River stage zero No dependents

RADIUS (RFC2138) specifies a binary packet format which contains various values and attributes. RADIUS::Packet provides an interface to turn RADIUS packets into Perl data structures and vice-versa. RADIUS::Packet does not provide functions for obtain...

CHRMASTO/RADIUS-1.0 - 26 Aug 1997 14:02:09 UTC

Net::Radius::Packet - Object-oriented Perl interface to RADIUS packets River stage one • 6 direct dependents • 8 total dependents

RADIUS (RFC2138) specifies a binary packet format which contains various values and attributes. Net::Radius::Packet provides an interface to turn RADIUS packets into Perl data structures and vice-versa. Net::Radius::Packet does not provide functions ...

LUISMUNOZ/Net-Radius-2.103 - 30 Nov 2009 12:59:55 UTC

Data::Radius::Packet - module to encode/decode RADIUS messages River stage one • 1 direct dependent • 1 total dependent

The "Data::Radius::Packet" module provides a methods to encode/decode RADIUS messages. It can be used to implement both Radius client or Radius server....

PORTAONE/Data-Radius-1.2.7 - 01 Jul 2021 07:30:28 UTC

Net::Radius::PacketOrdered - interface to RADIUS packets with proxy states River stage zero No dependents

RADIUS (RFC2865) specifies a binary packet format which contains various values and attributes. Net::Radius::PacketOrdered provides an interface to turn RADIUS packets into Perl data structures and vice-versa. Net::Radius::PacketOrdered does not prov...

TPG/Net-Radius-PacketOrdered-1.53 - 27 Feb 2006 22:25:21 UTC

Data::Radius - module to encode/decode RADIUS messages River stage one • 1 direct dependent • 1 total dependent

PORTAONE/Data-Radius-1.2.7 - 01 Jul 2021 07:30:28 UTC

Authen::Radius - provide simple Radius client facilities River stage one • 3 direct dependents • 3 total dependents

The "Authen::Radius" module provides a simple class that allows you to send/receive Radius requests/responses to/from a Radius server....

PORTAONE/Authen-Radius-0.32 - 19 Oct 2020 09:29:40 UTC

RADIUS::UserFile - Perl extension for manipulating a RADIUS users file. River stage zero No dependents

This module provides methods for reading information from and modifying a RADIUS users text file. PACKAGE METHODS new RADIUS::UserFile new RADIUS::UserFile(File => *$USERS_FILE*, Who => *$USER*, Check_Items => [ *@CHECK_ITEMS* ]) new RADIUS::UserFile...

OEVANS/RADIUS-UserFile-1.01 - 14 Dec 2001 02:57:27 UTC

Data::Radius::Constants - export constants for Data::Radius::Packet River stage one • 1 direct dependent • 1 total dependent

Exports RADIUS RFC established constants and utilities for easy packet handling. In addition to RFC packet type constants enables following aliases: 'COA' => COA_REQUEST, 'DM' => DISCONNECT_REQUEST, 'POD' => DISCONNECT_REQUEST, 'ACCT' => ACCOUNTING_R...

PORTAONE/Data-Radius-1.2.7 - 01 Jul 2021 07:30:28 UTC

RADIUS::Dictionary - RADIUS dictionary parser River stage zero No dependents

This is a simple module that reads a RADIUS dictionary file and parses it, allowing conversion between dictionary names and numbers. METHODS *new* Returns a new instance of a RADIUS::Dictionary object. If given an (optional) filename, it calls *readd...

CHRMASTO/RADIUS-1.0 - 26 Aug 1997 14:02:09 UTC

Net::Radius::SSG - Perl extension for communicating with a Cisco SSG (Service Selection Gateway) router. River stage zero No dependents

Net::Radius::SSG is for communicating with a Cisco SSG router via the Service Selection Dashboard (SSD) protocol which is implemented over RADIUS. This module requires Net::Radius and Net::UDP. new $ssg_object = new Net::Radius::SSG($ip,$port,$secret...

CMYERS/Net-Radius-SSG-0.04 - 28 Sep 2005 00:22:05 UTC

Net::Radius::Server - Framework for RADIUS Servers River stage zero No dependents

"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...

LUISMUNOZ/Net-Radius-Server-1.116 - 30 Nov 2009 13:00:08 UTC

Net::Radius::Client - Pure-Perl, VSA-empowered RADIUS client River stage zero No dependents

The "query" routine tries to deliver request to RADIUS server(s) and returns its response whenever successful. RADIUS servers to query are represented as a hash carrying network-scope details. See SYNOPSIS for more information. RADIUS attribute-value...

ILYA/Net-Radius-Client-0.03 - 17 Jun 2008 19:13:46 UTC

Net::Radius::Server::NS - Use Net::Server to provide a Net::Radius::Server River stage zero No dependents

"Net::Radius::Server::NS" leverages "Net::Server" to receive, process and respond RADIUS requests using the "Net::Radius::Server" framework. The "nrsd" script included in the "Net::Radius::Server" distribution ties in with this module and performs an...

LUISMUNOZ/Net-Radius-Server-1.116 - 30 Nov 2009 13:00:08 UTC

Net::Radius::Dictionary - RADIUS dictionary parser River stage one • 6 direct dependents • 8 total dependents

This is a simple module that reads a RADIUS dictionary file and parses it, allowing conversion between dictionary names and numbers. Vendor-Specific attributes are supported in a way consistent to the standards. A few earlier versions of this module ...

LUISMUNOZ/Net-Radius-2.103 - 30 Nov 2009 12:59:55 UTC

Data::Radius::Dictionary - parse and load RADIUS dictionary files River stage one • 1 direct dependent • 1 total dependent

PORTAONE/Data-Radius-1.2.7 - 01 Jul 2021 07:30:28 UTC

AnyEvent::Radius::Client - module to implement AnyEvent based RADIUS client River stage zero No dependents

The AnyEvent::Radius::Client module allows to send multiple RADIUS requests in non-blocking way, and then wait for responses....

PORTAONE/AnyEvent-Radius-1.1.4 - 27 Jun 2022 06:28:01 UTC

AnyEvent::Radius::Server - module to implement AnyEvent based RADIUS server River stage zero No dependents

The AnyEvent::Radius::Server module allows to handle RADIUS requests in non-blocking way...

PORTAONE/AnyEvent-Radius-1.1.4 - 27 Jun 2022 06:28:01 UTC

Net::Radius::Server::Set - Base class for set methods River stage zero No dependents

"Net::Radius::Server::Set" is a base class for developing "set" methods to be used in "Net::Radius::Server" rules. "Net::Radius::Server::Set"'s "new()" will honor a property called "result", that will be used as the return value of the method. Otherw...

LUISMUNOZ/Net-Radius-Server-1.116 - 30 Nov 2009 13:00:08 UTC

Net::Radius::Server::Dump - Produce a dump of the RADIUS packets River stage zero No dependents

"Net::Radius::Server::Dump" implements a simple debugging aid that dumps RADIUS packets into the basepath directory, using a file whose name is formed by the contatenation of the basename property and the current number of seconds and microseconds si...

LUISMUNOZ/Net-Radius-Server-1.116 - 30 Nov 2009 13:00:08 UTC

Net::Radius::Server::Base - Base definitions and utility methods and factories River stage zero No dependents

"Net::Radius::Server::Base" provides a number of utility methods and services useful for "match" and "set" sub-classes of "Net::Radius::Server". The following methods are provided or overriden: "->new(...)" This method is modified so that "SUPER::new...

LUISMUNOZ/Net-Radius-Server-1.116 - 30 Nov 2009 13:00:08 UTC
30 results (0.054 seconds)