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/local | |
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/local')
-rw-r--r-- | source4/torture/local/local.c | 1 |
1 files changed, 1 insertions, 0 deletions
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, |