metze/samba/wb-ndr.git
16 years agofixed the error code for bad SMB2 ioctls
Andrew Tridgell [Thu, 29 May 2008 10:46:18 +0000 (20:46 +1000)]
fixed the error code for bad SMB2 ioctls

16 years agofix from WSPP SMB2 test 11
Andrew Tridgell [Thu, 29 May 2008 09:32:04 +0000 (19:32 +1000)]
fix from WSPP SMB2 test 11

16 years agocheck maximal_access here too
Andrew Tridgell [Thu, 29 May 2008 09:30:11 +0000 (19:30 +1000)]
check maximal_access here too

16 years agotest the maximal access return
Andrew Tridgell [Thu, 29 May 2008 09:16:44 +0000 (19:16 +1000)]
test the maximal access return

16 years agoadded support for returning the maximal access MXAC tag in SMB2 create
Andrew Tridgell [Thu, 29 May 2008 09:16:26 +0000 (19:16 +1000)]
added support for returning the maximal access MXAC tag in SMB2 create

16 years agoquerying the ACCESS_INFORMATION is always allowed
Andrew Tridgell [Thu, 29 May 2008 08:23:33 +0000 (18:23 +1000)]
querying the ACCESS_INFORMATION is always allowed

16 years agoSEC_FILE_READ_ATTRIBUTE is only automatically granted on SMB, not SMB2
Andrew Tridgell [Thu, 29 May 2008 08:23:20 +0000 (18:23 +1000)]
SEC_FILE_READ_ATTRIBUTE is only automatically granted on SMB, not SMB2

16 years agofixed offset for maximal access response
Andrew Tridgell [Thu, 29 May 2008 08:23:00 +0000 (18:23 +1000)]
fixed offset for maximal access response

16 years agocheck the set of file attributes which are ignored
Andrew Tridgell [Wed, 28 May 2008 12:44:54 +0000 (22:44 +1000)]
check the set of file attributes which are ignored

16 years agofixed current_op.mismatch for more cases
Andrew Tridgell [Wed, 28 May 2008 12:44:35 +0000 (22:44 +1000)]
fixed current_op.mismatch for more cases

16 years agofixed create_action for truncated files
Andrew Tridgell [Wed, 28 May 2008 12:44:20 +0000 (22:44 +1000)]
fixed create_action for truncated files

16 years agoadded --noacls options and checking for same mismatch in backtracking
Andrew Tridgell [Wed, 28 May 2008 11:49:04 +0000 (21:49 +1000)]
added --noacls options and checking for same mismatch in backtracking

16 years agoSMB2 doesn't have NAME_INFORMATION level
Andrew Tridgell [Wed, 28 May 2008 11:48:40 +0000 (21:48 +1000)]
SMB2 doesn't have NAME_INFORMATION level

16 years agoupdated comment based on MS-SMB2 docs
Andrew Tridgell [Wed, 28 May 2008 11:48:26 +0000 (21:48 +1000)]
updated comment based on MS-SMB2 docs

16 years agocheck that we can't change a file to a directory
Andrew Tridgell [Wed, 28 May 2008 10:06:48 +0000 (20:06 +1000)]
check that we can't change a file to a directory

16 years agoadded testing of some strange read semantics on windows
Andrew Tridgell [Wed, 28 May 2008 10:06:38 +0000 (20:06 +1000)]
added testing of some strange read semantics on windows

16 years agogenerate security descriptors in gentest_smb2
Andrew Tridgell [Wed, 28 May 2008 10:06:22 +0000 (20:06 +1000)]
generate security descriptors in gentest_smb2

16 years agodon't allow a file to be changed to a directory with setfileinfo
Andrew Tridgell [Wed, 28 May 2008 10:06:04 +0000 (20:06 +1000)]
don't allow a file to be changed to a directory with setfileinfo

16 years agoadd testing of creating a file with an initial ACL on SMB2
Andrew Tridgell [Wed, 28 May 2008 08:48:23 +0000 (18:48 +1000)]
add testing of creating a file with an initial ACL on SMB2

16 years agoadded a newline at the end of the IDL
Andrew Tridgell [Wed, 28 May 2008 08:47:39 +0000 (18:47 +1000)]
added a newline at the end of the IDL

