Main > Free Download Search >

Free radius international hotel software for linux

radius international hotel

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 268
RADIUS::Dictionary 1.0

RADIUS::Dictionary 1.0


RADIUS::Dictionary is a RADIUS dictionary parser. more>>
RADIUS::Dictionary is a RADIUS dictionary parser.

SYNOPSIS

use RADIUS::Dictionary;

my $dict = new RADIUS::Dictionary "/etc/radius/dictionary";
$dict->readdict("/some/other/file");
my $num = $dict->attr_num(User-Name);
my $name = $dict->attr_name(1);

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 readdict for you.

->readdict

Parses a dictionary file and learns the namenumber mappings.

->attr_num($attrname)

Returns the number of the named attribute.

->attr_type($attrname)

Returns the type (string, integer, ipaddr, or time) of the named attribute.

->attr_name($attrnum)

Returns the name of the attribute with the given number.

->attr_numtype($attrnum)

Returns the type of the attribute with the given number.

->attr_has_val($attrnum)

Returns a true or false value, depending on whether or not the numbered attribute has any known value constants.

->val_has_name($attrnum)

Alternate (bad) name for attr_has_val.

->val_num($attrnum, $valname)

Returns the number of the named value for the attribute number supplied.

->val_name

Returns the name of the numbered value for the attribute number supplied.

<<less
Download (0.042MB)
Added: 2007-04-11 License: Perl Artistic License Price:
933 downloads
International Components for Unicode 3.6

International Components for Unicode 3.6


International Components for Unicode provides a Unicode implementation. more>>
International Components for Unicode provides a Unicode implementation, with functions for formatting numbers, dates, times, and currencies (according to locale conventions, transliteration, and parsing text in those formats).
It provides flexible patterns for formatting messages, where the pattern determines the order of the variable parts of the messages, and the format for each of those variables. These patterns can be stored in resource files for translation to different languages. Included are more than 100 codepage converters for interaction with non-unicode systems.
Main features:
- Text: Unicode text handling, full character properties and character set conversions (500+ code pages)
- Analysis: Unicode regular expressions; full Unicode sets; character, word and line boundaries
- Comparison: language sensitive collation and searching
- Transformations: normalization, upper/lowercase, script transliterations (50+ pairs)
- Locales: comprehensive data (230+) & resource bundle architecture
- Complex Text Layout: Arabic, Hebrew, Indic and Thai
- Formatting and Parsing: multi-calendar and time zone,dates, times, numbers, currencies, messages
Enhancements:
- This is a major release, with new features, new APIs, and many bugfixes in data and code.
- ICU uses and supports Unicode 5.0, which is the latest major release of Unicode.
- CU uses and supports data from Common Locale Data Repository (CLDR) 1.4, which includes many improvements in quality and quantity of data.
- A charset detection framework was added, which provides heuristics for detecting the charset for unlabeled sequences of bytes.
- Other performance and feature enhancements were added.
<<less
Download (9.7MB)
Added: 2006-09-08 License: MIT/X Consortium License Price:
662 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
PHP Radius Accounting Tool 0.1

PHP Radius Accounting Tool 0.1


PHP Radius Accounting tool is a report tool for use with freeradius and MySQL. more>>
PHP Radius Accounting tool is a report tool for use with freeradius and MySQL. PHP Radius Accounting Tool features: listing of users, bandwidth used up/down per user, number of logins, usage details, who is using most bandwidth, a list of stations (access points), which users use each access point, most popular access points, most b

Listing of Users:

- Bandwidth used by user up/down, # of logins, Usage Details
- Who is using most bandwidth

List of stations (Access Points)

- Which users use each Access Point
- Most popular Access points
- Most bandwidth used by station
- Logins per station
<<less
Download (0.012MB)
Added: 2005-11-16 License: GPL (GNU General Public License) Price:
824 downloads
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
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
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
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
radical 1.0

radical 1.0


Radical is a simple Radius packet decoder to assist in the debugging of Radius sessions. more>>
Radical is a simple Radius packet decoder to assist in the debugging of Radius sessions.
It accepts the output of the Solaris snoop(1M) command and it is written in Python. language.
<<less
Download (0.014MB)
Added: 2006-07-04 License: GPL (GNU General Public License) Price:
1208 downloads
bilateral filter 0.1.2

bilateral filter 0.1.2


bilateral filter is a denoising filter using the same technique as the selective gaussian blur. more>>
bilateral filter is a denoising filter using the same technique as the selective gaussian blur, but with speedups and other enhancements.

The filter is slow when the blur radius is small but speeds up when the radius gets larger, which is the opposite behavior of the selective gaussian blur. Theres also an option for improved denoising of image gradients.

<<less
Download (0.13MB)
Added: 2006-08-16 License: GPL (GNU General Public License) Price:
1182 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
radutmped 0.2

radutmped 0.2


radutmped is a utility that can remove utmp entries from radutmp files of several RADIUS servers. more>>
radutmped is a utility that can remove utmp entries from radutmp files of several RADIUS servers. The project directly manipulates the radutmp file and does not use radzap or any other programs.

FreeRADIUS, Cistron Radius Server and GNU Radius radutmp formats are supported. Three search modes are available, radutmped can match entries in radutmp by login (User-Name), nas_port (NAS-Port) or session_id (Acct-Session-Id).

