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/local/local.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/local/local.c') diff --git a/source4/torture/local/local.c b/source4/torture/local/local.c index 6452bd6e89..b11d3387cb 100644 --- a/source4/torture/local/local.c +++ b/source4/torture/local/local.c @@ -31,6 +31,7 @@ { torture_local_binding_string, torture_ntlmssp, + torture_smbencrypt, torture_local_messaging, torture_local_irpc, torture_local_util_strlist, -- cgit