summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/posix/vfs_posix.h
Commit message (Expand)AuthorAgeFilesLines
* r14964: - move sidmap code from ntvfs_common to SAMDBStefan Metzmacher2007-10-101-0/+1
* r14838: fix the build. Looks like I still haven't quite got the hang of theAndrew Tridgell2007-10-101-0/+1
* r14736: - the ntvfs subsystem should not know about smb_server.hStefan Metzmacher2007-10-101-1/+0
* r14616: added notify change support to the posix backendAndrew Tridgell2007-10-101-0/+4
* r14540: fix a talloc hierachie problem,Stefan Metzmacher2007-10-101-11/+33
* r14487: split smbsrv_request into two parts, one will be moved to ntvfs_requestStefan Metzmacher2007-10-101-1/+1
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-1/+1
* r14456: don't access the smbsrv_tcon inside the ntvfs modulesStefan Metzmacher2007-10-101-1/+1
* r14157: - pass a struct ntvfs_request to the ntvfs layerStefan Metzmacher2007-10-101-10/+0
* r12696: Reduce the size of include/structs.hJelmer Vernooij2007-10-101-0/+1
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-101-0/+2
* r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.Jelmer Vernooij2007-10-101-0/+1
* r12019: - let us only reference libblkid stuff in one fileStefan Metzmacher2007-10-101-14/+1
* 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