Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Diese Veröffentlichung fügt Nonce und Unterschrift der login.pl Login-Formular und Kontrolle in Apache:: AppSamurai: login (). Alle Formular-Anmeldungen müssen jetzt eine gültige Nonce und Unterschrift. Sie fügt hinzu, AuthSimple.pm, ein Modul für die Authentifizierung Authen:: Simple Authentication Framework, wird die Unterstützung zahlreicher Authentifizierungsmethoden (Kerberos, LDAP, PAM, etc.) Es verbessert die Erkennung / Anforderung Handling für mod_perl und Crypt:: CBC Chiffren.
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

Das erste Release mit Apache 2.x/mod_perl 2.x unterstützen. Unified 1.x/mod_perl Apache 1.x und Apache 2.x/mod_perl 2.x unterstützen und beispielsweise config. Crypt:: CBC ist für die Session-Daten-Verschlüsselung verwendet, mit Support für verschiedene Blockchiffre Module. Diese Version wird mit ExtUtils:: MakeMaker Makefile.PL für Benutzer ohne Module:: Build (Module:: Build zu installieren, ist noch immer bevorzugt).
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