summaryrefslogtreecommitdiff
path: root/source4/ntvfs
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3323: more warning reductionsAndrew Tridgell2-34/+18
2007-10-10r3312: in the brlock code, we prevent lock stampedes by attempting to notAndrew Tridgell1-1/+3
2007-10-10r3290: allow SID_ANONYMOUS ( "S-1-5-7" ) to be the users sidStefan Metzmacher1-1/+1
2007-10-10r3288: - updated the path processing in pvfs to pass the RAW-CHKPATH test. ThisAndrew Tridgell2-32/+52
2007-10-10r3278: - rewrote the client side rpc connection code to use lib/socket/Andrew Tridgell1-2/+2
2007-10-10r3276: - allow for more than 256 open old style searches (limit currently set...Andrew Tridgell2-14/+53
2007-10-10r3271: use "struct messaging_context *" instead of "void *" in messaging APIAndrew Tridgell2-4/+4
2007-10-10r3268: - fixed wildcard handling in new dirlist codeAndrew Tridgell1-12/+41
2007-10-10r3262: - new pvfs_dirlist code that reopens the directory between searchAndrew Tridgell4-101/+176
2007-10-10r3260: redid the pvfs_dirlist() interface in preparation for a "keepAndrew Tridgell3-55/+79
2007-10-10r3258: fixed "don't change" attribute for RAW_SFILEINFO_BASIC_INFOAndrew Tridgell1-1/+1
2007-10-10r3255: - fixed 2 uninitialised data errors found with valgrindAndrew Tridgell1-1/+2
2007-10-10r3254: - expanded the RAW-IOCTL testAndrew Tridgell1-9/+1
2007-10-10r3253: - added rudimentary support for ntioctl in pvfsAndrew Tridgell4-9/+97
2007-10-10r3249: - change_time is closer to ctime than mtimeAndrew Tridgell2-3/+7
2007-10-10r3248: don't stop searches on failed fill_search_info()Andrew Tridgell1-7/+1
2007-10-10r3247: FILE_ATTRIBUTE_NORMAL is only a null-op for setattr and setattre, not ...Andrew Tridgell1-1/+1
2007-10-10r3246: new files should get created with FILE_ATTRIBUTE_ARCHIVEAndrew Tridgell1-1/+1
2007-10-10r3241: don't skip the read completely for a zero-length read, as it could giv...Andrew Tridgell1-8/+7
2007-10-10r3240: - update the rules for what error codes should be given on theAndrew Tridgell7-66/+327
2007-10-10r3239: reads of more than UINT16_MAX bytes should return 0 bytesAndrew Tridgell1-5/+11
2007-10-10r3227: added a per-share option "case insensitive filesystem", that tells theAndrew Tridgell4-10/+27
2007-10-10r3207: - reformat error msgs in BASE-DIR* testsAndrew Tridgell4-4/+11
2007-10-10r3200: - improved the accuracy of openx emulation. We now nearly pass the ope...Andrew Tridgell3-21/+53
2007-10-10r3198: check for too many .. components in filenamesAndrew Tridgell1-1/+16
2007-10-10r3195: fill in more of the fsinfo fields, and avoid calling the potentiallyAndrew Tridgell1-25/+102
2007-10-10r3194: fixed an uninitialised variableAndrew Tridgell1-0/+1
2007-10-10r3193: improved the initial permissions choice for file create, based upon do...Andrew Tridgell2-61/+61
2007-10-10r3192: make sure we don't call pvfs_can_delete() until after we have confirme...Andrew Tridgell1-10/+5
2007-10-10r3189: improved the share_conflict() logic (both in terms of readability andAndrew Tridgell4-35/+74
2007-10-10r3185: Machines can login with krb5, so we need to allow them to map to a uni...Andrew Bartlett1-2/+2
2007-10-10r3180: - basic support for SEC_RIGHT_MAXIMUM_ALLOWED in pvfsAndrew Tridgell1-2/+14
2007-10-10r3179: - fixed error return on utime failureAndrew Tridgell2-2/+3
2007-10-10r3178: honor the write_time on pvfs_close()Andrew Tridgell1-0/+5
2007-10-10r3177: check for open files on renameAndrew Tridgell1-0/+5
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