From 887fdb7ba126f280682699d19bcc2931e9c3602d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 13 Apr 2011 14:40:27 +1000 Subject: s4-test: added a test for E_deshash() this particularly checks the boundary conditions near passwords of length 14 characters Pair-Programmed-With: Andrew Bartlett Autobuild-User: Andrew Tridgell Autobuild-Date: Wed Apr 13 07:31:55 CEST 2011 on sn-devel-104 --- source4/torture/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/wscript_build') diff --git a/source4/torture/wscript_build b/source4/torture/wscript_build index babe5f19e6..68ec4e6220 100644 --- a/source4/torture/wscript_build +++ b/source4/torture/wscript_build @@ -70,7 +70,7 @@ bld.SAMBA_MODULE('TORTURE_DFS', bld.SAMBA_MODULE('TORTURE_AUTH', - source='auth/ntlmssp.c auth/pac.c', + source='auth/ntlmssp.c auth/pac.c auth/smbencrypt.c', autoproto='auth/proto.h', subsystem='smbtorture', deps='LIBCLI_SMB gensec auth4 authkrb5 POPT_CREDENTIALS smbpasswdparser torture com_err gensec_ntlmssp', -- cgit