Download List

Descripción del Proyecto

AppSamurai is a mod_perl based system to protect vulnerable or sensitive Web applications. The target use is in reverse proxy configurations, with an Apache/mod_perl reverse proxy inside a DMZ and a backend Web server in another DMZ or an internal network. AppSamurai's features include a modular, multi-factor authentication system, form based or basic auth based logins, encrypted storage of session data on a proxy, the ability to use any Apache::Session storage type (including databases for clustered deployment), and the ability to configure it from httpd.conf.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-05-04 16:03
1.01

Esta versión incluye el nonce y firma en el formulario de acceso y control de login.pl en Apache:: AppSamurai:: login (). Todos los inicios de sesión de forma debe proporcionar ahora un nonce válido y firma. Añade AuthSimple.pm, un módulo de autenticación para la autenticidad:: Marco de autenticación simple, el apoyo a los métodos de autenticación múltiples (Kerberos, LDAP, PAM, etc) Se mejora la detección / tratamiento requisito para mod_perl y Crypt:: sistemas de cifrado CBC.
Tags: Minor feature enhancements
This release adds nonce and signature to the login.pl login form and checking in Apache::AppSamurai::login(). All form logins must now provide a valid nonce and signature. It adds AuthSimple.pm, an authentication module for the Authen::Simple authentication framework, supporting numerous authentication methods (Kerberos, LDAP, PAM, etc.) It improves detection/requirement handling for mod_perl and Crypt::CBC ciphers.

2007-10-01 23:40
1.00

El primer lanzamiento con el apoyo 2.x/mod_perl Apache 2.x. 1.x/mod_perl Apache 1.x Unificado 2.x/mod_perl y Apache 2.x de apoyo y de configuración de ejemplo. Crypt:: CBC se utiliza para el cifrado de datos de la sesión, con soporte para módulos de cifrado diferentes categorías. Este comunicado de los buques con ExtUtils:: MakeMaker Makefile.PL para los usuarios sin Module:: Build (Module:: Build instalar todavía se prefiere).
Tags: Major feature enhancements
The first release with Apache 2.x/mod_perl 2.x support. Unified Apache 1.x/mod_perl 1.x and Apache 2.x/mod_perl 2.x support, and example config. Crypt::CBC is used for session data encryption, with support for various block cipher modules. This release ships with ExtUtils::MakeMaker Makefile.PL for users without Module::Build (Module::Build install is still preferred).

2007-07-15 14:53
0.9

Tags: Initial freshmeat announcement

Project Resources