r14464: Don't include ndr_BASENAME.h files unless strictly required, instead
[kai/samba.git] / source4 / ntvfs / posix / vfs_posix.h
2007-10-10 Jelmer Vernooijr14464: Don't include ndr_BASENAME.h files unless stric...
2007-10-10 Stefan Metzmacherr14456: don't access the smbsrv_tcon inside the ntvfs...
2007-10-10 Stefan Metzmacherr14157: - pass a struct ntvfs_request to the ntvfs...
2007-10-10 Jelmer Vernooijr12696: Reduce the size of include/structs.h
2007-10-10 Jelmer Vernooijr12542: Move some more prototypes out to seperate headers
2007-10-10 Jelmer Vernooijr12528: Add seperate proto headers for ntvfs, tdr,...
2007-10-10 Stefan Metzmacherr12019: - let us only reference libblkid stuff in one...
2007-10-10 Andrew Tridgellr8535: no longer rely on seekdir working after a closed...
2007-10-10 Andrew Tridgellr7792: make the allocation size rounding in pvfs config...
2007-10-10 Alexander Bokovoyr6599: Fix formating using 'linux' C style
2007-10-10 Andrew Tridgellr5298: - got rid of pstring.h from includes.h. This...
2007-10-10 Andrew Tridgellr4956: - moved the definition of the mangle context...
2007-10-10 Andrew Tridgellr4464: added pvfs backend support for the special CREAT...
2007-10-10 Andrew Tridgellr4242: added support for storing xattrs in a tdb. This...
2007-10-10 Andrew Tridgellr3990: take advantage of the uid->sid and gid->sid...
2007-10-10 Andrew Tridgellr3939: - added "posix:fakeoplocks" option for testing...
2007-10-10 Andrew Tridgellr3799: - added the bit for FS_ATTR_NAMED_STREAMS suppor...
2007-10-10 Andrew Tridgellr3798: added support for alternate data streams in...
2007-10-10 Andrew Tridgellr3747: - added some of the infrastructure needed for...
2007-10-10 Andrew Tridgellr3618: - this adds the special case for DENY_DOS semant...
2007-10-10 Andrew Tridgellr3615: split out struct pvfs_file_handle from struct...
2007-10-10 Andrew Tridgellr3595: - fixed a talloc_free ordering problem on cleanu...
2007-10-10 Andrew Tridgellr3545: initial support for using extended attributes...
2007-10-10 Andrew Tridgellr3540: added testing of SMBntcancel in the open/open...
2007-10-10 Andrew Tridgellr3532: make sharing violation delay in pvfs configurabl...
2007-10-10 Andrew Tridgellr3528: added support for the SMBntcancel() operation...
2007-10-10 Andrew Tridgellr3507: - added deferred replies on sharing violation...
2007-10-10 Andrew Tridgellr3466: split out request.h, signing.h, and smb_server.h
2007-10-10 Andrew Tridgellr3276: - allow for more than 256 open old style searche...
2007-10-10 Andrew Tridgellr3262: - new pvfs_dirlist code that reopens the directo...
2007-10-10 Andrew Tridgellr3227: added a per-share option "case insensitive files...
2007-10-10 Andrew Tridgellr3207: - reformat error msgs in BASE-DIR* tests
2007-10-10 Andrew Tridgellr3161: pvfs now passes the RAW-SEEK test
2007-10-10 Andrew Tridgellr3147: added basic share modes support for pvfs (or...
2007-10-10 Andrew Tridgellr3135: split the "create new" logic out from the "open...
2007-10-10 Andrew Tridgellr3127: added the initial code for the open files databa...
2007-10-10 Andrew Tridgellr3126: in the brlock code I had used a void* for the...
2007-10-10 Andrew Tridgellr3056: added a id -> pointer data structure (a type...
2007-10-10 Andrew Tridgellr3031: added support for lock cancelation, which effect...
2007-10-10 Andrew Tridgellr3012: added initial support for byte range locking...
2007-10-10 Andrew Tridgellr2941: added pvfs_flush() implementation to the posix...
2007-10-10 Andrew Tridgellr2928: - fixed the handling of reserved names (rejectin...
2007-10-10 Andrew Tridgellr2927: imported the hash2 name mangling code from Samba...
2007-10-10 Stefan Metzmacherr2751: this is a new ntvfs design which tries to solve:
2007-10-10 Andrew Tridgellr2660: - converted the libcli/raw/ library to use tallo...
2007-10-10 Andrew Tridgellr2561: completely redid the ntvfs module chaining code...
2007-10-10 Andrew Tridgellr2469: complete overhaul of the old-style RAW_SEARCH_...
2007-10-10 Andrew Tridgellr2436: the second big lump of posix vfs code.
2007-10-10 Andrew Tridgellr2404: the first large lump of posix vfs stuff.
2007-10-10 Andrew Tridgellr2251: forgot to add vfs_posix.h in my last commit