summaryrefslogtreecommitdiff
path: root/source4/ntvfs
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3174: added pvfs_is_open() to allow us to check for open files on unlink. WeAndrew Tridgell3-0/+41
2007-10-10r3172: much better qfileinfo implementation in pvfs. We now pass RAW-QFILEINFOAndrew Tridgell1-52/+179
2007-10-10r3167: Add a member 'endpoint' to the dcerpc_binding struct to use instead ofJelmer Vernooij1-3/+1
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 Tridgell3-28/+143
2007-10-10r3147: added basic share modes support for pvfs (or more precisely, ntcreatexAndrew Tridgell5-41/+241
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 Tridgell3-31/+191
2007-10-10r3133: - more consistent error checking in rename and setfileinfoAndrew Tridgell3-2/+21
2007-10-10r3132: - fixed a type conflict found by talloc_array_p()Andrew Tridgell1-2/+2
2007-10-10r3131: - make map_nt_error_from_unix() return NT_STATUS_UNSUCCESSFUL if errno...Andrew Tridgell1-12/+4
2007-10-10r3129: typoVolker Lendecke1-1/+1
2007-10-10r3127: added the initial code for the open files database. Doesn't doAndrew Tridgell4-0/+155
2007-10-10r3126: in the brlock code I had used a void* for the brl context as I didn'tAndrew Tridgell2-15/+10
2007-10-10r3118: Eliminate struct dcesrv_ep_description and replace it withJelmer Vernooij1-3/+5
2007-10-10r3114: - More work on merging the various structs that describe endpointsJelmer Vernooij1-1/+1
2007-10-10r3107: slight tweak to the openx -> ntcreatex mapping routine. This mappingAndrew Tridgell1-2/+1
2007-10-10r3106: don't call a tree disconnect in the cifs backend, as during a smbdAndrew Tridgell1-2/+1
2007-10-10r3087: fixed a typoAndrew Tridgell1-1/+1
2007-10-10r3086: fixed smbpid handling in the cifs backendAndrew Tridgell1-2/+50
2007-10-10r3083: fixed a couple of generic mapping errors found with RAW-* and cifs:map...Andrew Tridgell1-2/+4
2007-10-10r3082: added a "cifs:mapgeneric" option, which tells the cifs backend to useAndrew Tridgell1-5/+50
2007-10-10r3081: several updates to ntvfs and server side async request handling inAndrew Tridgell8-373/+656
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 Tridgell2-361/+0
2007-10-10r3056: added a id -> pointer data structure (a type of radix tree). This isAndrew Tridgell7-130/+494
2007-10-10r3055: use talloc_zero_p()Andrew Tridgell1-1/+1
2007-10-10r3047: Always include a \ again before the pipe name we're opening. Without aJelmer Vernooij1-4/+3
2007-10-10r3046: \\PIPE\\ is internal (not actually included on the wire)Jelmer Vernooij1-1/+1
2007-10-10r3043: Use binding strings for specifying endpoints. The property forJelmer Vernooij1-5/+0
2007-10-10r3039: This solves the problem of async handlers in ntvfs backends not beingAndrew Tridgell9-4/+120
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 Tridgell4-11/+72
2007-10-10r3029: implemented byte range lock timeouts.Andrew Tridgell6-35/+561
2007-10-10r3024: run the *_connect() NTVFS initialisation operation as root, to allowAndrew Tridgell1-1/+4
2007-10-10r3017: nicer memory handling for event_context_merge()Andrew Tridgell1-2/+2
2007-10-10r3012: added initial support for byte range locking in the posix vfs. This isAndrew Tridgell8-22/+645
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-10r2934: - changed the unixuid module to use the nt_user_token instead of the s...Andrew Tridgell1-14/+19
2007-10-10r2931: use next_codepoint() to ensure we properly handle multi-byte character...Andrew Tridgell1-2/+6
2007-10-10r2930: added a security context cache to the unixuid module. The moduleAndrew Tridgell1-4/+22
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