summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/vfs_posix.h
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r7792: make the allocation size rounding in pvfs configurableAndrew Tridgell1-0/+3
2007-10-10r6599: Fix formating using 'linux' C styleAlexander Bokovoy1-0/+14
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell1-0/+1
2007-10-10r4956: - moved the definition of the mangle context structure into a pvfs_sho...Andrew Tridgell1-25/+0
2007-10-10r4464: added pvfs backend support for the special CREATOR_OWNER and CREATOR_G...Andrew Tridgell1-0/+6
2007-10-10r4242: added support for storing xattrs in a tdb. This allows all advanced NTAndrew Tridgell1-0/+3
2007-10-10r3990: take advantage of the uid->sid and gid->sid code to create a muchAndrew Tridgell1-0/+1
2007-10-10r3939: - added "posix:fakeoplocks" option for testing with oplocks forced onAndrew Tridgell1-1/+5
2007-10-10r3799: - added the bit for FS_ATTR_NAMED_STREAMS support into qfsinfo filesys...Andrew Tridgell1-0/+3
2007-10-10r3798: added support for alternate data streams in xattrs into pvfs.Andrew Tridgell1-4/+9
2007-10-10r3747: - added some of the infrastructure needed for streams support in pvfsAndrew Tridgell1-1/+1
2007-10-10r3618: - this adds the special case for DENY_DOS semantics, as shown by the B...Andrew Tridgell1-2/+4
2007-10-10r3615: split out struct pvfs_file_handle from struct pvfs_file. This is inAndrew Tridgell1-21/+35
2007-10-10r3595: - fixed a talloc_free ordering problem on cleanup with pending requestsAndrew Tridgell1-0/+3
2007-10-10r3545: initial support for using extended attributes to hold extended dos att...Andrew Tridgell1-0/+1
2007-10-10r3540: added testing of SMBntcancel in the open/open/close muxAndrew Tridgell1-0/+13
2007-10-10r3532: make sharing violation delay in pvfs configurable with "posix:sharedel...Andrew Tridgell1-0/+3
2007-10-10r3528: added support for the SMBntcancel() operation, which cancels anyAndrew Tridgell1-0/+4
2007-10-10r3507: - added deferred replies on sharing violation in pvfs open. TheAndrew Tridgell1-0/+2
2007-10-10r3466: split out request.h, signing.h, and smb_server.hAndrew Tridgell1-0/+2
2007-10-10r3276: - allow for more than 256 open old style searches (limit currently set...Andrew Tridgell1-10/+3
2007-10-10r3262: - new pvfs_dirlist code that reopens the directory between searchAndrew Tridgell1-9/+0
2007-10-10r3227: added a per-share option "case insensitive filesystem", that tells theAndrew Tridgell1-2/+1
2007-10-10r3207: - reformat error msgs in BASE-DIR* testsAndrew Tridgell1-0/+1
2007-10-10r3161: pvfs now passes the RAW-SEEK testAndrew Tridgell1-0/+4
2007-10-10r3147: added basic share modes support for pvfs (or more precisely, ntcreatexAndrew Tridgell1-0/+4
2007-10-10r3135: split the "create new" logic out from the "open existing" logic inAndrew Tridgell1-2/+2
2007-10-10r3127: added the initial code for the open files database. Doesn't doAndrew Tridgell1-0/+1
2007-10-10r3126: in the brlock code I had used a void* for the brl context as I didn'tAndrew Tridgell1-1/+1
2007-10-10r3056: added a id -> pointer data structure (a type of radix tree). This isAndrew Tridgell1-17/+11
2007-10-10r3031: added support for lock cancelation, which effectively just triggers an...Andrew Tridgell1-0/+4
2007-10-10r3012: added initial support for byte range locking in the posix vfs. This isAndrew Tridgell1-6/+15
2007-10-10r2941: added pvfs_flush() implementation to the posix backendAndrew Tridgell1-0/+1
2007-10-10r2928: - fixed the handling of reserved names (rejecting them with ACCESS_DEN...Andrew Tridgell1-2/+0
2007-10-10r2927: imported the hash2 name mangling code from Samba3 into Samba4, butAndrew Tridgell1-0/+28
2007-10-10r2751: this is a new ntvfs design which tries to solve:Stefan Metzmacher1-2/+0
2007-10-10r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()Andrew Tridgell1-0/+8
2007-10-10r2561: completely redid the ntvfs module chaining code, You can now do someth...Andrew Tridgell1-0/+2
2007-10-10r2469: complete overhaul of the old-style RAW_SEARCH_ calls (the OS/2 andAndrew Tridgell1-1/+1
2007-10-10r2436: the second big lump of posix vfs code.Andrew Tridgell1-19/+31
2007-10-10r2404: the first large lump of posix vfs stuff.Andrew Tridgell1-1/+84
2007-10-10r2251: forgot to add vfs_posix.h in my last commitAndrew Tridgell1-0/+27