1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

merged gentest.c and gentest_smb2.c

The one gentest tool now covers both SMB and SMB2, using the command
line switch --smb2 for SMB2
This commit is contained in:
Andrew Tridgell 2008-05-29 21:32:08 +10:00
parent b1d2d388ec
commit d1125a303a
3 changed files with 1577 additions and 2791 deletions

View File

@ -262,23 +262,6 @@ gentest_OBJ_FILES = $(torturesrcdir)/gentest.o
MANPAGES += $(torturesrcdir)/man/gentest.1
#################################
# Start BINARY gentest_smb2
[BINARY::gentest_smb2]
INSTALLDIR = BINDIR
PRIVATE_DEPENDENCIES = \
LIBSAMBA-HOSTCONFIG \
LIBSAMBA-UTIL \
LIBPOPT \
POPT_SAMBA \
POPT_CREDENTIALS \
LIBCLI_SMB \
LIBCLI_RAW
# End BINARY gentest_smb2
#################################
gentest_smb2_OBJ_FILES = $(torturesrcdir)/gentest_smb2.o
#################################
# Start BINARY masktest
[BINARY::masktest]

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff