summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/posix/vfs_posix.h
Commit message (Expand)AuthorAgeFilesLines
* 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