summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix
AgeCommit message (Expand)AuthorFilesLines
2008-05-28fixed create_action for truncated filesAndrew Tridgell1-1/+12
2008-05-28SMB2 doesn't have NAME_INFORMATION levelAndrew Tridgell1-0/+4
2008-05-28don't allow a file to be changed to a directory with setfileinfoAndrew Tridgell1-1/+6
2008-05-28implement the documented SMB2 create blobs in the serverAndrew Tridgell1-0/+3
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-27ensure that we honor SMB2 read min_count properlyAndrew Tridgell1-0/+8
2008-05-27added support for the output fields of SMB2 closeAndrew Tridgell1-3/+26
2008-05-27another attempt at the damn SEC_STD_SYNCHRONIZE flagAndrew Tridgell1-4/+1
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-26stricter checks for valid inputs in SMB2 open and lockAndrew Tridgell1-11/+27
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-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-20check the creation options where the client can require a path to be aAndrew Tridgell1-0/+14
2008-05-18Fix a couple (well, little more than that..) of typos.Jelmer Vernooij1-1/+1
2008-05-18Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij1-1/+2
2008-05-18Use variables for source directory in a couple more places.Jelmer Vernooij1-4/+4
2008-05-07pvfs: remove XATTR_ATTRIB_FLAG_STICKY_WRITE_TIME codeStefan Metzmacher4-39/+15
2008-04-17Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij1-1/+1
2008-04-16Use readily available event context.Jelmer Vernooij1-1/+1
2008-04-15Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell1-11/+15
2008-04-14fixed a valgrind error in id mappingAndrew Tridgell1-1/+1
2008-04-14Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij1-11/+15
2008-04-02ntvfs: Use wbclient for pvfs_acl and pvfs_acl_nfs4Kai Blin4-49/+166
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij2-4/+4
2008-03-15pvfs_open: set h->have_opendb_entry directly after odb_open_file()Stefan Metzmacher1-2/+2
2008-03-15pvfs_open: the pvfs_odb_retry structs need to be children of the requestStefan Metzmacher1-2/+0
2008-03-15pvfs_unlink: disable async retries for wildcard deletesStefan Metzmacher1-0/+6
2008-03-12pvfs_open: retry pvfs_open() after an EGAIN or EWOULDBLOCK from open()Stefan Metzmacher1-4/+54
2008-03-12pvfs_open: pass O_NONBLOCK to open() so that we'll not block with kernel oplocksStefan Metzmacher1-2/+2
2008-03-12pvfs_open: pass down &f->handle->fd to odb_open_file()Stefan Metzmacher1-31/+30
2008-03-12pvfs_rename: implement RAW_RENAME_NTTRANS as noop as w2k3Stefan Metzmacher1-1/+10
2008-03-11pvfs: return NT_STATUS_NOT_IMPLEMENTED on RAW_RENAME_NTTRANSStefan Metzmacher1-0/+3
2008-03-07pvfs_open: fix the odb_open_file() callersStefan Metzmacher1-16/+8
2008-03-07pvfs_open: always call odb_can_open() before odb_open_file()Stefan Metzmacher1-6/+45
2008-03-06pvfs_open: pass down allow_level_II_oplock to odb_open_file()Stefan Metzmacher1-4/+16
2008-03-06pvfs_open: fix crash/leak in case pvfs_setup_oplock() failsStefan Metzmacher1-6/+5
2008-03-04pvfs_oplock: auto release oplocks after a timeoutStefan Metzmacher1-6/+61
2008-03-04pvfs_oplock: only a break level2 oplocks...Stefan Metzmacher1-11/+1