Categories

Archives

Tracker Tracker

 - Bugs ( 9 open / 34 total )
Bug Tracking System

 - Support Requests ( 3 open / 26 total )
Tech Support Tracking System

 - Patches ( 5 open / 33 total )
Patch Tracking System

 - Feature Requests ( 2 open / 9 total )
Feature Request Tracking System


Forums Forums ( 326 messages in 3 forums )
Mail Lists Mailing Lists ( 1 mailing lists )
Screenshots Screenshots
CVS CVS Tree ( 41 commits, 7 adds ) known bug
FTP Released Files

Sun, 18 Sep 2005

pam-mysql 0.6.1 and 0.7pre2 are released.

pam-mysql 0.6.1 and 0.7pre2 are finally released. I would thank all the people who supported the project through bug reports, suggestions, etc..

New features:

  • SHA1 hash support. (0.7pre2)

  • Added "use_first_pass" and "try_first_pass" options to conform with the PAM convensions. (0.7pre2)

  • Added "use_323_passwd" option allows you to use an encryption function used in the old MySQL versions (3.23.x). (0.6.1, 0.7pre2)

Changes:

  • Changed column name handling to not escape meta characters to allow an expression in every XXXcolumn variable like "CONCAT(a, b, c)". (0.7pre2)

  • Fixed account management code that wouldn't work at all :-p (0.6.1, 0.7pre2)

  • Included pam_mysql.spec to the tarball by default. This enables you to make a RPM with the following oneliner. (0.6.1, 0.7pre2)

    rpmbuild -tb pam_mysql.tar.gz
  • Fixed compile failure that occurs with the old mysql_config (< 4.0.16). (0.6.1, 0.7pre2)

  • Fixed compile failure on Solaris when --with-openssl is specified to the configure script. (0.6.1, 0.7pre2)