Download List

项目描述

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

此版本增加了随机数,并签署了login.pl登录形式,在Apache检查::AppSamurai::登录()。所有形式的登录现在必须提供一个有效的随机数和签名。它添加AuthSimple.pm,一个身份验证模块的Authen::简单的认证框架,支持众多的验证方法(Kerberos身份,LDAP的,聚丙烯酰胺等),这进一步提高了检测/要求mod_perl和墓室为::央行加密处理。
标签: 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

与阿帕奇2.x/mod_perl 2.X的第一个版本的支持。统一阿帕奇1.x/mod_perl 1.x和阿帕奇2.x/mod_perl 2.X的支持,比如配置。地穴::央行用于会话数据加密,为不同的分组密码模块支持。以ExtUtils此版本船舶::MakeMaker的情况下模块为用户Makefile.PL::生成(模块::建设安装仍是首选)。
标签: 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

标签: Initial freshmeat announcement

Project Resources