summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3172: much better qfileinfo implementation in pvfs. We now pass RAW-QFILEINFOAndrew Tridgell1-52/+179
2007-10-10r3161: pvfs now passes the RAW-SEEK testAndrew Tridgell9-21/+149
2007-10-10r3160: recognise RAW_SFILEINFO_DISPOSITION_INFORMATION (fixes temporary files...Andrew Tridgell1-0/+3
2007-10-10r3159: use easy to recognise file handle numbers for new file, old file and d...Andrew Tridgell1-9/+17
2007-10-10r3154: pvfs now passes all of BASE-DELETEAndrew Tridgell1-2/+24
2007-10-10r3153: pvfs now passes the first 9 of the BASE-DELETE testsAndrew Tridgell2-27/+88
2007-10-10r3147: added basic share modes support for pvfs (or more precisely, ntcreatexAndrew Tridgell4-40/+103
2007-10-10r3142: fill in all the ntcreatex response fields explicitly, rather thanAndrew Tridgell1-35/+41
2007-10-10r3135: split the "create new" logic out from the "open existing" logic inAndrew Tridgell2-29/+188
2007-10-10r3133: - more consistent error checking in rename and setfileinfoAndrew Tridgell3-2/+21
2007-10-10r3127: added the initial code for the open files database. Doesn't doAndrew Tridgell3-0/+10
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-10r3081: several updates to ntvfs and server side async request handling inAndrew Tridgell4-136/+199
2007-10-10r3064: - use UINT8_MAX and UINT16_MAX instead of hex values for idr_get_new(...Andrew Tridgell2-3/+3
2007-10-10r3057: - moved the idtree.c code into lib/Andrew Tridgell1-1/+0
2007-10-10r3056: added a id -> pointer data structure (a type of radix tree). This isAndrew Tridgell6-130/+134
2007-10-10r3039: This solves the problem of async handlers in ntvfs backends not beingAndrew Tridgell2-3/+34
2007-10-10r3035: if the ntvfs layers prior to us have said that we can't perform anAndrew Tridgell1-1/+2
2007-10-10r3034: - fixed a bug in message dispatch, when the dispatch function called ...Andrew Tridgell3-14/+38
2007-10-10r3031: added support for lock cancelation, which effectively just triggers an...Andrew Tridgell3-6/+58
2007-10-10r3029: implemented byte range lock timeouts.Andrew Tridgell5-7/+317
2007-10-10r3012: added initial support for byte range locking in the posix vfs. This isAndrew Tridgell7-22/+227
2007-10-10r2984: fixed the error code for a non-terminal component of a path name not e...Andrew Tridgell1-2/+1
2007-10-10r2941: added pvfs_flush() implementation to the posix backendAndrew Tridgell4-10/+67
2007-10-10r2931: use next_codepoint() to ensure we properly handle multi-byte character...Andrew Tridgell1-2/+6
2007-10-10r2928: - fixed the handling of reserved names (rejecting them with ACCESS_DEN...Andrew Tridgell3-38/+23
2007-10-10r2927: imported the hash2 name mangling code from Samba3 into Samba4, butAndrew Tridgell5-39/+693
2007-10-10r2926: name->dos.attrib is not valid unless name->exists is trueAndrew Tridgell1-2/+4
2007-10-10r2916: longhorn client doesn't bother setting the directory bit in ntcreatexAndrew Tridgell1-1/+6
2007-10-10r2904: - fixed the old style SMBsearch to return the pvfs shortname, not a tr...Andrew Tridgell2-3/+6
2007-10-10r2893: added very primitive name mangling support to pvfsAndrew Tridgell2-4/+58
2007-10-10r2800: removed the warning about using the posix ntvfs handler, as it is nowAndrew Tridgell1-2/+0
2007-10-10r2794: a very simple version of the unixuid NTVFS pass-thru module. InAndrew Tridgell1-55/+0
2007-10-10r2789: fix compileSimo Sorce1-1/+1
2007-10-10r2788: prevent a memory leak in the pvfs search backendAndrew Tridgell2-4/+6
2007-10-10r2786: - match on both long and short name for search posix backendAndrew Tridgell3-4/+29
2007-10-10r2751: this is a new ntvfs design which tries to solve:Stefan Metzmacher12-69/+95
2007-10-10r2679: fixed an uninitialised variable found with valgrindAndrew Tridgell1-1/+2
2007-10-10r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell1-6/+1
2007-10-10r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()Andrew Tridgell7-16/+66
2007-10-10r2656: moved the seteuid configure tests into the posix backend (these testsAndrew Tridgell1-0/+57
2007-10-10r2654: fixed some more server memory leaks. We are now down to a single leakAndrew Tridgell1-1/+1
2007-10-10r2613: use a talloc destructor to ensure that file descriptors are not leakedAndrew Tridgell1-2/+26
2007-10-10r2573: - added a configure test for nanosecond time resolution in struct statAndrew Tridgell3-0/+52
2007-10-10r2561: completely redid the ntvfs module chaining code, You can now do someth...Andrew Tridgell13-26/+42
2007-10-10r2524: a simple pvfs rename implementation to make testing easierAndrew Tridgell2-10/+69
2007-10-10r2520: - finished implementing the server side of the old style search requestsAndrew Tridgell1-81/+200
2007-10-10r2503: the RAW-SEARCH test now mostly passes against the posix backendAndrew Tridgell4-103/+264
2007-10-10r2469: complete overhaul of the old-style RAW_SEARCH_ calls (the OS/2 andAndrew Tridgell2-21/+91
2007-10-10r2438: compile on systems without O_DIRECTORY (probably won't work, but I'll ...Andrew Tridgell1-0/+5