Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r18835: expand IO limits on SMB2. Samba4 now tops out at 16.7MB IOs. | Andrew Tridgell | 1 | -6/+0 |
2007-10-10 | r17088: add ntvfs mapping function for notify | Stefan Metzmacher | 1 | -0/+64 |
2007-10-10 | r16868: init some uninitialized values | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r16730: that is correct... | Stefan Metzmacher | 1 | -2/+1 |
2007-10-10 | r16699: the layout of SMB2 Read and Write is identical... | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r15814: add SMB2 Lock interface structure | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r15760: - add RAW_READ_SMB2 => generic mapping | Stefan Metzmacher | 1 | -3/+22 |
2007-10-10 | r15757: - add RAW_WRITE_SMB2 => generic mapping | Stefan Metzmacher | 1 | -0/+17 |
2007-10-10 | r15754: - implement SMB2 Close | Stefan Metzmacher | 1 | -2/+9 |
2007-10-10 | r15752: - add generic mapping for RAW_OPEN_SMB2 | Stefan Metzmacher | 1 | -0/+32 |
2007-10-10 | r15750: don't clear after setting | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r15734: This is a major change to the NTVFS subsystem: | Stefan Metzmacher | 1 | -23/+23 |
2007-10-10 | r15328: Move some functions around, remove dependencies. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r14736: - the ntvfs subsystem should not know about smb_server.h | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r14487: split smbsrv_request into two parts, one will be moved to ntvfs_request | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r14256: - rename smb_file -> smb_handle | Stefan Metzmacher | 1 | -34/+34 |
2007-10-10 | r14208: removed use of req->flags2 inside the ntvfs layer. This should help | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r14173: change smb interface structures to always use | Stefan Metzmacher | 1 | -24/+24 |
2007-10-10 | r14157: - pass a struct ntvfs_request to the ntvfs layer | Stefan Metzmacher | 1 | -54/+68 |
2007-10-10 | r13623: - make sure ntvfs_map_qfileinfo isn't used for async replies | Stefan Metzmacher | 1 | -2/+14 |
2007-10-10 | r12838: make the ntvfs function public | Stefan Metzmacher | 1 | -18/+18 |
2007-10-10 | r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r10138: Fix the mapping table (as tested in smbtorture). EXEC_ACCESS | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r8107: now that we properly separate DOS and NT status codes all the places | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the | Andrew Tridgell | 1 | -18/+18 |
2007-10-10 | r4549: got rid of a lot more uses of plain talloc(), instead using | Andrew Tridgell | 1 | -4/+7 |
2007-10-10 | r4173: - new t2open code, that can cope with "create with EAs". Many thanks | Andrew Tridgell | 1 | -185/+147 |
2007-10-10 | r4011: get rid of rpc_secdes.h and replace it with a single sane set of | Andrew Tridgell | 1 | -14/+17 |
2007-10-10 | r3618: - this adds the special case for DENY_DOS semantics, as shown by the B... | Andrew Tridgell | 1 | -3/+7 |
2007-10-10 | r3574: the RAW-OPEN test changes broke a couple of the other tests. This | Andrew Tridgell | 1 | -8/+13 |
2007-10-10 | r3573: added trans2open support to smbd and pvfs, and fine-tuned the open->ge... | Andrew Tridgell | 1 | -8/+41 |
2007-10-10 | r3531: add support for RAW_OPEN_MKNEW, RAW_OPEN_CREATE and RAW_OPEN_CTEMP in ... | Andrew Tridgell | 1 | -18/+91 |
2007-10-10 | r3530: make sure we match ntvfs_async_state_pop() with ntvfs_async_state_push() | Andrew Tridgell | 1 | -7/+16 |
2007-10-10 | r3528: added support for the SMBntcancel() operation, which cancels any | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r3522: added async support to most of the ntvfs_map_*() functions, allowing f... | Andrew Tridgell | 1 | -276/+429 |
2007-10-10 | r3466: split out request.h, signing.h, and smb_server.h | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r3461: another place where "open" was used as a structure element | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r3458: more solaris portability fixes, the main one being that we can't use a | Andrew Tridgell | 1 | -18/+18 |
2007-10-10 | r3427: split the openx logic out from the other open mapping code | Andrew Tridgell | 1 | -125/+138 |
2007-10-10 | r3336: use a struct ntvfs_async_state to be able to do async chaning of ntvfs... | Stefan Metzmacher | 1 | -4/+4 |
2007-10-10 | r3200: - improved the accuracy of openx emulation. We now nearly pass the ope... | Andrew Tridgell | 1 | -10/+46 |
2007-10-10 | r3107: slight tweak to the openx -> ntcreatex mapping routine. This mapping | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r3087: fixed a typo | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3083: fixed a couple of generic mapping errors found with RAW-* and cifs:map... | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r3081: several updates to ntvfs and server side async request handling in | Andrew Tridgell | 1 | -98/+385 |
2007-10-10 | r2751: this is a new ntvfs design which tries to solve: | Stefan Metzmacher | 1 | -9/+9 |
2007-10-10 | r2561: completely redid the ntvfs module chaining code, You can now do someth... | Andrew Tridgell | 1 | -9/+13 |
2007-10-10 | r2249: got rid of some more mem_ctx elements in structures | Andrew Tridgell | 1 | -7/+7 |
2007-10-10 | r1291: rename struct smbsrv_context to smbsrv_connection | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r1280: rename struct request_context to smbsrv_request | Stefan Metzmacher | 1 | -5/+5 |