index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
ntvfs
/
posix
/
pvfs_open.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-26
pvfs_open: pass down an access mask to pvfs_can_update_file_size()
Stefan Metzmacher
1
-3
/
+13
2008-02-26
pvfs_open: pass down an access mask in pvfs_can_stat()
Stefan Metzmacher
1
-1
/
+1
2008-02-26
pvfs_open: pass NTCREATEX_DISP_OPEN to odb_can_open()
Stefan Metzmacher
1
-4
/
+4
2008-02-26
pvfs_open: add pvfs_can_update_file_size()
Stefan Metzmacher
1
-0
/
+62
2008-02-26
pvfs_unlink: retry unlink after oplock not granted
Stefan Metzmacher
1
-6
/
+20
2008-02-26
pvfs_open: call pvfs_setup_oplock() if an oplock was granted
Stefan Metzmacher
1
-3
/
+19
2008-02-26
pvfs_open: make the retry logic indepdendent from open and sharing violations
Stefan Metzmacher
1
-50
/
+99
2008-02-26
pvfs_open: fix odb_can_open() callers after prototype change
Stefan Metzmacher
1
-16
/
+35
2008-02-26
pvfs_open: pass down open_disposition and break_to_none to odb_open_file()
Stefan Metzmacher
1
-8
/
+12
2008-02-25
pvfs_open: unify talloc behavior in pvfs_can_delete/rename/stat()
Stefan Metzmacher
1
-4
/
+12
2008-02-25
pvfs: handle SHARING_VIOLATION and OPLOCK_NOT_GRANTED in pvfs_can_delete/rena...
Stefan Metzmacher
1
-2
/
+26
2008-02-25
pvfs_wait: use struct pvfs_wait * instead of void *
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r25554: Convert last instances of BOOL, True and False to the standard types.
Jelmer Vernooij
1
-30
/
+30
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r23017: fixed the warning we have been getting for a long time:
Andrew Tridgell
1
-0
/
+12
2007-10-10
r17930: Merge noinclude branch:
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r17362: session_info and smbpid are available from the ntvfs_handle
Stefan Metzmacher
1
-16
/
+5
2007-10-10
r17008: on SMB2 Create the delete_on_close flag isn't ignored for
Stefan Metzmacher
1
-2
/
+14
2007-10-10
r16876: implement SMB2 Find in the posix ntvfs backend
Stefan Metzmacher
1
-0
/
+3
2007-10-10
r15854: more talloc_set_destructor() typesafe fixes
Andrew Tridgell
1
-12
/
+5
2007-10-10
r15833: fixed two delete on close memory leaks
Andrew Tridgell
1
-2
/
+6
2007-10-10
r15734: This is a major change to the NTVFS subsystem:
Stefan Metzmacher
1
-91
/
+63
2007-10-10
r15614: the byte range locking error handling caches the last failed lock
Stefan Metzmacher
1
-21
/
+26
2007-10-10
r15117: add more comments
Stefan Metzmacher
1
-1
/
+7
2007-10-10
r15078: add TODO about setting the full ACL with an NTTRANS_CREATE
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r15048: started on the server side implementation of oplocks. The code is not
Andrew Tridgell
1
-15
/
+36
2007-10-10
r14933: fix the handling of notify filters to be much closer to the behaviour
Andrew Tridgell
1
-2
/
+2
2007-10-10
r14797: added checking of the filter in notify requests
Andrew Tridgell
1
-1
/
+14
2007-10-10
r14793: the RAW-NOTIFY test now passes. Next I need to make it efficient, and
Andrew Tridgell
1
-0
/
+2
2007-10-10
r14792: when we enable fake oplocks, give out batch oplocks not exclusive opl...
Andrew Tridgell
1
-2
/
+2
2007-10-10
r14616: added notify change support to the posix backend
Andrew Tridgell
1
-0
/
+3
2007-10-10
r14540: fix a talloc hierachie problem,
Stefan Metzmacher
1
-31
/
+31
2007-10-10
r14487: split smbsrv_request into two parts, one will be moved to ntvfs_request
Stefan Metzmacher
1
-8
/
+8
2007-10-10
r14464: Don't include ndr_BASENAME.h files unless strictly required, instead
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r14440: demonstrate that the smbpid is attached to a session (vuid),
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r14256: - rename smb_file -> smb_handle
Stefan Metzmacher
1
-6
/
+6
2007-10-10
r14173: change smb interface structures to always use
Stefan Metzmacher
1
-5
/
+5
2007-10-10
r14157: - pass a struct ntvfs_request to the ntvfs layer
Stefan Metzmacher
1
-18
/
+18
2007-10-10
r13745: remove some code I was experimenting with and forgot was there when I
Andrew Tridgell
1
-349
/
+0
2007-10-10
r13739: a fairly major overhaul of the opendb code to allow the BASE-DELETE
Andrew Tridgell
1
-70
/
+615
2007-10-10
r12694: Move some headers to the directory of the subsystem they belong to.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r9792: Rename StrCaseCmp -> strcasecmp_m. All these years I was thinking
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r9054: removed incorrect paranoia check on opening streams (this caused RAW-S...
Andrew Tridgell
1
-3
/
+0
2007-10-10
r9009: directory not empty is not an error on failure to delete directory in ...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r9007: fixed error code for setting delete on close on a non-empty directory
Andrew Tridgell
1
-0
/
+3
2007-10-10
r8258: Release the opendb lock in pvfs_change_create_options.
Volker Lendecke
1
-0
/
+2
2007-10-10
r8122: more fixes from testing dos error code handling against w2k3
Andrew Tridgell
1
-1
/
+1
2007-10-10
r8059: fixed handling of delete on close fir directories
Andrew Tridgell
1
-0
/
+5
2007-10-10
r7850: Support mkdir() with just one parameter. Patch from
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r6580: fixed the bug that caused the truncation of the main file on a stream
Andrew Tridgell
1
-6
/
+20
[prev]
[next]