summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs
Commit message (Expand)AuthorAgeFilesLines
...
* r3195: fill in more of the fsinfo fields, and avoid calling the potentiallyAndrew Tridgell2007-10-101-25/+102
* r3194: fixed an uninitialised variableAndrew Tridgell2007-10-101-0/+1
* r3193: improved the initial permissions choice for file create, based upon do...Andrew Tridgell2007-10-102-61/+61
* r3192: make sure we don't call pvfs_can_delete() until after we have confirme...Andrew Tridgell2007-10-101-10/+5
* r3189: improved the share_conflict() logic (both in terms of readability andAndrew Tridgell2007-10-104-35/+74
* r3185: Machines can login with krb5, so we need to allow them to map to a uni...Andrew Bartlett2007-10-101-2/+2
* r3180: - basic support for SEC_RIGHT_MAXIMUM_ALLOWED in pvfsAndrew Tridgell2007-10-101-2/+14
* 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-103-0/+41
* r3172: much better qfileinfo implementation in pvfs. We now pass RAW-QFILEINFOAndrew Tridgell2007-10-101-52/+179
* r3167: Add a member 'endpoint' to the dcerpc_binding struct to use instead ofJelmer Vernooij2007-10-101-3/+1
* 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-103-28/+143
* r3147: added basic share modes support for pvfs (or more precisely, ntcreatexAndrew Tridgell2007-10-105-41/+241
* 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-103-31/+191
* r3133: - more consistent error checking in rename and setfileinfoAndrew Tridgell2007-10-103-2/+21
* r3132: - fixed a type conflict found by talloc_array_p()Andrew Tridgell2007-10-101-2/+2
* r3131: - make map_nt_error_from_unix() return NT_STATUS_UNSUCCESSFUL if errno...Andrew Tridgell2007-10-101-12/+4
* r3129: typoVolker Lendecke2007-10-101-1/+1
* r3127: added the initial code for the open files database. Doesn't doAndrew Tridgell2007-10-104-0/+155
* r3126: in the brlock code I had used a void* for the brl context as I didn'tAndrew Tridgell2007-10-102-15/+10
* r3118: Eliminate struct dcesrv_ep_description and replace it withJelmer Vernooij2007-10-101-3/+5
* r3114: - More work on merging the various structs that describe endpointsJelmer Vernooij2007-10-101-1/+1
* r3107: slight tweak to the openx -> ntcreatex mapping routine. This mappingAndrew Tridgell2007-10-101-2/+1
* r3106: don't call a tree disconnect in the cifs backend, as during a smbdAndrew Tridgell2007-10-101-2/+1
* r3087: fixed a typoAndrew Tridgell2007-10-101-1/+1
* r3086: fixed smbpid handling in the cifs backendAndrew Tridgell2007-10-101-2/+50
* r3083: fixed a couple of generic mapping errors found with RAW-* and cifs:map...Andrew Tridgell2007-10-101-2/+4
* r3082: added a "cifs:mapgeneric" option, which tells the cifs backend to useAndrew Tridgell2007-10-101-5/+50
* r3081: several updates to ntvfs and server side async request handling inAndrew Tridgell2007-10-108-373/+656
* 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-102-361/+0
* r3056: added a id -> pointer data structure (a type of radix tree). This isAndrew Tridgell2007-10-107-130/+494
* r3055: use talloc_zero_p()Andrew Tridgell2007-10-101-1/+1
* r3047: Always include a \ again before the pipe name we're opening. Without aJelmer Vernooij2007-10-101-4/+3
* r3046: \\PIPE\\ is internal (not actually included on the wire)Jelmer Vernooij2007-10-101-1/+1
* r3043: Use binding strings for specifying endpoints. The property forJelmer Vernooij2007-10-101-5/+0
* r3039: This solves the problem of async handlers in ntvfs backends not beingAndrew Tridgell2007-10-109-4/+120
* 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-104-11/+72
* r3029: implemented byte range lock timeouts.Andrew Tridgell2007-10-106-35/+561
* r3024: run the *_connect() NTVFS initialisation operation as root, to allowAndrew Tridgell2007-10-101-1/+4
* r3017: nicer memory handling for event_context_merge()Andrew Tridgell2007-10-101-2/+2