Download List

Descripción del Proyecto

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.

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.

2011-06-02 23:52
0.8.6

Un nuevo campo ha sido añadido a la tabla de usuarios para mantener el tiempo autenticaciones último si se ha realizado correctamente.
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

Esta versión incluye el md5 y funcionalidad md5crypt al cifrado. Hay un nuevo campo llamado "squidactive" para activar y desactivar fácilmente los usuarios. De ahora en adelante, mysql_library_init () y mysql_library_end () se utilizan para liberar todos los recursos.
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

Una pérdida de memoria en mysql_auth se ha solucionado.
Tags: Major security fixes
A memory leak in mysql_auth has been fixed.

2004-09-09 23:57
0.7

Este comunicado de mysql_connet cambios () para mysql_real_connect (), y añade un nuevo parámetro de configuración: mysqld_socket. la consulta mypasswd Insertemos se ha modificado: la consulta lee el nombre de la columna del archivo de configuración, no una consulta estática.
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 error crítico en el que mysql_auth no hizo nada cuando se lee un ^ D (control-d) el carácter de la entrada estándar fue corregido. Cuando el administrador envía una señal SIGHUP a calamar (con 'k-reload'), se reinicia unos pocos procesos 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