COMPILING:

- Edit Makefile to change CC, CFLAGS or LDFLAGS if necessary.

- Execute make:
# make

- Only one RADIUS server can be supported in the radutmped binary, you have to
choose which.
By default, FreeRADIUS support will be compiled in, to change, pass along an
environment variable RADUTMP_TYPE when issuing make:

For Cistron support use RT_CISTRON as the variable value:
# RADUTMP_TYPE=RT_CISTRON make

For GNU Radius support use RT_GNURADIUS as the variable value:
# RADUTMP_TYPE=RT_GNURADIUS make

- Move the compiled binary radutmped somewhere:
# mv radutmped /usr/local/sbin

USAGE:

# radutmped L |P |S

EXAMPLES:

- Find out session details for user john (example with FreeRADIUS):
# radwho -r -i | grep john
john,0011AA22,PPP,S123456,Thu 08:21,192.168.1.254,192.168.10.123

The output line contains the following data:
User-Name: john
Acct-Session-Id: 0011AA22
Framed-Protocol: PPP
NAS-Port: 123456
NAS-IP-Address: 192.168.1.254
Framed-IP-Address: 192.168.10.123

Mind that the S character in the nas_port field has to be left out
when using radutmped.

- Remove a radutmp entry for session_id 0011AA22:
# radutmped /var/log/radius/radutmp S0011AA22

- Remove a radutmp entr-y/-ies for nas_port 123456
# radutmped /var/log/radius/radutmp P123456

- Remove a radutmp entr-y/-ies for login john:
# radutmped /var/log/radius/radutmp Ljohn
<<less
Download (0.006MB)
Added: 2007-08-08 License: GPL v3 Price:
809 downloads
Radstock 0.66

Radstock 0.66


Radstock is a tool to analyse RADIUS traffic on high volume radius servers. more>>
Radstock is a tool to analyse RADIUS traffic on high volume radius servers. It has the ability to fully decode each packet, and also has extensive filters capabilities to allow you to selectively match RADIUS packets.

It provides the ability to fully decode each packet. Here is some sample output.
The key feature of radstock is its ability to filter the packets shown based on any attribute. It will also listen out for responses to matched packets and display these as well. An example filter would be (all on one line):

radstock -e "(user-name = paul or user-name = bob) and exists nas-port-id"

To compile radstock you need the following libraries:

libpcap
flex or lex
bison/yacc

Once you have these, the following three commands should do just about
all you need.

/configure
make
make install

It has been successfully compiled on Linux and Solaris
platforms. Whether it works on them is a completely different story.
<<less
Download (0.060MB)
Added: 2006-07-04 License: GPL (GNU General Public License) Price:
1207 downloads
Php-Residence Hotel Software 1.1.1

Php-Residence Hotel Software 1.1.1


Php-residence is an open source program designed to manage daily or weekly rental of house apartments or hotel rooms. It uses a PostgreSQL or MySQL database on backend. Reservations can be assigned to an apartment automatically with user defined rules. Templates of forms to check availability for internet sites can be created. Multi-user with privileges system. more>>

Php-Residence Hotel Software - Php-residence is an open source program that can be used in your browser designed to manage daily or weekly rental of house apartments or hotel rooms. It uses a PostgreSQL or MySQL database on backend. Reservations can be assigned to a room or apartment automatically with user defined rules. Templates of forms to check availability for internet sites can be created. Multi-user with privileges system. Custom prints and reports can be generated.


Enhancements:
Version 1.0
System Requirements:Apache, php, mysql or postgresql
<<less
Download (661.4Kb)
Added: 2008-11-16 License: Free Price: Free
14 downloads
 
Other version of Php-Residence Hotel Software
Php-Residence Hotel Software 1.0Php-residence is an open source program that can be used in ... to manage daily or weekly rental of house apartments or hotel rooms.... Php-Residence Hotel
License:Freeware
Download (661KB)
177 downloads
Added: 2009-04-29
phpRADmin 0.01-pre-alpha1

phpRADmin 0.01-pre-alpha1


phpRADmin is a Web tool to allow configuration, administration, and provisioning of a RADIUS server. more>>
phpRADmin is a Web tool to allow administration, configuration, and provisioning of a RADIUS server (FreeRADIUS), clients (NAS, AP, etc.), and users (PPP, PPPoE, EAP, etc.) with MySQL as the backend.

This interface (including dialup_admin) allows the administrator to config, find, create, edit, delete, and test users on an SQL (MySQL) database, create SQL groups, gather accounting information for a user, do complicated queries on the SQL accounting database, check RADIUS server availability, and produce dialup usage statistics, manage (create, update, revoke) PKI Certificates, Dictionary management, invoice management and system monitoring.

Really, a system to manage FreeRADIUS with WPA, EAP (802.1X), PPP, PPPoE, Captive Portal, VoIP systems and other authentication methods. phpRADmin show pies and graphs of your network status, usage audits, administration profiles with 3 levels. phpRADmin is Chillispot and WISP ready.
<<less
Download (5.1MB)
Added: 2006-06-30 License: GPL (GNU General Public License) Price:
1234 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5