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-05-27
added support for the output fields of SMB2 close
Andrew Tridgell
1
-3
/
+26
2008-05-27
another attempt at the damn SEC_STD_SYNCHRONIZE flag
Andrew Tridgell
1
-4
/
+1
2008-05-27
disable the SEC_STD_SYNCHRONIZE test until we know what it means
Andrew Tridgell
1
-0
/
+2
2008-05-27
make the SEC_STD_SYNCHRONIZE test more specific
Andrew Tridgell
1
-2
/
+5
2008-05-27
SEC_STD_SYNCHRONIZE is only invalid on SMB2
Andrew Tridgell
1
-1
/
+10
2008-05-27
check for some more invalid bits in smb2 create
Andrew Tridgell
1
-0
/
+9
2008-05-26
stricter checks for valid inputs in SMB2 open and lock
Andrew Tridgell
1
-11
/
+27
2008-05-23
pvfs_open: return FILE_IS_A_DIRECTORY when opening a stream on a directory
Stefan Metzmacher
1
-1
/
+8
2008-05-22
check for invalid file attribute values in create
Andrew Tridgell
1
-0
/
+4
2008-05-20
check the creation options where the client can require a path to be a
Andrew Tridgell
1
-0
/
+14
2008-05-07
pvfs: remove XATTR_ATTRIB_FLAG_STICKY_WRITE_TIME code
Stefan Metzmacher
1
-17
/
+0
2008-03-15
pvfs_open: set h->have_opendb_entry directly after odb_open_file()
Stefan Metzmacher
1
-2
/
+2
2008-03-15
pvfs_open: the pvfs_odb_retry structs need to be children of the request
Stefan Metzmacher
1
-2
/
+0
2008-03-12
pvfs_open: retry pvfs_open() after an EGAIN or EWOULDBLOCK from open()
Stefan Metzmacher
1
-4
/
+54
2008-03-12
pvfs_open: pass O_NONBLOCK to open() so that we'll not block with kernel oplocks
Stefan Metzmacher
1
-2
/
+2
2008-03-12
pvfs_open: pass down &f->handle->fd to odb_open_file()
Stefan Metzmacher
1
-31
/
+30
2008-03-07
pvfs_open: fix the odb_open_file() callers
Stefan Metzmacher
1
-16
/
+8
2008-03-07
pvfs_open: always call odb_can_open() before odb_open_file()
Stefan Metzmacher
1
-6
/
+45
2008-03-06
pvfs_open: pass down allow_level_II_oplock to odb_open_file()
Stefan Metzmacher
1
-4
/
+16
2008-03-06
pvfs_open: fix crash/leak in case pvfs_setup_oplock() fails
Stefan Metzmacher
1
-6
/
+5
2008-02-29
pvfs_open: make pvfs_locking_key() non static
Stefan Metzmacher
1
-2
/
+2
2008-02-28
pvfs_open: fix callers of odb_get_delete_on_close()
Stefan Metzmacher
1
-2
/
+2
2008-02-28
pvfs: remove unused args from pvfs_delete_on_close_set()
Stefan Metzmacher
1
-2
/
+1
2008-02-28
pvfs_open: use the delete_path of odb_close_file()
Stefan Metzmacher
1
-49
/
+35
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
[next]