summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/ntvfs_generic.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-18/+18
* r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell2007-10-101-4/+7
* r4173: - new t2open code, that can cope with "create with EAs". Many thanksAndrew Tridgell2007-10-101-185/+147
* r4011: get rid of rpc_secdes.h and replace it with a single sane set ofAndrew Tridgell2007-10-101-14/+17
* r3618: - this adds the special case for DENY_DOS semantics, as shown by the B...Andrew Tridgell2007-10-101-3/+7
* r3574: the RAW-OPEN test changes broke a couple of the other tests. ThisAndrew Tridgell2007-10-101-8/+13
* r3573: added trans2open support to smbd and pvfs, and fine-tuned the open->ge...Andrew Tridgell2007-10-101-8/+41
* r3531: add support for RAW_OPEN_MKNEW, RAW_OPEN_CREATE and RAW_OPEN_CTEMP in ...Andrew Tridgell2007-10-101-18/+91
* r3530: make sure we match ntvfs_async_state_pop() with ntvfs_async_state_push()Andrew Tridgell2007-10-101-7/+16
* r3528: added support for the SMBntcancel() operation, which cancels anyAndrew Tridgell2007-10-101-0/+3
* r3522: added async support to most of the ntvfs_map_*() functions, allowing f...Andrew Tridgell2007-10-101-276/+429
* r3466: split out request.h, signing.h, and smb_server.hAndrew Tridgell2007-10-101-0/+2
* r3461: another place where "open" was used as a structure elementAndrew Tridgell2007-10-101-2/+2
* r3458: more solaris portability fixes, the main one being that we can't use aAndrew Tridgell2007-10-101-18/+18
* r3427: split the openx logic out from the other open mapping codeAndrew Tridgell2007-10-101-125/+138
* r3336: use a struct ntvfs_async_state to be able to do async chaning of ntvfs...Stefan Metzmacher2007-10-101-4/+4
* r3200: - improved the accuracy of openx emulation. We now nearly pass the ope...Andrew Tridgell2007-10-101-10/+46
* r3107: slight tweak to the openx -> ntcreatex mapping routine. This mappingAndrew Tridgell2007-10-101-2/+1
* r3087: fixed a typoAndrew Tridgell2007-10-101-1/+1
* r3083: fixed a couple of generic mapping errors found with RAW-* and cifs:map...Andrew Tridgell2007-10-101-2/+4
* r3081: several updates to ntvfs and server side async request handling inAndrew Tridgell2007-10-101-98/+385
* r2751: this is a new ntvfs design which tries to solve:Stefan Metzmacher2007-10-101-9/+9
* r2561: completely redid the ntvfs module chaining code, You can now do someth...Andrew Tridgell2007-10-101-9/+13
* r2249: got rid of some more mem_ctx elements in structuresAndrew Tridgell2007-10-101-7/+7
* r1291: rename struct smbsrv_context to smbsrv_connectionStefan Metzmacher2007-10-101-1/+1
* r1280: rename struct request_context to smbsrv_requestStefan Metzmacher2007-10-101-5/+5