Télécharger la liste

Description du projet

mysql_auth is a basic authenticator for Squid
Proxy. You can configure all MySQL variables for
your existing user/password database (dbhost,
dbadmin, dbpasswd, dbname, tablename, columns
name), or create a new database. It includes a
utility called mypasswd that updates your
database. Another form of mypasswd, called
mypasswd.cgi, is also available.

Système requise

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.

2011-06-02 23:52
0.8.6

Un nouveau champ a été ajouté à la table des utilisateurs de tenir dernière fois authentifications si elle a réussi.
A new field has been added to the users table to hold last authentications time if it was successful.

2009-06-24 23:16
0.8.4

Cette version ajoute md5 et la fonctionnalité md5crypt de cryptage. Il ya un nouveau champ appelé "squidactive" pour activer et désactiver facilement les utilisateurs. A partir de maintenant, mysql_library_init () et mysql_library_end () sont utilisées afin de libérer toutes les ressources.
Tags: Cryptography, Minor bugfixes
This release adds md5 and md5crypt functionality to encryption. There is a new field called "squidactive" to easily activate and deactivate users. From now on, mysql_library_init() and mysql_library_end() are used to free up all resources.

2004-12-14 03:10
0.8

Une fuite de mémoire dans mysql_auth a été corrigé.
Tags: Major security fixes
A memory leak in mysql_auth has been fixed.

2004-09-09 23:57
0.7

Cela change de sortie mysql_connet () pour mysql_real_connect (), et ajoute un nouveau paramètre de configuration: mysqld_socket. mypasswd's requête INSERT a été modifié: la requête lit le nom de la colonne du fichier de configuration, pas une requête statique.
This release changes mysql_connet() to mysql_real_connect(), and adds a new configuration parameter: mysqld_socket. mypasswd's INSERT query has been modified: the query reads the column's name from the configuration file, not a static query.

2003-01-15 21:53
0.5

Un bug critique dans laquelle mysql_auth n'a rien fait quand il lire un ^ D (control-D) Le caractère de l'entrée standard a été fixée. Lorsque l'administrateur envoie un signal SIGHUP à squid (avec «reload-k '), il redémarre quelques processus mysql_auth.
Tags: Major bugfixes
A critical bug in which mysql_auth didn't do anything when it read a ^D (control-d) character from standard input was fixed. When the admin sends a SIGHUP to squid (with '-k reload'), it restarts a few mysql_auth processes.

Project Resources