r6694: a simple CLDAP torture test
authorAndrew Tridgell <tridge@samba.org>
Tue, 10 May 2005 02:03:47 +0000 (02:03 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:16:35 +0000 (13:16 -0500)
commit58f1c39282e281450fe94ceab7ca0a53ec7172e1
tree6084d8c4665fa6a09c014b6f30e491cc424132f4
parentcbeffe830b2d3aee2ba346034548fa273a08f409
r6694: a simple CLDAP torture test

interestingly, w2k3 seems to have 4 different varients of the netlogon
cldap response. We decode two of them so far. The other two are tricky
as they aren't distinguished by a command code, they use the same
command codes (0x13 and 0x17) but have quite a different format. Very
strange!
source/torture/config.mk
source/torture/ldap/cldap.c [new file with mode: 0644]
source/torture/torture.c