16 years agoMerge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Andrew Tridgell [Wed, 28 May 2008 07:00:21 +0000 (17:00 +1000)]
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test

16 years agotest unknown tags and bad tag lengths
Andrew Tridgell [Wed, 28 May 2008 06:59:12 +0000 (16:59 +1000)]
test unknown tags and bad tag lengths

16 years agoadded some of the new SMB2 create tags to gentest_smb2
Andrew Tridgell [Wed, 28 May 2008 06:58:57 +0000 (16:58 +1000)]
added some of the new SMB2 create tags to gentest_smb2

16 years agoensure we don't change the incoming blobs in a SMB2 create
Andrew Tridgell [Wed, 28 May 2008 06:58:34 +0000 (16:58 +1000)]
ensure we don't change the incoming blobs in a SMB2 create

16 years agoadded testing of SMB2 create blobs
Andrew Tridgell [Wed, 28 May 2008 06:28:50 +0000 (16:28 +1000)]
added testing of SMB2 create blobs

16 years agoimplement the documented SMB2 create blobs in the server
Andrew Tridgell [Wed, 28 May 2008 06:28:37 +0000 (16:28 +1000)]
implement the documented SMB2 create blobs in the server

Not all of them are honoured yet, but they are all parsed and the ones
that have SMB equivalents are honoured

16 years agoexpose a function for pushing all SMB2 create blobs
Andrew Tridgell [Wed, 28 May 2008 06:27:38 +0000 (16:27 +1000)]
expose a function for pushing all SMB2 create blobs

16 years agoTry adding a stub to fix the build
Andrew Bartlett [Wed, 28 May 2008 05:47:27 +0000 (15:47 +1000)]
Try adding a stub to fix the build

16 years agoadded support for all of the known SMB2 create tags in our client
Andrew Tridgell [Wed, 28 May 2008 05:27:50 +0000 (15:27 +1000)]
added support for all of the known SMB2 create tags in our client
library

16 years agoFix dependency list for NDR_TABLE
Andrew Bartlett [Wed, 28 May 2008 04:53:30 +0000 (14:53 +1000)]
Fix dependency list for NDR_TABLE

This list must include everything for which we have IDL

Andrew Bartlett

16 years agoMerge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet
Andrew Bartlett [Wed, 28 May 2008 03:42:29 +0000 (13:42 +1000)]
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet

16 years agoMerge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Andrew Tridgell [Wed, 28 May 2008 03:40:18 +0000 (13:40 +1000)]
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test

16 years agoBring up the ntp signing deamon
Andrew Bartlett [Wed, 28 May 2008 03:21:26 +0000 (13:21 +1000)]
Bring up the ntp signing deamon

This starts ntp_signd at startup, and fixes some build issues.

Andrew Bartlett

16 years agoFix dependency on swig ldb module.
Jelmer Vernooij [Wed, 28 May 2008 02:11:40 +0000 (04:11 +0200)]
Fix dependency on swig ldb module.

16 years agoMerge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Andrew Tridgell [Wed, 28 May 2008 02:07:20 +0000 (12:07 +1000)]
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test

16 years agoexpanded the SMB2-READ test, including the windows position bug
Andrew Tridgell [Wed, 28 May 2008 02:06:29 +0000 (12:06 +1000)]
expanded the SMB2-READ test, including the windows position bug

16 years agoadd exceptions for some of the strange windows SMB2 locking behaviour
Andrew Tridgell [Wed, 28 May 2008 02:05:23 +0000 (12:05 +1000)]
add exceptions for some of the strange windows SMB2 locking behaviour

16 years agoanswer SMB2_ALL_EAS qfileinfo
Andrew Tridgell [Wed, 28 May 2008 01:49:43 +0000 (11:49 +1000)]
answer SMB2_ALL_EAS qfileinfo

16 years agoadded --valid option to gentest_smb2
Andrew Tridgell [Wed, 28 May 2008 01:48:54 +0000 (11:48 +1000)]
added --valid option to gentest_smb2

16 years agoadded --skip-cleanup to gentest
Andrew Tridgell [Wed, 28 May 2008 01:48:39 +0000 (11:48 +1000)]
added --skip-cleanup to gentest

