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