[Mod-auth-commit] mod_authn_dbi AUTHORS,1.2,1.3 ChangeLog,1.6,1.7
Brought to you by:
firechipmunk,
honx
From: <fir...@us...> - 2004-02-08 06:15:31
|
Update of /cvsroot/mod-auth/mod_authn_dbi In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1143 Modified Files: AUTHORS ChangeLog Log Message: several fixes spotted by Brice Tebbs (again!) Index: AUTHORS =================================================================== RCS file: /cvsroot/mod-auth/mod_authn_dbi/AUTHORS,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** AUTHORS 27 Oct 2003 04:22:26 -0000 1.2 --- AUTHORS 8 Feb 2004 06:12:31 -0000 1.3 *************** *** 1,3 **** ! Paul Querna ! Rob Emanuele ! Axel Grossklaus --- 1,8 ---- ! ! Core Coding: ! Paul Querna ! Axel Grossklaus ! ! Various Bug Fixes: ! Rob Emanuele ! Brice Tebbs Index: ChangeLog =================================================================== RCS file: /cvsroot/mod-auth/mod_authn_dbi/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** ChangeLog 8 Feb 2004 05:55:05 -0000 1.6 --- ChangeLog 8 Feb 2004 06:12:31 -0000 1.7 *************** *** 1,3 **** --- 1,9 ---- -------------------------------------------------------------------------------------------------------- + 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. + + + -------------------------------------------------------------------------------------------------------- 07.02.2004 22:57 (MST), firechipmunk - Removed create_authn_dbi_config(...) since it is not used. |