Main > Free Download Search >

Free axis radius software for linux

axis radius

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 159
ASN RADIUS Admin 0.5

ASN RADIUS Admin 0.5


ARAs goal is to create simple but convenient solution for managing the FreeRADIUS server. more>>
ARAs goal is to create simple but convenient solution for managing the FreeRADIUS server.
ARA is PHP web-app operating on FreeRADIUS storage (currently only MySQL database). Look on its overview and decide is it right tool for you.
Enhancements:
- Visual polishing and end-user experience improvements.
- An easy system to integrate RADIUS users private information.
<<less
Download (0.040MB)
Added: 2006-11-29 License: GPL (GNU General Public License) Price:
1068 downloads
AXIS 1.3a2

AXIS 1.3a2


AXIS is a modern-looking user interface for EMC with preview and backplot. more>>
AXIS is a modern-looking user interface for EMC with preview and backplot. It is implemented primarily in Python, with the user interface rendered by Tk and OpenGL.
AXIS project is intended to be mostly keystroke-compatible with xemc and mini.
AXIS was developed by Jeff Epler and Chris Radek and is available under the terms of the GNU General Public License.
We are currently working towards a 1.1 release. We welcome anyone who would like to help us in the continuing development of AXIS, whether it is to identify and fix bugs, add new features, or ensure continuing compatibility with EMC2.
AXIS is not currently compatible with emc1 HEAD, due to some incompatible interpreter changes in emc1.
The first problem is the new "callback" function GET_EXTERNAL_RS274NGC_INI_DATA which is simply not implemented by AXIS, but there may be other additional problems related to the "subroutine" support.
We are hoping to release AXIS 1.1 real soon now, but because neither of us use the emc1 HEAD, it wont be supported without a patch from the community.
Enhancements:
- The backplot is now updated every 10ms even when the redraw rate is much slower.
- The colors of the plot area can be configured through the X Resource Database.
- Opening a file can be interrupted by hitting ESC.
- There are many other enhancements and bugfixes.
<<less
Download (0.25MB)
Added: 2006-04-26 License: GPL (GNU General Public License) Price:
1293 downloads
mod_auth_radius

mod_auth_radius


mod_auth_radius is the Apache RADIUS authentication module. more>>
mod_auth_radius is the Apache RADIUS authentication module. mod_auth_radius allows any Apache web-server to become a RADIUS client for authentication and accounting requests. You will, however, need to supply your own RADIUS server to perform the actual authentication.

Module building and configuration

Configure this module into Apache by going to the Apache root directory, and typing:

./configure --add-module=LOCATION/mod_auth_radius.c

where LOCATION is the directory where the module source file resides. Then, type

make

Alternatively, if youve already built and installed Apache with dynamic modules, you should be able to install this module via:

apxs -i -a -c mod_auth_radius.c

You should add your additional site configuration options to the configure line, above.

<<less
Download (0.042MB)
Added: 2006-05-25 License: Freeware Price:
713 downloads
mysqlRadius 1.71

mysqlRadius 1.71


mysqlRadius is the world favorite Cistron 1.6.6 (and other) radius server manager. more>>
mysqlRadius is the world favorite Cistron 1.6.6 (and other) radius server manager. mysqlRadius can manage 1 or 100 RADIUS servers without a hiccup including redundant backup servers that transparently provide mysql accounting data via mysqlRadacct aux application.

Our mysqlISP component systems focus is on a very stable telco quality ISP services via static configuration of servers from mySQL, but with mySQL not required to be live.

<<less
Download (0.082MB)
Added: 2006-03-13 License: GPL (GNU General Public License) Price:
1320 downloads
daloRADIUS 0.9-2

daloRADIUS 0.9-2


daloRADIUS is an advanced RADIUS web management application aimed at managing hotspots and general-purpose ISP deployments. more>>
daloRADIUS is an advanced RADIUS web management application aimed at managing hotspots and general-purpose ISP deployments. The project features user management, graphical reporting, accounting, a billing engine and integrates with GoogleMaps for geo-locating.

daloRADIUS is written in PHP and JavaScript and utilizes a MySQL database. It is based on a FreeRADIUS deployment with MySQL serving as the backend. Among other features it implements ACLs, GoogleMaps integration for locating hotspots/access points visually and many more features.

<<less
Download (0.17MB)
Added: 2007-08-01 License: GPL (GNU General Public License) Price:
834 downloads
Axis Runner 0.3.0

Axis Runner 0.3.0


Axis Runner project is a 3D game with a fast built-in graphics engine. more>>
Axis Runner project is a 3D game with a fast built-in graphics engine.
Axis runner is a 3D game inspired by the Apple II game "Lode Runner". It features a built-in graphics engine and runs fine without hardware acceleration. All direction is relative as characters climb up on the walls and ceiling, reminiscent of the fighting scenes in movies such as "The Matrix".
Main features:
- Custom built (fast!) graphics engine; can run on old pentiums.
- User controlled perspective.
- The cube walls, normally transparent, light up when characters are walking over them.
- All moves implemented: walk, rotate up, turn, dig, fall off, fall, take parcel, drop parcel, go to next level (walk on blue square), and character collision.
- 11 levels.
- Sound effects.
<<less
Download (0.16MB)
Added: 2006-11-18 License: GPL (GNU General Public License) Price:
1072 downloads
mysqlRadiusd 1.71

