From 831e06810a1bc486424f89ee5628fc18f92fd1e4 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 1 Feb 2005 06:16:12 +0000 Subject: r5156: started on test driven development of the nbt server. This adds a NBT-REGISTER test that tests that a server correctly defends its name against broadcast name registrations. Jeremy, you might like to look at this. Samba3 nmbd fails to respond. (This used to be commit bb1298a2eb192ec2cd547a299334cc82a63a5acc) --- source4/torture/torture.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/torture/torture.c') diff --git a/source4/torture/torture.c b/source4/torture/torture.c index 60f39cdac7..8fd9d9f1ef 100644 --- a/source4/torture/torture.c +++ b/source4/torture/torture.c @@ -2428,6 +2428,9 @@ static struct { /* ldap testers */ {"LDAP-BASIC", torture_ldap_basic, 0}, + /* nbt tests */ + {"NBT-REGISTER", torture_nbt_register, 0}, + {NULL, NULL, 0}}; -- cgit