summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* r3012: added initial support for byte range locking in the posix vfs. This isAndrew Tridgell2007-10-108-22/+645
* 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
* r2934: - changed the unixuid module to use the nt_user_token instead of the s...Andrew Tridgell2007-10-101-14/+19
* r2931: use next_codepoint() to ensure we properly handle multi-byte character...Andrew Tridgell2007-10-101-2/+6
* r2930: added a security context cache to the unixuid module. The moduleAndrew Tridgell2007-10-101-4/+22
* 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
* r2803: allow unixuid module to work with foreign security principlesAndrew Tridgell2007-10-101-4/+8