Download List

项目描述

phpSecureSite is a modular authentication, session handling and security system for Web applications that was built using PHP. It features a stripped-down core that takes care of basic session handling, and modules for other functionality like brute force protection, session variables, and access control lists.

系统要求

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.

2003-11-15 21:41
0.1.2

这主要是修正错误的版本。最明显的错误,完全打破了数据库日志模块,但现在的工作了。一些小的安全问题也得到修复。此外,一个LDAP验证模块增加了,所有的模块已设置默认配置,即是用回退,如果不选择在配置文件中设置的值。
标签: Minor bugfixes
This is primarily a bugfix release. The most
notable bug completely broke the database log
module, but it is now working again. A few minor
security issues have also been fixed. In addition,
an LDAP authentication module has been added, and
all the modules now set default configuration
values which are used as fallbacks if the option
is not set in the configuration files.

2003-10-14 05:46
0.1.1

几个重要的安全问题已得到修复,所有相关的转义的数据被放置在数据库中直接查询。一种新的内部高速缓存系统也增加了,这应有助于减少数据库负载。
标签: Major security fixes
Several critical security problems have been
fixed, all related to unescaped data being placed
directly in database queries. A new internal
cache system has also been added, which should
help reduce database load.

2003-08-12 21:49
0.1.0

这是第一个半phpSecureSite稳定的版本。基本模块的基础设施大部分已经落实,API应该或多或少稳定一段时间,最重要的模块到位。仅举几个变化:增加了类人到日志系统,大大提高了模块的基础设施,增加了额外的错误信息,使配置文件的路径发生变化,增加了SHA1和支持Unix的隐窝()的密码和Microsoft SQL Server,增加了清理数据库新工具,增加了一个纯文本文件提出,日志模块,安全性和错误修复,并清理代码。
标签: Major feature enhancements
This is the first semi-stable release of phpSecureSite. Most of the
essential module infrastructure has been implemented, the API should
be more or less stable for some time now, and most important modules
are in place. To mention only a few changes: the author has added
classes to the log system, greatly enhanced module infrastructure,
added additional error information, allowed changing of the
configuration file path, added support for SHA1 and Unix crypt()
passwords and Microsoft SQL Server, added a new tool for cleaning up
the database, added a log module for plain text files, made security
and bug fixes, and cleaned the code.

2003-05-08 15:00
0.0.5

在这个版本的一大变化是新的和改进的配置系统,这将使phpSecureSite更加容易成立。有几个新的模块还补充说:cachecontrol(用于控制缓存的政策),ipaccess(源IP的访问控制)和系统日志模块(用于登录到UNIX系统日志记录)。一种新的选择夫妇被添加到bruteforce模块设定时间限制。一些bug和安全问题已得到修复,一些内部的变化了。
标签: Minor feature enhancements
The big change in this version is the new and improved configuration system, which should make phpSecureSite a lot easier to set up. A few new modules have also been added: cachecontrol (for controlling caching policies), ipaccess (source IP based access control), and syslog logging module (for logging to the UNIX syslog). A couple of new options were added to the bruteforce module to set time limits. Some bugs and security problems have been fixed, and some internal changes were made.

2003-01-29 23:09
0.0.4

最根本的变化是完整的系统的模块化。现在它包括一个非常剥离下来的核心,它利用了会议小心处理,并提供了模块的基础设施,处理数据库通信,认证,日志记录,的ACL(访问控制列表),蛮力密码猜测保护各种模块,会话变量,会话劫持保护,会话超时,等等。
标签: Major feature enhancements
The most fundamental change is the complete modularization of the system. It now consists of a very stripped down core, which takes care of session handling and provides the module infrastructure, and various modules handling database communication, authentication, logging, ACLs (access control lists), brute force password guessing protection, session variables, session hijacking protection, session timeouts, and more.

Project Resources