16 years agofixed error code for write on a directory
Andrew Tridgell [Wed, 28 May 2008 01:48:21 +0000 (11:48 +1000)]
fixed error code for write on a directory

16 years agofix error code for read on a directory
Andrew Tridgell [Wed, 28 May 2008 01:48:11 +0000 (11:48 +1000)]
fix error code for read on a directory

16 years agomake sure we send a reply packet for bad create options
Andrew Tridgell [Wed, 28 May 2008 01:47:39 +0000 (11:47 +1000)]
make sure we send a reply packet for bad create options

16 years agoUse variables for directories in ntvfs smb2 module.
Jelmer Vernooij [Wed, 28 May 2008 01:07:42 +0000 (03:07 +0200)]
Use variables for directories in ntvfs smb2 module.

16 years agoUse variables for directories in dsdb ldb modules.
Jelmer Vernooij [Wed, 28 May 2008 01:00:14 +0000 (03:00 +0200)]
Use variables for directories in dsdb ldb modules.

16 years agoUse variables for directories in static_deps.mk
Jelmer Vernooij [Wed, 28 May 2008 00:53:48 +0000 (02:53 +0200)]
Use variables for directories in static_deps.mk

16 years agoDepend on debug names of shared libs for linking.
Jelmer Vernooij [Tue, 27 May 2008 23:41:57 +0000 (01:41 +0200)]
Depend on debug names of shared libs for linking.

16 years agoMerge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet
Andrew Bartlett [Tue, 27 May 2008 22:11:05 +0000 (08:11 +1000)]
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet

It seems the format of main.mk changed in my sleep...

Conflicts:

source/main.mk

16 years agoAllow librpcsrcdir to be an absolute path.
Jelmer Vernooij [Tue, 27 May 2008 17:47:16 +0000 (19:47 +0200)]
Allow librpcsrcdir to be an absolute path.

16 years agoAdd variable for smbreadline directory.
Jelmer Vernooij [Tue, 27 May 2008 17:35:04 +0000 (19:35 +0200)]
Add variable for smbreadline directory.

16 years agoAllow external use of regf idl.
Jelmer Vernooij [Tue, 27 May 2008 16:46:05 +0000 (18:46 +0200)]
Allow external use of regf idl.

16 years agoUse variables for IDL file paths.
Jelmer Vernooij [Tue, 27 May 2008 16:38:05 +0000 (18:38 +0200)]
Use variables for IDL file paths.

16 years agoUse variable path for heimdal glue code.
Jelmer Vernooij [Tue, 27 May 2008 16:29:00 +0000 (18:29 +0200)]
Use variable path for heimdal glue code.

16 years agoUse variable for ndr_netlogon.o path.
Jelmer Vernooij [Tue, 27 May 2008 16:20:29 +0000 (18:20 +0200)]
Use variable for ndr_netlogon.o path.

16 years agoSimplify handling of source directory in et compile wrapper.
Jelmer Vernooij [Tue, 27 May 2008 16:16:13 +0000 (18:16 +0200)]
Simplify handling of source directory in et compile wrapper.

16 years agoSimplify handling of source directory in asn compile wrapper.
Jelmer Vernooij [Tue, 27 May 2008 16:13:50 +0000 (18:13 +0200)]
Simplify handling of source directory in asn compile wrapper.

16 years agoUse variables in generated make fragments.
Jelmer Vernooij [Tue, 27 May 2008 15:21:13 +0000 (17:21 +0200)]
Use variables in generated make fragments.

16 years agoDon't throw away cflags if they start with a variable.
Jelmer Vernooij [Tue, 27 May 2008 15:16:57 +0000 (17:16 +0200)]
Don't throw away cflags if they start with a variable.

16 years agoMove more CFLAGS to Makefile.
Jelmer Vernooij [Tue, 27 May 2008 14:56:11 +0000 (16:56 +0200)]
Move more CFLAGS to Makefile.

16 years agoMove source dir variables to Makefile.
Jelmer Vernooij [Tue, 27 May 2008 14:44:04 +0000 (16:44 +0200)]
Move source dir variables to Makefile.

