diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-04-13 14:40:27 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-04-13 07:31:55 +0200 |
commit | 887fdb7ba126f280682699d19bcc2931e9c3602d (patch) | |
tree | 8a6d0716661e60b2871111fc8533167c00de1361 /source4/torture/wscript_build | |
parent | 4158e9a7e59c489c90097ac10d44640ccdd4470d (diff) | |
download | samba-887fdb7ba126f280682699d19bcc2931e9c3602d.tar.gz samba-887fdb7ba126f280682699d19bcc2931e9c3602d.tar.bz2 samba-887fdb7ba126f280682699d19bcc2931e9c3602d.zip |
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 <abartlet@samba.org>
Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Wed Apr 13 07:31:55 CEST 2011 on sn-devel-104
Diffstat (limited to 'source4/torture/wscript_build')
-rw-r--r-- | source4/torture/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
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', |