Downloadliste

Projektbeschreibung

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.

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.

2003-11-15 21:41
0.1.2

Dies ist vor allem ein Bugfix-Release. Die wichtigsten Fehler völlig brach die Datenbank einloggen Modul, aber es ist jetzt wieder funktionieren. Ein paar kleinere Sicherheitsprobleme wurden ebenfalls behoben. Darüber hinaus wurde ein LDAP-Authentifizierung-Modul hinzu, und alle Module nun Standardkonfiguration Werte, die als fallbacks verwendet werden, wenn die Option nicht in den Konfigurationsdateien gesetzt.
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

Mehrere kritische Sicherheitsprobleme wurden behoben, die alle unmaskierten Daten direkt in Zusammenhang mit Datenbankabfragen gestellt. Eine neue interne Cache-System wurde ebenfalls aufgenommen, die zu einer Verringerung Datenbank geladen werden soll.
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

Dies ist die erste semi-Version von phpSecureSite. Die meisten der grundlegenden Infrastruktur-Modul umgesetzt wurde, sollte die API werden mehr oder weniger unverändert seit einiger Zeit, und die wichtigsten Module sind vorhanden. Um nur ein paar Änderungen zu nennen: der Autor hat Klassen in den Log-System hinzugefügt, Modul-Infrastruktur deutlich verbessert, und eine zusätzliche Fehlerinformationen, erlaubt Veränderung der Pfad der Konfigurationsdatei, Unterstützung für SHA1-und Unix-crypt () Passwörter und Microsoft SQL Server, hat ein neues Tool für die Säuberung der Datenbank hat ein Protokoll-Modul für Nur-Text-Dateien vorgenommen, der Sicherheit und Bug-Fixes, gereinigt und den Code.
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

Die große Änderung in dieser Version ist die neue und verbesserte Konfiguration, das machen phpSecureSite viel einfacher einzurichten ist. Ein paar neue Module wurden ebenfalls hinzugefügt: CacheControl (zur Steuerung der Zwischenspeicherung Politik), ipaccess (Quell-IP-Based Access Control), und Syslog-Logging-Modul (für die Anmeldung zu den UNIX syslog). Ein paar neue Optionen wurden der bruteforce Modul Fristen gesetzt hat. Einige Bugs und Sicherheitsprobleme wurden behoben und einige interne Änderungen vorgenommen wurden.
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

Die wichtigste Veränderung ist die Modularisierung des Systems. Es besteht nun darin, eine sehr abgespeckte Kern, der Pflege von Session Handling trägt, sowie die Modul-Infrastruktur und verschiedenen Modulen Umgang mit Datenbank-Kommunikation, Authentifizierung, Protokollierung, ACLs (Access Control Lists), Brute-Force-Schutz Erraten von Passwörtern, die Session-Variablen, Session Entführung Schutz, Sitzungs-Timeouts und vieles mehr.
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