summaryrefslogtreecommitdiff
path: root/source4/ntvfs/simple/vfs_simple.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3737: - Get rid of the register_subsystem() and register_backend() functions.Jelmer Vernooij1-1/+1
2007-10-10r3528: added support for the SMBntcancel() operation, which cancels anyAndrew Tridgell1-0/+13
2007-10-10r3466: split out request.h, signing.h, and smb_server.hAndrew Tridgell1-0/+1
2007-10-10r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell1-0/+1
2007-10-10r3461: another place where "open" was used as a structure elementAndrew Tridgell1-1/+1
2007-10-10r3447: more include/system/XXX.h include filesAndrew Tridgell1-0/+1
2007-10-10r3323: more warning reductionsAndrew Tridgell1-34/+15
2007-10-10r3131: - make map_nt_error_from_unix() return NT_STATUS_UNSUCCESSFUL if errno...Andrew Tridgell1-12/+4
2007-10-10r3055: use talloc_zero_p()Andrew Tridgell1-1/+1
2007-10-10r3039: This solves the problem of async handlers in ntvfs backends not beingAndrew Tridgell1-0/+11
2007-10-10r2751: this is a new ntvfs design which tries to solve:Stefan Metzmacher1-57/+85
2007-10-10r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()Andrew Tridgell1-1/+10
2007-10-10r2591: fixed two errors in simple backend found with valgrindAndrew Tridgell1-0/+2
2007-10-10r2561: completely redid the ntvfs module chaining code, You can now do someth...Andrew Tridgell1-20/+20
2007-10-10r2434: separate "attrib" and "ex_attrib" elements for DOS attributes is point...Andrew Tridgell1-1/+0
2007-10-10r2403: got rid of a unnecessary mem_ctx in the simple backendAndrew Tridgell1-2/+0
2007-10-10r2249: got rid of some more mem_ctx elements in structuresAndrew Tridgell1-23/+20
2007-10-10r2247: talloc_destroy -> talloc_freeTim Potter1-3/+3
2007-10-10r1983: a completely new implementation of tallocAndrew Tridgell1-3/+3
2007-10-10r1280: rename struct request_context to smbsrv_requestStefan Metzmacher1-28/+28
2007-10-10r1279: rename struct tcon_context to smbsrv_tconStefan Metzmacher1-25/+25
2007-10-10r755: - disallow process_model _thread when we don't have pwread/pwriteStefan Metzmacher1-1/+21
2007-10-10r313: add the warning about fileaccess as user 'root'Stefan Metzmacher1-0/+2
2007-10-10r312: let ntvfs posix backend return NT_STATUS_ACCESS_DENIED in the connect hookStefan Metzmacher1-9/+1
2007-10-10r114: - remember to initialise open_filesAndrew Tridgell1-1/+2
2007-10-10r113: added support for "read only = yes" in simple backendAndrew Tridgell1-13/+39
2007-10-10r112: the simple backend now registers as both "simple" and "default"Andrew Tridgell1-4/+14
2007-10-10r65: added support for file streams in the simple NTVFS backendAndrew Tridgell1-8/+76
2004-02-02some DEBUG and comment fixesStefan Metzmacher1-1/+2
2003-12-11the next step in the dcerpc server code. Added the link between theAndrew Tridgell1-0/+7
2003-12-04* patch based on work by Jim Myers to unify the ioctl handling to beAndrew Tridgell1-1/+1
2003-11-25CVS: ----------------------------------------------------------------------Jelmer Vernooij1-6/+8
2003-09-02thanks to ntfsd and some google searches I worked out what the unknownAndrew Tridgell1-2/+1
2003-08-15fix IRIX buildHerb Lewis1-0/+4
2003-08-13- added SMBntrename test suiteAndrew Tridgell1-3/+7
2003-08-13first public release of samba4 codeAndrew Tridgell1-0/+848