16 years agoMove CFLAGS that are not inherited out of smb_build.
Jelmer Vernooij [Tue, 27 May 2008 14:23:12 +0000 (16:23 +0200)]
Move CFLAGS that are not inherited out of smb_build.

16 years agoUse variables for et files too.
Jelmer Vernooij [Tue, 27 May 2008 13:55:43 +0000 (15:55 +0200)]
Use variables for et files too.

16 years agoMove asn1 cflags definition to gmake.
Jelmer Vernooij [Tue, 27 May 2008 13:45:53 +0000 (15:45 +0200)]
Move asn1 cflags definition to gmake.

16 years agouse varibale for asn1 compiler.
Jelmer Vernooij [Tue, 27 May 2008 13:38:13 +0000 (15:38 +0200)]
use varibale for asn1 compiler.

16 years agoUse variables for more object file paths.
Jelmer Vernooij [Tue, 27 May 2008 13:34:09 +0000 (15:34 +0200)]
Use variables for more object file paths.

16 years agoUse heimdalsrcdir variable for automatic dependencies.
Jelmer Vernooij [Tue, 27 May 2008 13:32:44 +0000 (15:32 +0200)]
Use heimdalsrcdir variable for automatic dependencies.

16 years agoUse variable for heimdal source dir in static deps file.
Jelmer Vernooij [Tue, 27 May 2008 12:58:13 +0000 (14:58 +0200)]
Use variable for heimdal source dir in static deps file.

16 years agoDisable CFLAGS hack when include path starts with variable.
Jelmer Vernooij [Tue, 27 May 2008 12:46:09 +0000 (14:46 +0200)]
Disable CFLAGS hack when include path starts with variable.

16 years agoUse variable for socket wrapper include path.
Jelmer Vernooij [Tue, 27 May 2008 12:41:00 +0000 (14:41 +0200)]
Use variable for socket wrapper include path.

16 years agoUse new dynconfig.h location.
Jelmer Vernooij [Tue, 27 May 2008 12:36:28 +0000 (14:36 +0200)]
Use new dynconfig.h location.

16 years agoUse variable for source directories.
Jelmer Vernooij [Tue, 27 May 2008 12:27:53 +0000 (14:27 +0200)]
Use variable for source directories.

16 years agoUse variable for ldb source directory.
Jelmer Vernooij [Tue, 27 May 2008 12:14:45 +0000 (14:14 +0200)]
Use variable for ldb source directory.

16 years agoMove version.o and dynconfig.o into their own directory.
Jelmer Vernooij [Tue, 27 May 2008 11:38:39 +0000 (13:38 +0200)]
Move version.o and dynconfig.o into their own directory.

16 years agofixed uninitialised variable
Andrew Tridgell [Tue, 27 May 2008 10:16:00 +0000 (20:16 +1000)]
fixed uninitialised variable

16 years agofixed file_attributes test
Andrew Tridgell [Tue, 27 May 2008 09:10:35 +0000 (19:10 +1000)]
fixed file_attributes test

16 years agoensure that we honor SMB2 read min_count properly
Andrew Tridgell [Tue, 27 May 2008 08:20:23 +0000 (18:20 +1000)]
ensure that we honor SMB2 read min_count properly

16 years agoadded a basic SMB2 read test suite
Andrew Tridgell [Tue, 27 May 2008 08:20:04 +0000 (18:20 +1000)]
added a basic SMB2 read test suite

16 years agore-enable some tests
Andrew Tridgell [Tue, 27 May 2008 08:19:22 +0000 (18:19 +1000)]
re-enable some tests

16 years agoenforce lock ordering in SMB2
Andrew Tridgell [Tue, 27 May 2008 07:22:02 +0000 (17:22 +1000)]
enforce lock ordering in SMB2

16 years agoadded support for the output fields of SMB2 close
Andrew Tridgell [Tue, 27 May 2008 06:43:36 +0000 (16:43 +1000)]
added support for the output fields of SMB2 close

16 years agoStart an 'NTP signing server' in Samba4.
Andrew Bartlett [Tue, 27 May 2008 06:20:18 +0000 (16:20 +1000)]
Start an 'NTP signing server' in Samba4.

