summaryrefslogtreecommitdiff
path: root/source4/torture/ldap/netlogon.c
AgeCommit message (Collapse)AuthorFilesLines
2013-11-01s4:torture/netlogon: Test netlogon with additional attrsnetlogon-6Benjamin Franzke1-0/+45
2013-11-01s4:torture/netlogon: Add more genereric tcp netlogon functionBenjamin Franzke1-16/+35
To be able to query custom attrs and filters later.
2013-11-01s4:torture/ldap: Add test for netlogon over tcpBenjamin Franzke1-0/+480
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.