[Mod-auth-commit] mod_authn_dbi ChangeLog,1.7,1.8
Brought to you by:
firechipmunk,
honx
From: <fir...@us...> - 2004-02-08 21:50:43
|
Update of /cvsroot/mod-auth/mod_authn_dbi In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21133 Modified Files: ChangeLog Log Message: Removed 'native' SHA1 Support. This is now included in apr-util. Index: ChangeLog =================================================================== RCS file: /cvsroot/mod-auth/mod_authn_dbi/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- ChangeLog 8 Feb 2004 06:12:31 -0000 1.7 +++ ChangeLog 8 Feb 2004 21:47:23 -0000 1.8 @@ -1,4 +1,9 @@ -------------------------------------------------------------------------------------------------------- +08.02.2004 14:50 (MST), firechipmunk + - Removed 'native' SHA1 Support. This is now included in apr-util. + + +-------------------------------------------------------------------------------------------------------- 07.02.2004 23:12 (MST), firechipmunk - [SECURITY] Possible Problem with a formated Query String that is exactly MAX_STRING_LEN. - Fixed several return codes. |