summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r2751: this is a new ntvfs design which tries to solve:Stefan Metzmacher12-69/+95
2007-10-10r2679: fixed an uninitialised variable found with valgrindAndrew Tridgell1-1/+2
2007-10-10r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell1-6/+1
2007-10-10r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()Andrew Tridgell7-16/+66
2007-10-10r2656: moved the seteuid configure tests into the posix backend (these testsAndrew Tridgell1-0/+57
2007-10-10r2654: fixed some more server memory leaks. We are now down to a single leakAndrew Tridgell1-1/+1
2007-10-10r2613: use a talloc destructor to ensure that file descriptors are not leakedAndrew Tridgell1-2/+26
2007-10-10r2573: - added a configure test for nanosecond time resolution in struct statAndrew Tridgell3-0/+52
2007-10-10r2561: completely redid the ntvfs module chaining code, You can now do someth...Andrew Tridgell13-26/+42
2007-10-10r2524: a simple pvfs rename implementation to make testing easierAndrew Tridgell2-10/+69
2007-10-10r2520: - finished implementing the server side of the old style search requestsAndrew Tridgell1-81/+200
2007-10-10r2503: the RAW-SEARCH test now mostly passes against the posix backendAndrew Tridgell4-103/+264
2007-10-10r2469: complete overhaul of the old-style RAW_SEARCH_ calls (the OS/2 andAndrew Tridgell2-21/+91
2007-10-10r2438: compile on systems without O_DIRECTORY (probably won't work, but I'll ...Andrew Tridgell1-0/+5
2007-10-10r2436: the second big lump of posix vfs code.Andrew Tridgell14-186/+817
2007-10-10r2404: the first large lump of posix vfs stuff.Andrew Tridgell9-37/+1137
2007-10-10r2252: don't register the same name twiceAndrew Tridgell1-2/+2
2007-10-10r2251: forgot to add vfs_posix.h in my last commitAndrew Tridgell2-2/+261
2007-10-10r2249: got rid of some more mem_ctx elements in structuresAndrew Tridgell1-12/+30
2007-10-10r1916: return a more clear error, we are miss configure in this caseStefan Metzmacher1-1/+1
2007-10-10r1286: rename struct tcon_context to smbsrv_tconStefan Metzmacher1-1/+1
2007-10-10r1280: rename struct request_context to smbsrv_requestStefan Metzmacher1-1/+1
2007-10-10r312: let ntvfs posix backend return NT_STATUS_ACCESS_DENIED in the connect hookStefan Metzmacher1-85/+14
2003-11-25CVS: ----------------------------------------------------------------------Jelmer Vernooij1-7/+9
2003-08-13first public release of samba4 codeAndrew Tridgell1-0/+151