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