diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-06-06 07:14:10 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:56:33 -0500 |
commit | a1318baa5503648ffcff2e9cd625b6848ad285b8 (patch) | |
tree | 0d3a24bfd6958b4ee0006add8c4334383472f71a /source4/torture/config.mk | |
parent | 7ea6a0b1fc3e5f35e5096ad820053d54c4496a09 (diff) | |
download | samba-a1318baa5503648ffcff2e9cd625b6848ad285b8.tar.gz samba-a1318baa5503648ffcff2e9cd625b6848ad285b8.tar.bz2 samba-a1318baa5503648ffcff2e9cd625b6848ad285b8.zip |
r1041: - pulled the domain join code out of the netlogon test and made it a separate utility function, to allow
multiple torture tests to temporarily join a domain
- fixed a session key size problem
- added a schannel test suite
- allow schannel to work with ncacn_ip_tcp
(This used to be commit 36f05e4d575099fcb957b8a55781c38dcd2e1177)
Diffstat (limited to 'source4/torture/config.mk')
-rw-r--r-- | source4/torture/config.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/torture/config.mk b/source4/torture/config.mk index 4bbcf21b58..a4ec4b4076 100644 --- a/source4/torture/config.mk +++ b/source4/torture/config.mk @@ -61,6 +61,8 @@ ADD_OBJ_FILES = \ torture/rpc/mgmt.o \ torture/rpc/scanner.o \ torture/rpc/autoidl.o \ + torture/rpc/testjoin.o \ + torture/rpc/schannel.o \ torture/rpc/netlogon.o REQUIRED_SUBSYSTEMS = \ LIBSMB |