mysqlRadiusd 1.71


mysqlRadiusd project is a MySQL driven RADIUS daemon. more>>
mysqlRadiusd project is a MySQL driven RADIUS daemon.

mysqlRadiusd is a RADIUS daemon based on the 1.6.6 Cistron distribution and the mySQL patches that has been modified for use with the mysqlISP GPL ISP management software system.

It is very stable and can handle large ISPs easily while pumping mass accounting records into mysqlRadacct subsystem at a tremendous rate from even multi-server clusters.

<<less
Download (0.082MB)
Added: 2007-03-12 License: GPL (GNU General Public License) Price:
956 downloads
Radiuslib 0.5

Radiuslib 0.5


Radiuslib provides a complete RADIUS protocol and utility library for Ruby. more>>
Radiuslib provides a complete RADIUS protocol and utility library for Ruby.
Radiuslib is a complete RADIUS protocol and utility library for the Ruby programming language. It includes a very featureful, RFC- compliant protocol implementation, as well as parser classes for RADIUS dictionaries, Cistron-format "users" files, and standard "detail" accounting logs.
Main features:
- Full VSA support, even those quirky USR VSAs. All of the complexity of VSA handling is below the surface; you treat them like any other attribute, and Radiuslib handles the more complex packing and unpacking these attributes require.
- The authentication classes support both PAP and CHAP. It has been a frequent annoyance to me that more libraries (esp. Perls) dont support CHAP. Radiuslib handles both authentication methods seamlessly.
- Encodes and decodes filters in the Ascend binary filter format (abinary).
- Idiomatic, Ruby-ish API. I tried to implement lots of useful iterators, and most classes that represent indexable data can be accessed as youd expect, with the familiar Hash-like [] and []= methods.
- The "Request" classes include client-side networking, with configurable timeout & retransmission.
- A complete, RFC-compliant implementation of the protocol, appropriate for client or server use. Both authentication and accounting are supported.
- A higher-level RADIUS request handler, encapsulating an entire RADIUS authentication or accounting transaction.
- A dictionary parser supporting almost all available formats in use today.
- A read/write parser for Cistron-format "users" files, commonly used to store user authentication information.
- A read/write parser for Cistron-format "users" files in DBM format (TBA).
- A parser for RADIUS accounting "detail" files. This is another standard file format used by RADIUS servers to log accounting data.
<<less
Download (0.10MB)
Added: 2007-04-24 License: GPL (GNU General Public License) Price:
915 downloads
mod_auth_xradius 0.4.6

mod_auth_xradius 0.4.6


mod_auth_xradius provides high performance authentication against RFC 2865 RADIUS Servers. more>>
mod_auth_xradius is an Apache module that provides high performance authentication against RFC 2865 RADIUS Servers.
Main features:
- Supports popular RADIUS Servers including OpenRADIUS, FreeRADIUS and commercial servers.
- Distributed Authentication Cache using apr_memcache.
- Local Authentication Cache using DBM.
- Uses standard HTTP Basic Authentication, unlike mod_auth_radius which uses cookies for sessions.
<<less
Download (0.17MB)
Added: 2006-05-15 License: GPL (GNU General Public License) Price:
1259 downloads
uRadiusLib 0.1

uRadiusLib 0.1


uRadiusLib is a full, small, and easy to use C RADIUS client library. more>>
uRadiusLib is a full, small, and easy to use C RADIUS client library. It includes full AAA example code with complete attribute sets.

It provides AAA via a very easy C API for your applications. uRadiusLib is based on the Cistron and Livingstone radiusd code.

It was originally designed to be used in embedded Linux applications with uClibC/Buildroot or similar, but can be used anywhere.

Installation:

cd liburadius
make
make install

cd examples
#setup hardcoded for your radius server
#See PLAN for API
vi testauth.c
make testauth
./testauth

#setup hardcoded for your radius server
#See PLAN for API
vi testacct.c
make testacct
./testacct
<<less
Download (0.038MB)
Added: 2006-06-09 License: GPL (GNU General Public License) Price:
1236 downloads
FreeRADIUS 1.1.6

FreeRADIUS 1.1.6


