summaryrefslogtreecommitdiff
path: root/source4/ntvfs/ntvfs_generic.c
Commit message (Expand)AuthorAgeFilesLines
* s4:ntvfs_generic: use talloc_get_type() to remote compiler warningsStefan Metzmacher2009-02-131-3/+5
* s4:ntvfs_generic: pass RAW-OPEN againStefan Metzmacher2008-12-181-0/+2
* added some debug codeAndrew Tridgell2008-09-231-0/+2
* ntvfs_generic: fix handling of create_options for SMB2Stefan Metzmacher2008-08-141-6/+4
* it is not valid to set a UNLOCK flag on a lock requestAndrew Tridgell2008-06-031-2/+6
* smbpid is 32 bit, and update SMB2 locking per MS-SMB2 Andrew Tridgell2008-06-021-26/+19
* added support for returning the maximal access MXAC tag in SMB2 createAndrew Tridgell2008-05-291-0/+2
* implement the documented SMB2 create blobs in the serverAndrew Tridgell2008-05-281-4/+10
* ensure that we honor SMB2 read min_count properlyAndrew Tridgell2008-05-271-11/+1
* enforce lock ordering in SMB2Andrew Tridgell2008-05-271-27/+29
* added support for the output fields of SMB2 closeAndrew Tridgell2008-05-271-12/+51
* it seems that lock flags are only validated when UNLOCK is setAndrew Tridgell2008-05-271-3/+4
* check invalid create options in the right orderAndrew Tridgell2008-05-271-1/+8
* stricter checks for valid inputs in SMB2 open and lockAndrew Tridgell2008-05-261-2/+16
* SMB2 read returns NT_STATUS_END_OF_FILE on read past end of fileAndrew Tridgell2008-05-221-0/+5
* fixed SMB2 lockingAndrew Tridgell2008-05-211-22/+40
* ntvfs_generic: map RAW_LOCK_SMB2_BREAK to RAW_LOCK_GENERICStefan Metzmacher2008-04-191-0/+17
* ntvfs_generic: fix mapping the granted oplocks for SMB2Stefan Metzmacher2008-04-191-3/+3
* ntvfs_generic: map SMB2 oplock levels to the generic onesStefan Metzmacher2008-04-171-2/+27
* fill in unknown fields in SMB2 READ callAndrew Tridgell2008-04-141-1/+2
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-10/+10
* missed another spot in the SMB2 create conversionAndrew Tridgell2008-02-131-6/+6
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-5/+5
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r22865: handle pending locks in smb2Stefan Metzmacher2007-10-101-1/+5
* r22849: map smb2 lock to the generic levelStefan Metzmacher2007-10-101-10/+45
* r18835: expand IO limits on SMB2. Samba4 now tops out at 16.7MB IOs.Andrew Tridgell2007-10-101-6/+0
* r17088: add ntvfs mapping function for notifyStefan Metzmacher2007-10-101-0/+64
* r16868: init some uninitialized valuesStefan Metzmacher2007-10-101-0/+3
* r16730: that is correct...Stefan Metzmacher2007-10-101-2/+1
* r16699: the layout of SMB2 Read and Write is identical...Stefan Metzmacher2007-10-101-1/+0
* r15814: add SMB2 Lock interface structureStefan Metzmacher2007-10-101-0/+3
* r15760: - add RAW_READ_SMB2 => generic mappingStefan Metzmacher2007-10-101-3/+22
* r15757: - add RAW_WRITE_SMB2 => generic mappingStefan Metzmacher2007-10-101-0/+17
* r15754: - implement SMB2 CloseStefan Metzmacher2007-10-101-2/+9
* r15752: - add generic mapping for RAW_OPEN_SMB2Stefan Metzmacher2007-10-101-0/+32
* r15750: don't clear after settingStefan Metzmacher2007-10-101-1/+0
* r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher2007-10-101-23/+23
* r15328: Move some functions around, remove dependencies.Jelmer Vernooij2007-10-101-1/+0
* r14736: - the ntvfs subsystem should not know about smb_server.hStefan Metzmacher2007-10-101-1/+0
* r14487: split smbsrv_request into two parts, one will be moved to ntvfs_requestStefan Metzmacher2007-10-101-1/+1
* r14256: - rename smb_file -> smb_handleStefan Metzmacher2007-10-101-34/+34
* r14208: removed use of req->flags2 inside the ntvfs layer. This should helpAndrew Tridgell2007-10-101-0/+1
* r14173: change smb interface structures to always useStefan Metzmacher2007-10-101-24/+24
* r14157: - pass a struct ntvfs_request to the ntvfs layerStefan Metzmacher2007-10-101-54/+68
* r13623: - make sure ntvfs_map_qfileinfo isn't used for async repliesStefan Metzmacher2007-10-101-2/+14
* r12838: make the ntvfs function publicStefan Metzmacher2007-10-101-18/+18
* r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.Jelmer Vernooij2007-10-101-0/+1
* r10138: Fix the mapping table (as tested in smbtorture). EXEC_ACCESSJeremy Allison2007-10-101-1/+1
* r8107: now that we properly separate DOS and NT status codes all the placesAndrew Tridgell2007-10-101-3/+3