summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs
Commit message (Expand)AuthorAgeFilesLines
...
* r3258: fixed "don't change" attribute for RAW_SFILEINFO_BASIC_INFOAndrew Tridgell2007-10-101-1/+1
* r3255: - fixed 2 uninitialised data errors found with valgrindAndrew Tridgell2007-10-101-1/+2
* r3254: - expanded the RAW-IOCTL testAndrew Tridgell2007-10-101-9/+1
* r3253: - added rudimentary support for ntioctl in pvfsAndrew Tridgell2007-10-104-9/+97
* r3249: - change_time is closer to ctime than mtimeAndrew Tridgell2007-10-102-3/+7
* r3248: don't stop searches on failed fill_search_info()Andrew Tridgell2007-10-101-7/+1
* r3247: FILE_ATTRIBUTE_NORMAL is only a null-op for setattr and setattre, not ...Andrew Tridgell2007-10-101-1/+1
* r3246: new files should get created with FILE_ATTRIBUTE_ARCHIVEAndrew Tridgell2007-10-101-1/+1
* r3241: don't skip the read completely for a zero-length read, as it could giv...Andrew Tridgell2007-10-101-8/+7
* r3240: - update the rules for what error codes should be given on theAndrew Tridgell2007-10-107-66/+327
* r3239: reads of more than UINT16_MAX bytes should return 0 bytesAndrew Tridgell2007-10-101-5/+11
* r3227: added a per-share option "case insensitive filesystem", that tells theAndrew Tridgell2007-10-104-10/+27
* r3207: - reformat error msgs in BASE-DIR* testsAndrew Tridgell2007-10-104-4/+11
* r3200: - improved the accuracy of openx emulation. We now nearly pass the ope...Andrew Tridgell2007-10-103-21/+53
* r3198: check for too many .. components in filenamesAndrew Tridgell2007-10-101-1/+16
* 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