summaryrefslogtreecommitdiff
path: root/source4/ntvfs/ntvfs_generic.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3427: split the openx logic out from the other open mapping codeAndrew Tridgell1-125/+138
2007-10-10r3336: use a struct ntvfs_async_state to be able to do async chaning of ntvfs...Stefan Metzmacher1-4/+4
2007-10-10r3200: - improved the accuracy of openx emulation. We now nearly pass the ope...Andrew Tridgell1-10/+46
2007-10-10r3107: slight tweak to the openx -> ntcreatex mapping routine. This mappingAndrew Tridgell1-2/+1
2007-10-10r3087: fixed a typoAndrew Tridgell1-1/+1
2007-10-10r3083: fixed a couple of generic mapping errors found with RAW-* and cifs:map...Andrew Tridgell1-2/+4
2007-10-10r3081: several updates to ntvfs and server side async request handling inAndrew Tridgell1-98/+385
2007-10-10r2751: this is a new ntvfs design which tries to solve:Stefan Metzmacher1-9/+9
2007-10-10r2561: completely redid the ntvfs module chaining code, You can now do someth...Andrew Tridgell1-9/+13
2007-10-10r2249: got rid of some more mem_ctx elements in structuresAndrew Tridgell1-7/+7
2007-10-10r1291: rename struct smbsrv_context to smbsrv_connectionStefan Metzmacher1-1/+1
2007-10-10r1280: rename struct request_context to smbsrv_requestStefan Metzmacher1-5/+5
2007-10-10r1279: rename struct tcon_context to smbsrv_tconStefan Metzmacher1-5/+5
2007-10-10r1277: rename struct server_context to smbsrv_ontextStefan Metzmacher1-1/+1
2007-10-10r1268: varient -> variantTim Potter1-1/+1
2007-10-10r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher1-1/+1
2007-10-10r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell1-12/+12
2003-12-04merged more updates from Jim MyersAndrew Tridgell1-12/+103
2003-09-02thanks to ntfsd and some google searches I worked out what the unknownAndrew Tridgell1-2/+1
2003-08-13first public release of samba4 codeAndrew Tridgell1-0/+544