summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/pvfs_open.c
AgeCommit message (Expand)AuthorFilesLines
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-02-29pvfs_open: make pvfs_locking_key() non staticStefan Metzmacher1-2/+2
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 Metzmacher1-2/+1
2008-02-28pvfs_open: use the delete_path of odb_close_file()Stefan Metzmacher1-49/+35
2008-02-26pvfs_open: pass down an access mask to pvfs_can_update_file_size()Stefan Metzmacher1-3/+13
2008-02-26pvfs_open: pass down an access mask in pvfs_can_stat()Stefan Metzmacher1-1/+1
2008-02-26pvfs_open: pass NTCREATEX_DISP_OPEN to odb_can_open()Stefan Metzmacher1-4/+4
2008-02-26pvfs_open: add pvfs_can_update_file_size()Stefan Metzmacher1-0/+62
2008-02-26pvfs_unlink: retry unlink after oplock not grantedStefan Metzmacher1-6/+20
2008-02-26pvfs_open: call pvfs_setup_oplock() if an oplock was grantedStefan Metzmacher1-3/+19
2008-02-26pvfs_open: make the retry logic indepdendent from open and sharing violationsStefan Metzmacher1-50/+99
2008-02-26pvfs_open: fix odb_can_open() callers after prototype changeStefan Metzmacher1-16/+35
2008-02-26pvfs_open: pass down open_disposition and break_to_none to odb_open_file()Stefan Metzmacher1-8/+12
2008-02-25pvfs_open: unify talloc behavior in pvfs_can_delete/rename/stat()Stefan Metzmacher1-4/+12
2008-02-25pvfs: handle SHARING_VIOLATION and OPLOCK_NOT_GRANTED in pvfs_can_delete/rena...Stefan Metzmacher1-2/+26
2008-02-25pvfs_wait: use struct pvfs_wait * instead of void *Stefan Metzmacher1-1/+1
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-30/+30
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r23017: fixed the warning we have been getting for a long time:Andrew Tridgell1-0/+12
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij1-1/+1
2007-10-10r17362: session_info and smbpid are available from the ntvfs_handleStefan Metzmacher1-16/+5
2007-10-10r17008: on SMB2 Create the delete_on_close flag isn't ignored forStefan Metzmacher1-2/+14
2007-10-10r16876: implement SMB2 Find in the posix ntvfs backendStefan Metzmacher1-0/+3
2007-10-10r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell1-12/+5
2007-10-10r15833: fixed two delete on close memory leaksAndrew Tridgell1-2/+6
2007-10-10r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher1-91/+63
2007-10-10r15614: the byte range locking error handling caches the last failed lockStefan Metzmacher1-21/+26
2007-10-10r15117: add more commentsStefan Metzmacher1-1/+7
2007-10-10r15078: add TODO about setting the full ACL with an NTTRANS_CREATEStefan Metzmacher1-1/+1
2007-10-10r15048: started on the server side implementation of oplocks. The code is notAndrew Tridgell1-15/+36
2007-10-10r14933: fix the handling of notify filters to be much closer to the behaviourAndrew Tridgell1-2/+2
2007-10-10r14797: added checking of the filter in notify requestsAndrew Tridgell1-1/+14
2007-10-10r14793: the RAW-NOTIFY test now passes. Next I need to make it efficient, andAndrew Tridgell1-0/+2
2007-10-10r14792: when we enable fake oplocks, give out batch oplocks not exclusive opl...Andrew Tridgell1-2/+2
2007-10-10r14616: added notify change support to the posix backendAndrew Tridgell1-0/+3
2007-10-10r14540: fix a talloc hierachie problem,Stefan Metzmacher1-31/+31
2007-10-10r14487: split smbsrv_request into two parts, one will be moved to ntvfs_requestStefan Metzmacher1-8/+8
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij1-1/+1
2007-10-10r14440: demonstrate that the smbpid is attached to a session (vuid),Stefan Metzmacher1-1/+2
2007-10-10r14256: - rename smb_file -> smb_handleStefan Metzmacher1-6/+6
2007-10-10r14173: change smb interface structures to always useStefan Metzmacher1-5/+5
2007-10-10r14157: - pass a struct ntvfs_request to the ntvfs layerStefan Metzmacher1-18/+18
2007-10-10r13745: remove some code I was experimenting with and forgot was there when IAndrew Tridgell1-349/+0
2007-10-10r13739: a fairly major overhaul of the opendb code to allow the BASE-DELETEAndrew Tridgell1-70/+615
2007-10-10r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij1-1/+1
2007-10-10r9792: Rename StrCaseCmp -> strcasecmp_m. All these years I was thinkingJelmer Vernooij1-1/+1
2007-10-10r9054: removed incorrect paranoia check on opening streams (this caused RAW-S...Andrew Tridgell1-3/+0
2007-10-10r9009: directory not empty is not an error on failure to delete directory in ...Andrew Tridgell1-1/+1