summaryrefslogtreecommitdiff
path: root/source4/torture/ldap/netlogon.c
AgeCommit message (Collapse)AuthorFilesLines
2013-10-28s4: torture/ldap: Add test for netlogon over tcpnetlogon-4Benjamin Franzke1-0/+485
This patch moves the udp netlogon tests from cldap.c to netlogon.c and passes a generic netlogon-send function as parameter. Therefore a tcp replacement for cldap_netlogon is also added. The two variants tcp and udp are added as 2 new torture tests: ldap.netlogon-udp & ldap.netlogon-tcp Both tests succeed.