ChangeSet ID: 14017 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/10/04 15:42:06
Modified files: dlls/advapi32/tests: Makefile.in dlls/advapi32 : crypt_sha.c crypt.h advapi32.spec Makefile.in Added files: dlls/advapi32/tests: crypt_lmhash.c dlls/advapi32 : crypt_lmhash.c crypt_des.c
Log message: Hans Leidekker hans@it.vu.nl Implement SystemFunction006(). Add a test for SystemFunction006().
Patch: http://cvs.winehq.org/patch.py?id=14017
Old revision New revision Changes Path 1.5 1.6 +1 -0 wine/dlls/advapi32/tests/Makefile.in 1.1 1.2 +1 -1 wine/dlls/advapi32/crypt_sha.c 1.8 1.9 +4 -0 wine/dlls/advapi32/crypt.h 1.58 1.59 +1 -1 wine/dlls/advapi32/advapi32.spec 1.20 1.21 +2 -0 wine/dlls/advapi32/Makefile.in Added 1.1 +0 -0 wine/dlls/advapi32/tests/crypt_lmhash.c Added 1.1 +0 -0 wine/dlls/advapi32/crypt_lmhash.c Added 1.1 +0 -0 wine/dlls/advapi32/crypt_des.c