summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/vfs_posix.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r7792: make the allocation size rounding in pvfs configurableAndrew Tridgell1-0/+3
2007-10-10r7557: trigger a probe at tconx time to see if xattrs are really supported byAndrew Tridgell1-0/+5
2007-10-10r6599: Fix formating using 'linux' C styleAlexander Bokovoy1-0/+3
2007-10-10r5501: check the return of talloc with the NT_STATUS_HAVE_NO_MEMORY()Stefan Metzmacher1-15/+9
2007-10-10r5296: - only include the tdb headers where they are neededAndrew Tridgell1-0/+1
2007-10-10r5102: This is a major simplification of the logic for controlling top levelAndrew Tridgell1-4/+5
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-1/+1
2007-10-10r4728: split up server_services into:Stefan Metzmacher1-4/+4
2007-10-10r4464: added pvfs backend support for the special CREATOR_OWNER and CREATOR_G...Andrew Tridgell1-0/+4
2007-10-10r4423: give lp_parm_int() and lp_parm_ulong() default valuesStefan Metzmacher1-7/+1
2007-10-10r4242: added support for storing xattrs in a tdb. This allows all advanced NTAndrew Tridgell1-0/+16
2007-10-10r3990: take advantage of the uid->sid and gid->sid code to create a muchAndrew Tridgell1-0/+5
2007-10-10r3983: posix:fakeoplocks should default to False, not True !Andrew Tridgell1-1/+1
2007-10-10r3939: - added "posix:fakeoplocks" option for testing with oplocks forced onAndrew Tridgell1-0/+4
2007-10-10r3832: added NT ACL query/set to the posix NTVFS backend. The default ACL isAndrew Tridgell1-0/+3
2007-10-10r3799: - added the bit for FS_ATTR_NAMED_STREAMS support into qfsinfo filesys...Andrew Tridgell1-0/+10
2007-10-10r3747: - added some of the infrastructure needed for streams support in pvfsAndrew Tridgell1-2/+1
2007-10-10r3737: - Get rid of the register_subsystem() and register_backend() functions.Jelmer Vernooij1-2/+2
2007-10-10r3615: split out struct pvfs_file_handle from struct pvfs_file. This is inAndrew Tridgell1-1/+0
2007-10-10r3545: initial support for using extended attributes to hold extended dos att...Andrew Tridgell1-1/+5
2007-10-10r3532: make sharing violation delay in pvfs configurable with "posix:sharedel...Andrew Tridgell1-0/+7
2007-10-10r3528: added support for the SMBntcancel() operation, which cancels anyAndrew Tridgell1-0/+1
2007-10-10r3461: another place where "open" was used as a structure elementAndrew Tridgell1-1/+1
2007-10-10r3288: - updated the path processing in pvfs to pass the RAW-CHKPATH test. ThisAndrew Tridgell1-1/+2
2007-10-10r3253: - added rudimentary support for ntioctl in pvfsAndrew Tridgell1-9/+6
2007-10-10r3227: added a per-share option "case insensitive filesystem", that tells theAndrew Tridgell1-0/+1
2007-10-10r3161: pvfs now passes the RAW-SEEK testAndrew Tridgell1-20/+0
2007-10-10r3127: added the initial code for the open files database. Doesn't doAndrew Tridgell1-0/+8
2007-10-10r3056: added a id -> pointer data structure (a type of radix tree). This isAndrew Tridgell1-2/+13
2007-10-10r3039: This solves the problem of async handlers in ntvfs backends not beingAndrew Tridgell1-0/+1
2007-10-10r3029: implemented byte range lock timeouts.Andrew Tridgell1-1/+2
2007-10-10r3012: added initial support for byte range locking in the posix vfs. This isAndrew Tridgell1-15/+13
2007-10-10r2941: added pvfs_flush() implementation to the posix backendAndrew Tridgell1-10/+1
2007-10-10r2927: imported the hash2 name mangling code from Samba3 into Samba4, butAndrew Tridgell1-0/+6
2007-10-10r2800: removed the warning about using the posix ntvfs handler, as it is nowAndrew Tridgell1-2/+0
2007-10-10r2751: this is a new ntvfs design which tries to solve:Stefan Metzmacher1-14/+24
2007-10-10r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()Andrew Tridgell1-9/+1
2007-10-10r2654: fixed some more server memory leaks. We are now down to a single leakAndrew Tridgell1-1/+1
2007-10-10r2561: completely redid the ntvfs module chaining code, You can now do someth...Andrew Tridgell1-4/+6
2007-10-10r2524: a simple pvfs rename implementation to make testing easierAndrew Tridgell1-10/+0
2007-10-10r2436: the second big lump of posix vfs code.Andrew Tridgell1-93/+19
2007-10-10r2404: the first large lump of posix vfs stuff.Andrew Tridgell1-36/+45
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 Tridgell1-2/+234
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