summaryrefslogtreecommitdiff
path: root/source4/torture/torture.c
diff options
context:
space:
mode:
authorRafal Szczesniak <mimir@samba.org>2005-06-21 20:22:38 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:18:40 -0500
commitcc98a92bb0396845ec1dcb75ac412df9db9652d9 (patch)
tree0f11a92a8139db40f5f14dcf0c3387b5b107a26e /source4/torture/torture.c
parent49417aaed7a9e2cc841cad2f418f7f84765cce36 (diff)
downloadsamba-cc98a92bb0396845ec1dcb75ac412df9db9652d9.tar.gz
samba-cc98a92bb0396845ec1dcb75ac412df9db9652d9.tar.bz2
samba-cc98a92bb0396845ec1dcb75ac412df9db9652d9.zip
r7816: Implementation of "shortcut" function for those (probably many) who
don't like to bother with netbios type names when looking for common types: hosts (servers) and domain controllers. Also, apropriate tests rafal (This used to be commit 50cd94be0f876a3463aa58b7e0898e6b3340c4c2)
Diffstat (limited to 'source4/torture/torture.c')
-rw-r--r--source4/torture/torture.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c
index 68a0f610fe..2cb9a22bcb 100644
--- a/source4/torture/torture.c
+++ b/source4/torture/torture.c
@@ -2343,6 +2343,8 @@ static struct {
{"NET-USERDEL", torture_userdel, 0},
{"NET-DOMOPEN", torture_domainopen, 0},
{"NET-API-LOOKUP", torture_lookup, 0},
+ {"NET-API-LOOKUPHOST", torture_lookup_host, 0},
+ {"NET-API-LOOKUPPDC", torture_lookup_pdc, 0},
{"NET-API-CREATEUSER", torture_createuser, 0},
{NULL, NULL, 0}};