summaryrefslogtreecommitdiff
path: root/source4/ntvfs/ntvfs_generic.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-14ntvfs_generic: fix handling of create_options for SMB2Stefan Metzmacher1-6/+4
2008-06-03it is not valid to set a UNLOCK flag on a lock requestAndrew Tridgell1-2/+6
2008-06-02smbpid is 32 bit, and update SMB2 locking per MS-SMB2 Andrew Tridgell1-26/+19
2008-05-29added support for returning the maximal access MXAC tag in SMB2 createAndrew Tridgell1-0/+2
2008-05-28implement the documented SMB2 create blobs in the serverAndrew Tridgell1-4/+10
2008-05-27ensure that we honor SMB2 read min_count properlyAndrew Tridgell1-11/+1
2008-05-27enforce lock ordering in SMB2Andrew Tridgell1-27/+29
2008-05-27added support for the output fields of SMB2 closeAndrew Tridgell1-12/+51
2008-05-27it seems that lock flags are only validated when UNLOCK is setAndrew Tridgell1-3/+4
2008-05-27check invalid create options in the right orderAndrew Tridgell1-1/+8
2008-05-26stricter checks for valid inputs in SMB2 open and lockAndrew Tridgell1-2/+16
2008-05-22SMB2 read returns NT_STATUS_END_OF_FILE on read past end of fileAndrew Tridgell1-0/+5
2008-05-21fixed SMB2 lockingAndrew Tridgell1-22/+40
2008-04-19ntvfs_generic: map RAW_LOCK_SMB2_BREAK to RAW_LOCK_GENERICStefan Metzmacher1-0/+17
2008-04-19ntvfs_generic: fix mapping the granted oplocks for SMB2Stefan Metzmacher1-3/+3
2008-04-17ntvfs_generic: map SMB2 oplock levels to the generic onesStefan Metzmacher1-2/+27
2008-04-14fill in unknown fields in SMB2 READ callAndrew Tridgell1-1/+2
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-10/+10
2008-02-13missed another spot in the SMB2 create conversionAndrew Tridgell1-6/+6
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-5/+5
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r22865: handle pending locks in smb2Stefan Metzmacher1-1/+5
2007-10-10r22849: map smb2 lock to the generic levelStefan Metzmacher1-10/+45
2007-10-10r18835: expand IO limits on SMB2. Samba4 now tops out at 16.7MB IOs.Andrew Tridgell1-6/+0
2007-10-10r17088: add ntvfs mapping function for notifyStefan Metzmacher1-0/+64
2007-10-10r16868: init some uninitialized valuesStefan Metzmacher1-0/+3
2007-10-10r16730: that is correct...Stefan Metzmacher1-2/+1
2007-10-10r16699: the layout of SMB2 Read and Write is identical...Stefan Metzmacher1-1/+0
2007-10-10r15814: add SMB2 Lock interface structureStefan Metzmacher1-0/+3
2007-10-10r15760: - add RAW_READ_SMB2 => generic mappingStefan Metzmacher1-3/+22
2007-10-10r15757: - add RAW_WRITE_SMB2 => generic mappingStefan Metzmacher1-0/+17
2007-10-10r15754: - implement SMB2 CloseStefan Metzmacher1-2/+9
2007-10-10r15752: - add generic mapping for RAW_OPEN_SMB2Stefan Metzmacher1-0/+32
2007-10-10r15750: don't clear after settingStefan Metzmacher1-1/+0
2007-10-10r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher1-23/+23
2007-10-10r15328: Move some functions around, remove dependencies.Jelmer Vernooij1-1/+0
2007-10-10r14736: - the ntvfs subsystem should not know about smb_server.hStefan Metzmacher1-1/+0
2007-10-10r14487: split smbsrv_request into two parts, one will be moved to ntvfs_requestStefan Metzmacher1-1/+1
2007-10-10r14256: - rename smb_file -> smb_handleStefan Metzmacher1-34/+34
2007-10-10r14208: removed use of req->flags2 inside the ntvfs layer. This should helpAndrew Tridgell1-0/+1
2007-10-10r14173: change smb interface structures to always useStefan Metzmacher1-24/+24
2007-10-10r14157: - pass a struct ntvfs_request to the ntvfs layerStefan Metzmacher1-54/+68
2007-10-10r13623: - make sure ntvfs_map_qfileinfo isn't used for async repliesStefan Metzmacher1-2/+14
2007-10-10r12838: make the ntvfs function publicStefan Metzmacher1-18/+18
2007-10-10r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.Jelmer Vernooij1-0/+1
2007-10-10r10138: Fix the mapping table (as tested in smbtorture). EXEC_ACCESSJeremy Allison1-1/+1
2007-10-10r8107: now that we properly separate DOS and NT status codes all the placesAndrew Tridgell1-3/+3
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-18/+18
2007-10-10r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell1-4/+7
2007-10-10r4173: - new t2open code, that can cope with "create with EAs". Many thanksAndrew Tridgell1-185/+147