FreeRADIUS is a feature-rich, high-performance RADIUS server. more>>
FreeRADIUS is the premiere open source RADIUS server. While detailed statistics are not available, we believe that FreeRADIUS is well within the top 5 RADIUS servers world-wide, in terms of the number of people who use it daily for authentication.
FreeRADIUS project scales from embedded systems with small amounts of memory, to systems with millions of users. It is fast, flexible, configurable, and supports more authentication protocols than many commercial servers.
The FreeRADIUS Server Project encompasses more than just a RADIUS server. The related software includes a PAM authentication module, and an Apache 1.3 and 2.0 authentication module. The server comes with a PHP-based web user administration tool, called dialupadmin.
The RADIUS server has more features and is more flexible than any other free software RADIUS server, and many commercial servers. Most commercial servers are distributed as a "base" system ($), and an "enhanced" version ($$) with more features. FreeRADIUS has all the features of a commercial "enhanced" server, without the associated cost.
In it simplest form, the server is similar to Livingstons 2.0 server. Many configuration files are similar, and the general operation of the server should be familiar to anyone who has used a variant of the Livingston server.
FreeRADIUS can be extended significantly from this simple form, however. There are many modules and configuration files which have no equivalent in older RADIUS servers. These new features permit FreeRADIUS to work within complex systems, and environments which require high performance.
To support the demanding requirements of a modern RADIUS server, FreeRADIUS features more than 50 vendor-specific dictionary files. It ships with support for LDAP, MySQL, PostgreSQL, Oracle databases. It supports EAP, with EAP-MD5, EAP-SIM, EAP-TLS, EAP-TTLS, EAP-PEAP, and Cisco LEAP sub-types.
It supports proxying, with fail-over and load balancing. It has reached a stable 1.0 release, with incremental improvements being added and tested daily. In short, it is a powerful, fast, and complex RADIUS server which is compatible with the latest network protocols and practices, and is well suited for deployment in any size network.
Enhancements:
- A few dictionaries have been added.
- Several bugs have been fixed, including some double frees that were found in 1.1.5.
- Nearly 30 bugs found by Coverity were also fixed, including a memory leak in the EAP-TTLS code.
<<less
Download (2.2MB)
Added: 2007-04-13 License: GPL (GNU General Public License) Price:
943 downloads
FF RADIUS Library 0.4

FF RADIUS Library 0.4


FF RADIUS Library is a C library that implements some parts of RFCs 2865 and 2866 to provide a RADIUS implementation. more>>
FF RADIUS Library is a C library that implements some parts of RFCs 2865 and 2866 to provide a RADIUS implementation.
Youre welcome to modify/enhance it! Please let me know of any further developments, in order for me to include/link them.
Enhancements:
- A segfault was fixed in makeMD5().
<<less
Download (0.10MB)
Added: 2006-09-04 License: LGPL (GNU Lesser General Public License) Price:
1149 downloads
RADIUS::Packet 1.0

RADIUS::Packet 1.0


RADIUS::Packet is an object-oriented Perl interface to RADIUS packets. more>>
RADIUS::Packet is an object-oriented Perl interface to RADIUS packets.

SYNOPSIS

use RADIUS::Packet;
use RADIUS::Dictionary;

my $d = new RADIUS::Dictionary "/etc/radius/dictionary";

my $p = new RADIUS::Packet $d, $data;
$p->dump;

if ($p->attr(User-Name eq "lwall") {
my $resp = new RADIUS::Packet $d;
$resp->set_code(Access-Accept);
$resp->set_identifier($p->identifier);
$resp->set_authenticator($p->authenticator);
$resp->set_attr(Reply-Message) = "Welcome, Larry!rn";
my $respdat = auth_resp($resp->pack, "mysecret");
...

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 obtaining RADIUS packets from the network. A simple network RADIUS server is provided as an example at the end of this document. Also, a RADIUS::Server module is under development which will simplify the interface.

<<less
Download (0.042MB)
Added: 2007-04-11 License: Perl Artistic License Price:
931 downloads
Camera_AXIS 0.1

Camera_AXIS 0.1


Camera_AXIS is a Java application for viewing images generated by an AXIS 2100 network camera. more>>
Camera_AXIS is a Java application for viewing images generated by an AXIS 2100 network camera. The camera generates a video stream in MJPG format.

The java source code can be browsed online or downloaded in tgz format. The application uses the Base64 encoder from Robert Harder (distributed with Camera_AXIS). Installation is simple:

make

Start the application using te command:

make test

Configuration parameters are saved in .java.cfg. This file is created the first time you start the application and contains the URL of the camera and the user id and password of the camera administrator. Without the id and/or the password, you can still view images from the camera, but you wont be able to change its settings. Proxy settings are taken from the http_proxy environment variable (if present).

A precompiled jar-file is also available. Execute it with java -jar AXIS.jar.
<<less
Download (0.013MB)
Added: 2006-07-19 License: GPL (GNU General Public License) Price:
1198 downloads
RADIUS::UserFile 1.01

RADIUS::UserFile 1.01


RADIUS::UserFile is a Perl extension for manipulating a RADIUS users file. more>>
RADIUS::UserFile is a Perl extension for manipulating a RADIUS users file.

SYNOPSIS

use RADIUS::UserFile;

my $users = new RADIUS::UserFile
File => /etc/raddb/users,
Check_Items => [ qw(Password Calling-Station-Id) ];

$users->load(/usr/local/etc/radius/users);

$users->add(Who => joeuser,
Attributes => { key1 => val1, key2 => val2 },
Comment => Created on . scalar localtime);

$users->update(File => /etc/raddb/users,
Who => qw(joeuser janeuser));

print $users->format(joeuser);

<<less
Download (0.015MB)
Added: 2007-04-11 License: Perl Artistic License Price:
933 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5