summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/posix/vfs_posix.c
Commit message (Expand)AuthorAgeFilesLines
* r3227: added a per-share option "case insensitive filesystem", that tells theAndrew Tridgell2007-10-101-0/+1
* r3161: pvfs now passes the RAW-SEEK testAndrew Tridgell2007-10-101-20/+0
* r3127: added the initial code for the open files database. Doesn't doAndrew Tridgell2007-10-101-0/+8
* r3056: added a id -> pointer data structure (a type of radix tree). This isAndrew Tridgell2007-10-101-2/+13
* r3039: This solves the problem of async handlers in ntvfs backends not beingAndrew Tridgell2007-10-101-0/+1
* r3029: implemented byte range lock timeouts.Andrew Tridgell2007-10-101-1/+2
* r3012: added initial support for byte range locking in the posix vfs. This isAndrew Tridgell2007-10-101-15/+13
* r2941: added pvfs_flush() implementation to the posix backendAndrew Tridgell2007-10-101-10/+1
* r2927: imported the hash2 name mangling code from Samba3 into Samba4, butAndrew Tridgell2007-10-101-0/+6
* r2800: removed the warning about using the posix ntvfs handler, as it is nowAndrew Tridgell2007-10-101-2/+0
* r2751: this is a new ntvfs design which tries to solve:Stefan Metzmacher2007-10-101-14/+24
* r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()Andrew Tridgell2007-10-101-9/+1
* r2654: fixed some more server memory leaks. We are now down to a single leakAndrew Tridgell2007-10-101-1/+1
* r2561: completely redid the ntvfs module chaining code, You can now do someth...Andrew Tridgell2007-10-101-4/+6
* r2524: a simple pvfs rename implementation to make testing easierAndrew Tridgell2007-10-101-10/+0
* r2436: the second big lump of posix vfs code.Andrew Tridgell2007-10-101-93/+19
* r2404: the first large lump of posix vfs stuff.Andrew Tridgell2007-10-101-36/+45
* 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-101-2/+234
* 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