Download List

Descripción del Proyecto

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

2003-11-15 21:41
0.1.2

Esto es principalmente un bugfix release. El error más notable en la quiebra del módulo de registro de bases de datos, pero ahora está trabajando de nuevo. Algunos problemas de seguridad menores han sido corregidos. Además, un módulo de autenticación LDAP se ha añadido, y todos los módulos de los valores de configuración por defecto establece ahora que se utilizan como retrocesos si la opción no se encuentra en los archivos de configuración.
Tags: 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

Varios problemas de seguridad críticos se han fijado, todas relacionadas con los datos sin caracteres de escape se realiza directamente en las consultas de base de datos. Un nuevo sistema de caché interna también se ha añadido, que debería ayudar a reducir la carga de base de datos.
Tags: 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

Esta es la primera semifinal, versión estable de phpSecureSite. La mayor parte de la infraestructura esencial módulo se ha aplicado, la API debería estar más o menos estable desde hace algún tiempo, y los módulos más importantes son en su lugar. Para mencionar sólo unos pocos cambios: el autor ha añadido que las clases del sistema de registro mejorado considerablemente la infraestructura del módulo, agregó la información de error adicional, permite cambiar de la ruta del archivo de configuración, añadió soporte para SHA1 y Unix crypt () y contraseñas de Microsoft SQL Server, añadido una nueva herramienta para la limpieza de la base de datos, añade un módulo de registro de archivos de texto plano, hecho de la seguridad y correcciones de errores, y limpiar el código.
Tags: 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

El gran cambio en esta versión es la configuración del sistema nuevo y mejorado, lo que debería hacer phpSecureSite mucho más fácil de configurar. Algunos módulos nuevos también se han añadido: CacheControl (para el control de las políticas de almacenamiento en caché), ipaccess (fuente de control de acceso basado en IP), y syslog módulo de registro (para el registro en el syslog UNIX). Un par de nuevas opciones se agregaron a la fuerza bruta módulo para establecer límites de tiempo. Algunos errores y problemas de seguridad se han fijado, y algunos cambios internos se hicieron.
Tags: 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

El cambio más fundamental es la modularización completa del sistema. En la actualidad se compone de un núcleo muy despojado, que se encarga de manejar la sesión y ofrece la infraestructura del módulo, y diversos módulos de manejo de la comunicación de bases de datos, la autenticación, la tala, ACLs (listas de control de acceso), la fuerza bruta adivinar la contraseña de protección, las variables de sesión, sesión secuestro de protección, tiempos de espera de sesión, y mucho más.
Tags: 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