summaryrefslogtreecommitdiff
path: root/source4/ntvfs
AgeCommit message (Expand)AuthorFilesLines
2008-05-28implement the documented SMB2 create blobs in the serverAndrew Tridgell3-5/+14
2008-05-28Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell1-1/+1
2008-05-28answer SMB2_ALL_EAS qfileinfoAndrew Tridgell1-0/+9
2008-05-28fixed error code for write on a directoryAndrew Tridgell1-1/+1
2008-05-28fix error code for read on a directoryAndrew Tridgell1-1/+1
2008-05-28Use variables for directories in ntvfs smb2 module.Jelmer Vernooij1-1/+1
2008-05-27ensure that we honor SMB2 read min_count properlyAndrew Tridgell2-11/+9
2008-05-27enforce lock ordering in SMB2Andrew Tridgell1-27/+29
2008-05-27added support for the output fields of SMB2 closeAndrew Tridgell3-15/+87
2008-05-27another attempt at the damn SEC_STD_SYNCHRONIZE flagAndrew Tridgell1-4/+1
2008-05-27it seems that lock flags are only validated when UNLOCK is setAndrew Tridgell1-3/+4
2008-05-27disable the SEC_STD_SYNCHRONIZE test until we know what it meansAndrew Tridgell1-0/+2
2008-05-27make the SEC_STD_SYNCHRONIZE test more specificAndrew Tridgell1-2/+5
2008-05-27SEC_STD_SYNCHRONIZE is only invalid on SMB2Andrew Tridgell1-1/+10
2008-05-27check for some more invalid bits in smb2 createAndrew Tridgell1-0/+9
2008-05-27Vista returns ACCESS_DENIED hereAndrew Tridgell1-1/+1
2008-05-27check invalid create options in the right orderAndrew Tridgell1-1/+8
2008-05-26stricter checks for valid inputs in SMB2 open and lockAndrew Tridgell2-13/+43
2008-05-26fill in reserved field on SMB2 flushAndrew Tridgell1-0/+1
2008-05-26allow larger streams using the TDB backendAndrew Tridgell1-4/+9
2008-05-23pvfs_open: return FILE_IS_A_DIRECTORY when opening a stream on a directoryStefan Metzmacher1-1/+8
2008-05-23pvfs_resolve: stream_name = "" is only the same as NULL for filesStefan Metzmacher2-1/+9
2008-05-23pvfs_streams: directories don't have streamsStefan Metzmacher1-0/+7
2008-05-23fix make test for EAs againAndrew Tridgell2-4/+5
2008-05-22SMB2 read returns NT_STATUS_END_OF_FILE on read past end of fileAndrew Tridgell1-0/+5
2008-05-22fixes for EAs and filename in gentest_smb2 resultsAndrew Tridgell1-1/+12
2008-05-22check for invalid file attribute values in createAndrew Tridgell1-0/+4
2008-05-21fixed SMB2 lockingAndrew Tridgell1-22/+40
2008-05-20check the creation options where the client can require a path to be aAndrew Tridgell1-0/+14
2008-05-19added SMB2 proxying of rmdirAndrew Tridgell1-1/+12
2008-05-19Merge commit 'origin/v4-0-test' into vfs_smb2Andrew Tridgell5-24/+30
2008-05-19added mkdir to SMB2 proxyAndrew Tridgell1-1/+8
2008-05-18Fix a bunch of dependencies.Jelmer Vernooij2-2/+2
2008-05-18Fix a couple (well, little more than that..) of typos.Jelmer Vernooij3-6/+6
2008-05-18Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij3-6/+12
2008-05-18Use variables for source directory in a couple more places.Jelmer Vernooij5-18/+18
2008-05-16added SMB2 proxying for unlinkAndrew Tridgell1-427/+43
2008-05-15added handlers for connect, search_first and fsinfo. Andrew Tridgell1-152/+225
2008-05-15started new vfs_smb2 moduleAndrew Tridgell3-0/+1152
2008-05-11Fix LDB module initialization when using external ldb.Jelmer Vernooij1-1/+4
2008-05-10Merge branch 'v4-0-test' into v4-0-gmake3Jelmer Vernooij4-39/+15
2008-05-07pvfs: remove XATTR_ATTRIB_FLAG_STICKY_WRITE_TIME codeStefan Metzmacher4-39/+15
2008-04-25Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij11-15/+68
2008-04-19ntvfs_generic: map RAW_LOCK_SMB2_BREAK to RAW_LOCK_GENERICStefan Metzmacher1-0/+17
2008-04-19ntvfs_generic: fix mapping the granted oplocks for SMB2Stefan Metzmacher1-3/+3
2008-04-17Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij2-3/+28
2008-04-17Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij3-5/+11
2008-04-17Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell1-2/+26
2008-04-17ntvfs_generic: map SMB2 oplock levels to the generic onesStefan Metzmacher1-2/+27
2008-04-17Require explicit event context rather than looking if it is not specified.Jelmer Vernooij1-1/+1