I am modifying the ntp.org server to talk to this service, to sign
packets per MS-SNTP.

Andrew Bartlett

16 years agoadded some SMB2 locking tests from gentest
Andrew Tridgell [Tue, 27 May 2008 06:02:43 +0000 (16:02 +1000)]
added some SMB2 locking tests from gentest

16 years agoanother attempt at the damn SEC_STD_SYNCHRONIZE flag
Andrew Tridgell [Tue, 27 May 2008 06:02:27 +0000 (16:02 +1000)]
another attempt at the damn SEC_STD_SYNCHRONIZE flag

16 years agoit seems that lock flags are only validated when UNLOCK is set
Andrew Tridgell [Tue, 27 May 2008 06:02:10 +0000 (16:02 +1000)]
it seems that lock flags are only validated when UNLOCK is set

16 years agodisable the SEC_STD_SYNCHRONIZE test until we know what it means
Andrew Tridgell [Tue, 27 May 2008 05:27:25 +0000 (15:27 +1000)]
disable the SEC_STD_SYNCHRONIZE test until we know what it means

16 years agoanother gentest derived test
Andrew Tridgell [Tue, 27 May 2008 05:00:05 +0000 (15:00 +1000)]
another gentest derived test

16 years agomake the SEC_STD_SYNCHRONIZE test more specific
Andrew Tridgell [Tue, 27 May 2008 04:59:55 +0000 (14:59 +1000)]
make the SEC_STD_SYNCHRONIZE test more specific

16 years agoSEC_STD_SYNCHRONIZE is only invalid on SMB2
Andrew Tridgell [Tue, 27 May 2008 04:30:42 +0000 (14:30 +1000)]
SEC_STD_SYNCHRONIZE is only invalid on SMB2

16 years agoexpanded the SMB2 create testing
Andrew Tridgell [Tue, 27 May 2008 04:07:27 +0000 (14:07 +1000)]
expanded the SMB2 create testing

16 years agocheck for some more invalid bits in smb2 create
Andrew Tridgell [Tue, 27 May 2008 04:07:11 +0000 (14:07 +1000)]
check for some more invalid bits in smb2 create

16 years agoVista returns ACCESS_DENIED here
Andrew Tridgell [Tue, 27 May 2008 04:06:51 +0000 (14:06 +1000)]
Vista returns ACCESS_DENIED here

16 years agoadd a mask of invalid security bits
Andrew Tridgell [Tue, 27 May 2008 04:06:38 +0000 (14:06 +1000)]
add a mask of invalid security bits

16 years agocope better with read only files in smb2_deltree
Andrew Tridgell [Tue, 27 May 2008 04:06:27 +0000 (14:06 +1000)]
cope better with read only files in smb2_deltree

16 years agocleanup some warnings and add --skip-cleanup
Andrew Tridgell [Tue, 27 May 2008 02:43:10 +0000 (12:43 +1000)]
cleanup some warnings and add --skip-cleanup

16 years agocheck invalid create options in the right order
Andrew Tridgell [Tue, 27 May 2008 02:42:43 +0000 (12:42 +1000)]
check invalid create options in the right order

16 years agodon't alter the in blobs in a SMB2 create, otherwise two calls in a
Andrew Tridgell [Tue, 27 May 2008 02:42:19 +0000 (12:42 +1000)]
don't alter the in blobs in a SMB2 create, otherwise two calls in a
row will fail

16 years agothe start of a SMB2 create test suite
Andrew Tridgell [Tue, 27 May 2008 02:41:50 +0000 (12:41 +1000)]
the start of a SMB2 create test suite

16 years agoRemove unused literal EJS bindings.
Jelmer Vernooij [Mon, 26 May 2008 12:10:34 +0000 (14:10 +0200)]
Remove unused literal EJS bindings.

16 years agoRemove unused libjs functions.
Jelmer Vernooij [Mon, 26 May 2008 12:08:17 +0000 (14:08 +0200)]
Remove unused libjs functions.

16 years agoRemove unused param ejs bindings.
Jelmer Vernooij [Mon, 26 May 2008 12:03:55 +0000 (14:03 +0200)]
Remove unused param ejs bindings.