summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-04pvfs_oplock: move pvfs_oplock_release() parts into a helper functionStefan Metzmacher1-43/+56
2008-03-01pvfs_rename: move odb_rename() onto pvfs_do_rename()Stefan Metzmacher2-17/+13
2008-02-29pvfs_setfileinfo: support renaming of directoriesStefan Metzmacher1-5/+0
2008-02-29pvfs_setfileinfo: tell the opendb about renamesStefan Metzmacher1-3/+22
2008-02-29pvfs: use pvfs_resolve_name_handle() in qfileinfo and setfileinfoStefan Metzmacher2-2/+2
2008-02-29pvfs_resolve: add pvfs_resolve_name_handle()Stefan Metzmacher1-0/+80
2008-02-29pvfs_resolve: "\\" and a trailing "\" need to be reducedStefan Metzmacher1-2/+9
2008-02-29pvfs_resolve: fix endless loop with trailing ".."Stefan Metzmacher1-1/+1
2008-02-29pvfs_open: make pvfs_locking_key() non staticStefan Metzmacher1-2/+2
2008-02-28Merge branch 'v4-0-trivial' into v4-0-testJelmer Vernooij3-6/+7
2008-02-28pvfs_open: fix callers of odb_get_delete_on_close()Stefan Metzmacher1-2/+2
2008-02-28pvfs: remove unused args from pvfs_delete_on_close_set()Stefan Metzmacher2-5/+4
2008-02-28pvfs_open: use the delete_path of odb_close_file()Stefan Metzmacher1-49/+35
2008-02-27pvfs_rename: we need a do a odb_rename() after pvfs_do_rename()Stefan Metzmacher1-0/+3