index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
ntvfs
/
ntvfs_generic.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4-pvfs: move the private ntcreatex flags to private_flags
Andrew Tridgell
2010-03-05
1
-2
/
+4
*
Change uint_t to unsigned int in source4
Matt Kraai
2010-02-02
1
-4
/
+4
*
s4-ntvfs: win7 does not check for the NONE smb2 lock flag on unlock
Andrew Tridgell
2009-11-27
1
-1
/
+2
*
s4-ntvfs: move valid lock range test from smb2 layer to generic code
Andrew Tridgell
2009-11-27
1
-6
/
+0
*
s4-smb2: check for invalid SMB2 lock ranges
Andrew Tridgell
2009-11-27
1
-0
/
+6
*
s4-smb2: check for an invalid lock flags combination
Andrew Tridgell
2009-11-27
1
-0
/
+3
*
s4:ntvfs_generic: check for valid SMB2_LOCK flags
Stefan Metzmacher
2009-11-18
1
-0
/
+8
*
s4-smb: declare root_fid as a file handle
Andrew Tridgell
2009-10-15
1
-1
/
+1
*
Upgrade ntvfs_map_*info to ntvfs_map_async_setup/ntvfs_map_async_finish
Sam Liddicott
2009-06-26
1
-33
/
+80
*
s4:ntvfs_generic: use talloc_get_type() to remote compiler warnings
Stefan Metzmacher
2009-02-13
1
-3
/
+5
*
s4:ntvfs_generic: pass RAW-OPEN again
Stefan Metzmacher
2008-12-18
1
-0
/
+2
*
added some debug code
Andrew Tridgell
2008-09-23
1
-0
/
+2
*
ntvfs_generic: fix handling of create_options for SMB2
Stefan Metzmacher
2008-08-14
1
-6
/
+4
*
it is not valid to set a UNLOCK flag on a lock request
Andrew Tridgell
2008-06-03
1
-2
/
+6
*
smbpid is 32 bit, and update SMB2 locking per MS-SMB2
Andrew Tridgell
2008-06-02
1
-26
/
+19
*
added support for returning the maximal access MXAC tag in SMB2 create
Andrew Tridgell
2008-05-29
1
-0
/
+2
*
implement the documented SMB2 create blobs in the server
Andrew Tridgell
2008-05-28
1
-4
/
+10
*
ensure that we honor SMB2 read min_count properly
Andrew Tridgell
2008-05-27
1
-11
/
+1
*
enforce lock ordering in SMB2
Andrew Tridgell
2008-05-27
1
-27
/
+29
*
added support for the output fields of SMB2 close
Andrew Tridgell
2008-05-27
1
-12
/
+51
*
it seems that lock flags are only validated when UNLOCK is set
Andrew Tridgell
2008-05-27
1
-3
/
+4
*
check invalid create options in the right order
Andrew Tridgell
2008-05-27
1
-1
/
+8
*
stricter checks for valid inputs in SMB2 open and lock
Andrew Tridgell
2008-05-26
1
-2
/
+16
*
SMB2 read returns NT_STATUS_END_OF_FILE on read past end of file
Andrew Tridgell
2008-05-22
1
-0
/
+5
*
fixed SMB2 locking
Andrew Tridgell
2008-05-21
1
-22
/
+40
*
ntvfs_generic: map RAW_LOCK_SMB2_BREAK to RAW_LOCK_GENERIC
Stefan Metzmacher
2008-04-19
1
-0
/
+17
*
ntvfs_generic: fix mapping the granted oplocks for SMB2
Stefan Metzmacher
2008-04-19
1
-3
/
+3
*
ntvfs_generic: map SMB2 oplock levels to the generic ones
Stefan Metzmacher
2008-04-17
1
-2
/
+27
*
fill in unknown fields in SMB2 READ call
Andrew Tridgell
2008-04-14
1
-1
/
+2
*
Install public header files again and include required prototypes.
Jelmer Vernooij
2008-04-02
1
-10
/
+10
*
missed another spot in the SMB2 create conversion
Andrew Tridgell
2008-02-13
1
-6
/
+6
*
r25554: Convert last instances of BOOL, True and False to the standard types.
Jelmer Vernooij
2007-10-10
1
-5
/
+5
*
r23792: convert Samba4 to GPLv3
Andrew Tridgell
2007-10-10
1
-3
/
+2
*
r22865: handle pending locks in smb2
Stefan Metzmacher
2007-10-10
1
-1
/
+5
*
r22849: map smb2 lock to the generic level
Stefan Metzmacher
2007-10-10
1
-10
/
+45
*
r18835: expand IO limits on SMB2. Samba4 now tops out at 16.7MB IOs.
Andrew Tridgell
2007-10-10
1
-6
/
+0
*
r17088: add ntvfs mapping function for notify
Stefan Metzmacher
2007-10-10
1
-0
/
+64
*
r16868: init some uninitialized values
Stefan Metzmacher
2007-10-10
1
-0
/
+3
*
r16730: that is correct...
Stefan Metzmacher
2007-10-10
1
-2
/
+1
*
r16699: the layout of SMB2 Read and Write is identical...
Stefan Metzmacher
2007-10-10
1
-1
/
+0
*
r15814: add SMB2 Lock interface structure
Stefan Metzmacher
2007-10-10
1
-0
/
+3
*
r15760: - add RAW_READ_SMB2 => generic mapping
Stefan Metzmacher
2007-10-10
1
-3
/
+22
*
r15757: - add RAW_WRITE_SMB2 => generic mapping
Stefan Metzmacher
2007-10-10
1
-0
/
+17
*
r15754: - implement SMB2 Close
Stefan Metzmacher
2007-10-10
1
-2
/
+9
*
r15752: - add generic mapping for RAW_OPEN_SMB2
Stefan Metzmacher
2007-10-10
1
-0
/
+32
*
r15750: don't clear after setting
Stefan Metzmacher
2007-10-10
1
-1
/
+0
*
r15734: This is a major change to the NTVFS subsystem:
Stefan Metzmacher
2007-10-10
1
-23
/
+23
*
r15328: Move some functions around, remove dependencies.
Jelmer Vernooij
2007-10-10
1
-1
/
+0
*
r14736: - the ntvfs subsystem should not know about smb_server.h
Stefan Metzmacher
2007-10-10
1
-1
/
+0
*
r14487: split smbsrv_request into two parts, one will be moved to ntvfs_request
Stefan Metzmacher
2007-10-10
1
-1
/
+1
[next]