summaryrefslogtreecommitdiff
path: root/source4/torture/torture.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2009-08-11 18:20:39 +1000
committerAndrew Bartlett <abartlet@samba.org>2009-08-11 18:22:12 +1000
commite13c14e7e440f56069aac6c6568b56e48e7ea825 (patch)
tree07a8233b67e57aa221aefdda252b3bbfac919e6f /source4/torture/torture.c
parent40017a2143c97c622a3f237f347d2fd3f4039bcc (diff)
downloadsamba-e13c14e7e440f56069aac6c6568b56e48e7ea825.tar.gz
s4:torture Add test for the NTP signd server
This is used by at patch to the NTP project to supply authenticated time as required by MS-SNTP. (ie, to keep windows clients in time sync in the domain) Andrew Bartlett
Diffstat (limited to 'source4/torture/torture.c')
-rw-r--r--source4/torture/torture.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c
index a7296e62db5..39a8005e86d 100644
--- a/source4/torture/torture.c
+++ b/source4/torture/torture.c
@@ -60,7 +60,8 @@ _PUBLIC_ int torture_init(void)
extern NTSTATUS torture_nbt_init(void);
extern NTSTATUS torture_nbench_init(void);
extern NTSTATUS torture_rap_init(void);
- extern NTSTATUS torture_rpc_init(void);
+ extern NTSTATUS torture_rpc_init(void);
+ extern NTSTATUS torture_ntp_init(void);
extern NTSTATUS torture_smb2_init(void);
extern NTSTATUS torture_net_init(void);
extern NTSTATUS torture_libnetapi_init(void);