summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/posix/pvfs_open.c
Commit message (Expand)AuthorAgeFilesLines
* r15117: add more commentsStefan Metzmacher2007-10-101-1/+7
* r15078: add TODO about setting the full ACL with an NTTRANS_CREATEStefan Metzmacher2007-10-101-1/+1
* r15048: started on the server side implementation of oplocks. The code is notAndrew Tridgell2007-10-101-15/+36
* r14933: fix the handling of notify filters to be much closer to the behaviourAndrew Tridgell2007-10-101-2/+2
* r14797: added checking of the filter in notify requestsAndrew Tridgell2007-10-101-1/+14
* r14793: the RAW-NOTIFY test now passes. Next I need to make it efficient, andAndrew Tridgell2007-10-101-0/+2
* r14792: when we enable fake oplocks, give out batch oplocks not exclusive opl...Andrew Tridgell2007-10-101-2/+2
* r14616: added notify change support to the posix backendAndrew Tridgell2007-10-101-0/+3
* r14540: fix a talloc hierachie problem,Stefan Metzmacher2007-10-101-31/+31
* r14487: split smbsrv_request into two parts, one will be moved to ntvfs_requestStefan Metzmacher2007-10-101-8/+8
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-1/+1
* r14440: demonstrate that the smbpid is attached to a session (vuid),Stefan Metzmacher2007-10-101-1/+2
* r14256: - rename smb_file -> smb_handleStefan Metzmacher2007-10-101-6/+6
* r14173: change smb interface structures to always useStefan Metzmacher2007-10-101-5/+5
* r14157: - pass a struct ntvfs_request to the ntvfs layerStefan Metzmacher2007-10-101-18/+18
* r13745: remove some code I was experimenting with and forgot was there when IAndrew Tridgell2007-10-101-349/+0
* r13739: a fairly major overhaul of the opendb code to allow the BASE-DELETEAndrew Tridgell2007-10-101-70/+615
* r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij2007-10-101-1/+1
* r9792: Rename StrCaseCmp -> strcasecmp_m. All these years I was thinkingJelmer Vernooij2007-10-101-1/+1
* r9054: removed incorrect paranoia check on opening streams (this caused RAW-S...Andrew Tridgell2007-10-101-3/+0
* r9009: directory not empty is not an error on failure to delete directory in ...Andrew Tridgell2007-10-101-1/+1
* r9007: fixed error code for setting delete on close on a non-empty directoryAndrew Tridgell2007-10-101-0/+3
* r8258: Release the opendb lock in pvfs_change_create_options.Volker Lendecke2007-10-101-0/+2
* r8122: more fixes from testing dos error code handling against w2k3Andrew Tridgell2007-10-101-1/+1
* r8059: fixed handling of delete on close fir directoriesAndrew Tridgell2007-10-101-0/+5
* r7850: Support mkdir() with just one parameter. Patch fromJelmer Vernooij2007-10-101-0/+1
* r6580: fixed the bug that caused the truncation of the main file on a streamAndrew Tridgell2007-10-101-6/+20
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-101-1/+0
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-7/+7
* r4584: fix pvfs backend to pass the new enhanced RAW-ACLS test. Easy once I r...Andrew Tridgell2007-10-101-11/+4
* r4448: - fixed access_mask checking on acl setAndrew Tridgell2007-10-101-2/+5
* r4408: added the remaining access check hooks into pvfs. All calls should now...Andrew Tridgell2007-10-101-4/+14
* r4403: - added ACL inheritance in the pvfs backend. ACLs are now inherited onAndrew Tridgell2007-10-101-43/+73
* r4314: added ACL checking on unlinkAndrew Tridgell2007-10-101-1/+7
* r4247: two more places that need the unlink hookAndrew Tridgell2007-10-101-0/+5
* r4243: a sniff from kukks showed that the ea_set interface in trans2 setfilei...Andrew Tridgell2007-10-101-9/+12
* r4242: added support for storing xattrs in a tdb. This allows all advanced NTAndrew Tridgell2007-10-101-0/+6
* r4173: - new t2open code, that can cope with "create with EAs". Many thanksAndrew Tridgell2007-10-101-36/+0
* r4062: the RAW-ACLS test now passes. The SEC_STD_DELETE bit is rather strangeAndrew Tridgell2007-10-101-0/+10
* r4026: added NT ACL checking on pvfs_open() for existing files. I need toAndrew Tridgell2007-10-101-14/+12
* r4011: get rid of rpc_secdes.h and replace it with a single sane set ofAndrew Tridgell2007-10-101-12/+12
* r3939: - added "posix:fakeoplocks" option for testing with oplocks forced onAndrew Tridgell2007-10-101-14/+42
* r3835: - added testing of setting an initial ACL on a file using NTTRANS createAndrew Tridgell2007-10-101-0/+16
* r3806: added support to smb_server and pvfs for the NTTRANS Create call. ThisAndrew Tridgell2007-10-101-1/+16
* r3800: - fixed delete-on-close behaviour for streamsAndrew Tridgell2007-10-101-1/+12
* r3798: added support for alternate data streams in xattrs into pvfs.Andrew Tridgell2007-10-101-29/+97
* r3747: - added some of the infrastructure needed for streams support in pvfsAndrew Tridgell2007-10-101-8/+9
* r3741: FILE_ATTRIBUTE_DIRECTORY is illegal in open of a fileAndrew Tridgell2007-10-101-0/+4
* r3718: added support for the ntrename level in pvfs_rename().Andrew Tridgell2007-10-101-2/+1
* r3717: - expanded the RAW-RENAME test a littleAndrew Tridgell2007-10-101-1/+1