summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/posix
Commit message (Expand)AuthorAgeFilesLines
...
* r2916: longhorn client doesn't bother setting the directory bit in ntcreatexAndrew Tridgell2007-10-101-1/+6
* r2904: - fixed the old style SMBsearch to return the pvfs shortname, not a tr...Andrew Tridgell2007-10-102-3/+6
* r2893: added very primitive name mangling support to pvfsAndrew Tridgell2007-10-102-4/+58
* r2800: removed the warning about using the posix ntvfs handler, as it is nowAndrew Tridgell2007-10-101-2/+0
* r2794: a very simple version of the unixuid NTVFS pass-thru module. InAndrew Tridgell2007-10-101-55/+0
* r2789: fix compileSimo Sorce2007-10-101-1/+1
* r2788: prevent a memory leak in the pvfs search backendAndrew Tridgell2007-10-102-4/+6
* r2786: - match on both long and short name for search posix backendAndrew Tridgell2007-10-103-4/+29
* r2751: this is a new ntvfs design which tries to solve:Stefan Metzmacher2007-10-1012-69/+95
* r2679: fixed an uninitialised variable found with valgrindAndrew Tridgell2007-10-101-1/+2
* r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell2007-10-101-6/+1
* r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()Andrew Tridgell2007-10-107-16/+66
* r2656: moved the seteuid configure tests into the posix backend (these testsAndrew Tridgell2007-10-101-0/+57
* r2654: fixed some more server memory leaks. We are now down to a single leakAndrew Tridgell2007-10-101-1/+1
* r2613: use a talloc destructor to ensure that file descriptors are not leakedAndrew Tridgell2007-10-101-2/+26
* r2573: - added a configure test for nanosecond time resolution in struct statAndrew Tridgell2007-10-103-0/+52
* r2561: completely redid the ntvfs module chaining code, You can now do someth...Andrew Tridgell2007-10-1013-26/+42
* r2524: a simple pvfs rename implementation to make testing easierAndrew Tridgell2007-10-102-10/+69
* r2520: - finished implementing the server side of the old style search requestsAndrew Tridgell2007-10-101-81/+200
* r2503: the RAW-SEARCH test now mostly passes against the posix backendAndrew Tridgell2007-10-104-103/+264
* r2469: complete overhaul of the old-style RAW_SEARCH_ calls (the OS/2 andAndrew Tridgell2007-10-102-21/+91
* r2438: compile on systems without O_DIRECTORY (probably won't work, but I'll ...Andrew Tridgell2007-10-101-0/+5
* r2436: the second big lump of posix vfs code.Andrew Tridgell2007-10-1014-186/+817
* r2404: the first large lump of posix vfs stuff.Andrew Tridgell2007-10-109-37/+1137
* r2252: don't register the same name twiceAndrew Tridgell2007-10-101-2/+2
* r2251: forgot to add vfs_posix.h in my last commitAndrew Tridgell2007-10-102-2/+261
* r2249: got rid of some more mem_ctx elements in structuresAndrew Tridgell2007-10-101-12/+30
* r1916: return a more clear error, we are miss configure in this caseStefan Metzmacher2007-10-101-1/+1
* r1286: rename struct tcon_context to smbsrv_tconStefan Metzmacher2007-10-101-1/+1
* r1280: rename struct request_context to smbsrv_requestStefan Metzmacher2007-10-101-1/+1
* r312: let ntvfs posix backend return NT_STATUS_ACCESS_DENIED in the connect hookStefan Metzmacher2007-10-101-85/+14
* CVS: ----------------------------------------------------------------------Jelmer Vernooij2003-11-251-7/+9
* first public release of samba4 codeAndrew Tridgell2003-08-131-0/+151