aboutsummaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorCharl Botha <cpbotha@cpbotha.net>2002-05-11 14:42:35 +0000
committerCharl Botha <cpbotha@cpbotha.net>2002-05-11 14:42:35 +0000
commit9fb56863cfad194547d8ca990f8b94ada92a6aa1 (patch)
tree88ccf3da56b9bf05385a3f3a25d18989525f83d8 /changelog
parent07e2aca8d4c90616fabc99f5abff71b423fad6b7 (diff)
downloadlibpam-pwdfile-9fb56863cfad194547d8ca990f8b94ada92a6aa1.tar.gz
Fixed md5 crypting + ssl bug.
Diffstat (limited to 'changelog')
-rw-r--r--changelog10
1 files changed, 9 insertions, 1 deletions
diff --git a/changelog b/changelog
index 1f01ecd..7947874 100644
--- a/changelog
+++ b/changelog
@@ -1,7 +1,15 @@
changelog for pam_pwdfile PAM module - Charl P. Botha <cpbotha@ieee.org>
-$Id: changelog,v 1.11 2001-07-14 20:50:21 cpbotha Exp $
+$Id: changelog,v 1.12 2002-05-11 14:42:35 cpbotha Exp $
---------------------------------------------------------------------------
+0.97 : Sat May 11 16:40:19 CEST 2002
+
+* added md5.h, md5.c, md5_crypt.c and bigcrypt.c from the pam_unix.c module.
+ This fixes the bug where crypt() would not be able to do md5 crypting if
+ an SSL library was linked into the calling application. Several users
+ reported this, but the report (and possible patch, which I have NOT used)
+ of Yu Guanghui <ygh@dlut.edu.cn> was most useful.
+
0.95 : Sat Jul 14 22:38:16 CEST 2001
* added features.h, _BSD_SOURCE now defined by Makefile (for vsyslog a.o.)