[gq-commit] gq/src dt_password.c,1.10,1.11
Status: Beta
Brought to you by:
sur5r
From: <sta...@us...> - 2002-09-05 19:32:24
|
Update of /cvsroot/gqclient/gq/src In directory usw-pr-cvs1:/tmp/cvs-serv7087 Modified Files: dt_password.c Log Message: * Fixed an inconsistency wrt lower/upper case of the {CRYPT} for CRYPTed passwords reported by Simon Matter <sim...@ch...> Index: dt_password.c =================================================================== RCS file: /cvsroot/gqclient/gq/src/dt_password.c,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** dt_password.c 13 Jul 2002 07:01:06 -0000 1.10 --- dt_password.c 5 Sep 2002 19:32:20 -0000 1.11 *************** *** 123,127 **** salt->str[2] = 0; ! g_byte_array_append(gb, "{crypt}", 7); /* strcpy(gb->data, "{crypt}"); */ --- 123,127 ---- salt->str[2] = 0; ! g_byte_array_append(gb, "{CRYPT}", 7); /* strcpy(gb->data, "{crypt}"); */ |