summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/ntvfs_generic.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* r1279: rename struct tcon_context to smbsrv_tconStefan Metzmacher2007-10-101-5/+5
* r1277: rename struct server_context to smbsrv_ontextStefan Metzmacher2007-10-101-1/+1
* r1268: varient -> variantTim Potter2007-10-101-1/+1
* r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher2007-10-101-1/+1
* r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell2007-10-101-12/+12
* merged more updates from Jim MyersAndrew Tridgell2003-12-041-12/+103
* thanks to ntfsd and some google searches I worked out what the unknownAndrew Tridgell2003-09-021-2/+1
* first public release of samba4 codeAndrew Tridgell2003-08-131-0/+544