Windows: Deny writes/truncation to files w RO attr
[openafs.git] / src / WINNT / afsrdr / kernel / lib /
2014-04-17 Jeffrey AltmanWindows: Deny writes/truncation to files w RO attr
2014-04-16 Jeffrey AltmanWindows: NP Fail requests if AFSGetAuthenticationId...
2014-04-16 Jeffrey AltmanWindows: Fix AFSSetBasicInfo attribute processing
2014-04-16 Rod WiddowsonWindows: Pin write position prior to defer
2014-04-16 Jeffrey AltmanWindows: AFSCommonWrite add bWriteToEndOfFile var
2014-04-16 Rod WiddowsonWindows: Do not defer Synchronous operations
2014-04-15 Jeffrey AltmanWindows: No RO volume test SetFilePosInfo
2014-03-18 Jeffrey AltmanWindows: NP AFSGetConnectionInfo AuthId == 0
2014-03-17 Jeffrey AltmanWindows: NP AFSGetConnection retrieve AuthId sooner
2014-03-17 Jeffrey AltmanWindows: AFSShareWrite do not assign pFcb too soon
2014-01-09 Jeffrey AltmanWindows: AFSCommonWrite STATUS_PENDING is Success
2014-01-09 Jeffrey AltmanWindows: Mark Irp Pending before Deferring
2013-12-03 Jeffrey AltmanWindows: RDR capture Cc/Mm exceptions do not break
2013-10-31 Jeffrey AltmanWindows: RDRLib Worker Thread shutdown
2013-10-26 Rod WiddowsonWindows: EOF for Synchronous Deferred Writes on XP...
2013-10-26 Jeffrey AltmanWindows: Store OS version as a global
2013-09-28 Jeffrey AltmanWindows: AFSCreate avoid race leading to NULL dereference
2013-09-03 Jeffrey AltmanWindows: Adjust setting of VERIFY_DATA flag
2013-09-03 Jeffrey AltmanWindows: Add trace to track setting VERIFY flag
2013-09-03 Jeffrey AltmanWindows: Skip Extent operations if Direct IO
2013-08-30 Jeffrey AltmanWindows: Hold Fcb Resource across CcPurgeSection
2013-08-30 Jeffrey AltmanWindows: AFSPerformObjectInvalidate FILE processing
2013-08-30 Jeffrey AltmanWindows: AFSVerifyEntry get rid of bPurgeExtents
2013-08-30 Jeffrey AltmanWindows: Fix trace messages in AFSSetEndOfFileInfo
2013-08-30 Jeffrey AltmanWindows: AFSWrite comments
2013-08-30 Jeffrey AltmanWindows: Missing try..except in AFSCachedWrite
2013-08-30 Jeffrey AltmanWindows: Refactor AFSVerifyEntry AFSValidateEntry
2013-08-30 Jeffrey AltmanWindows: introduce Section Object Resource Trace Subsystem
2013-08-30 Jeffrey AltmanWindows: afsredirlib afscommonwrite trace msg error
2013-08-30 Jeffrey AltmanWindows: Call AFSExeceptionFilter for all exceptions
2013-08-21 Jeffrey AltmanWindows: Delay MP Target evaluation until required
2013-07-04 Jeffrey AltmanWindows: Protect all Mm and Cc calls with try..except
2013-05-18 Jeffrey AltmanWindows: AFSNameArrayClone leak in AFSCommonCreate
2013-05-16 Jeffrey AltmanWindows: remove unused and leaked uniRootFileNameClone
2013-05-13 Jeffrey AltmanWindows: NotifyHardLink avoid null ptr reference
2013-05-11 Jeffrey AltmanWindows: Fix trace msg typo in AFSDeleteDirEntry
2013-05-11 Jeffrey AltmanWindows: AFSCleanup move CCb access inside try block
2013-05-11 Jeffrey AltmanWindows: AFSClose Set FsContext* to NULL
2013-05-11 Jeffrey AltmanWindows: AFSClose remove dead code
2013-05-11 Jeffrey AltmanWindows: AFSCommonWrite do not leak SectionObjectResource
2013-05-08 Jeffrey AltmanWindows: AFSLibExFreePool*() macros
2013-05-08 Jeffrey AltmanWindows: Use AFSLibExAllocatePool for library local
2013-05-08 Jeffrey AltmanWindows: CreateFile Reparse Point to File as File
2013-05-08 Jeffrey AltmanWindows: DirControl Reparse Point to File as File
2013-05-08 Jeffrey AltmanWindows: AFSRedirLib AFSIgnoreReparsePointToFile
2013-04-26 Jeffrey AltmanWindows: pSrcObject instead of pSrcFcb->ObjectInformation
2013-04-26 Jeffrey AltmanWindows: AFSLocateNameEntry incorrect pCurrentObject
2013-04-26 Jeffrey AltmanWindows: More ObjectInformation RefCnt Protection
2013-04-26 Jeffrey AltmanWindows: AFSExamineVolume drop TreeLock if waiters
2013-04-26 Jeffrey AltmanWindows: AFSPerformObjectInvalidate hold TreeLock
2013-04-26 Jeffrey AltmanWindows: ObjectInfoCB update last access time
2013-04-26 Jeffrey AltmanWindows: AFSFindObjectInfo update last access time
2013-04-26 Jeffrey AltmanWindows: AFSInvalidateVolume ObjectInfo refcnt decrement
2013-04-26 Jeffrey AltmanWindows: AFSInitDirEntry allocated ObjInfoCBs valid
2013-04-25 Jeffrey AltmanWindows: AFSSetDispositionInfo Verify Dir Enum
2013-04-25 Jeffrey AltmanWindows: fail if pSrcParentObject cannot be resolved
2013-04-25 Jeffrey AltmanWindows: SetFileRenameInfo Do not replace pSrcParentObject
2013-04-09 Jeffrey AltmanWindows: Comment CommonWrite VDL Change
2013-04-09 Jeffrey AltmanWindows: CcPurge range modified by non-cached write
2013-04-09 Jeffrey AltmanWindows: Race between NonCached and Cached Writes
2013-04-09 Jeffrey AltmanWindows: DirectIO AFS_INVALIDATE_DATA_VERSION
2013-04-09 Jeffrey AltmanWindows: AFS_INVALIDATE_DATA_VERSION only by service
2013-04-09 Jeffrey AltmanWindows: Update ValidDataLength on all nonPagingIo
2013-04-09 Jeffrey AltmanWindows: hold locks during non-cached writes
2013-04-09 Jeffrey AltmanWindows: DOS Device VolumeInfo max name length
2013-04-09 Jeffrey AltmanWindows: \\afs\all is not a server for NP enumeration
2013-04-09 Jeffrey AltmanWindows: Runtime RDR Trace Toggle
2013-04-06 Jeffrey AltmanWindows: Avoid unnecessary Ccb->DirectoryCB->ObjectInfo...
2013-04-06 Jeffrey AltmanWindows: AFSInitPIOCtlDirectoryCB Vol ObjInfoTree
2013-04-06 Jeffrey AltmanWindows: Switch to Interlocked ops for RDR Set/Clear
2013-04-06 Jeffrey AltmanWindows: AFSDeleteDirEntry set input to NULL
2013-04-06 Jeffrey AltmanWindows: AFSPrimaryVolumeWorkerThread reorg
2013-04-06 Jeffrey AltmanWindows: FindObjectInfo refcnt under lock
2013-04-06 Jeffrey AltmanWindows: AFSDeleteDirEntry Protect against NULL reference
2013-04-06 Jeffrey AltmanWindows: AFSDeleteObjectInfo AFS_OBJECT_HELD_IN_SERVICE
2013-04-06 Jeffrey AltmanWindows: Add comment to AFSInitDirEntry
2013-04-06 Jeffrey AltmanWindows: AFSDeleteDirEntry deleted flag shuffle
2013-04-06 Jeffrey AltmanWindows: Protect AFSDeleteObjectInfo calls
2013-04-06 Jeffrey AltmanWindows: AFSExamineObject() refcnt underflows
2013-04-05 Jeffrey AltmanWindows: FileSystemAttributes = FILE_READ_ONLY_VOLUME
2013-04-05 Jeffrey AltmanWindows: Move AFSVolume functions to new file
2013-04-05 Jeffrey AltmanWindows: Move Name Array functions to new file
2013-03-31 Jeffrey AltmanWindows: AFSDeleteObjectInfo InterlockedCompareExchange...
2013-03-31 Jeffrey AltmanWindows: additional AFS_SUBSYSTEM_OBJECT_REF_COUNTING
2013-03-28 Jeffrey AltmanWindows: add AFS_OBJECT_REFERENCE_FS_REQ
2013-03-23 Jeffrey AltmanWindows: Create Symlinks in Volume Roots
2013-03-23 Jeffrey AltmanWindows: Robocopy Symlinks
2013-03-22 Jeffrey AltmanWindows: NPAddConnection no local name and connected
2013-03-22 Jeffrey AltmanWindows: NPCancelConnection without drive letter
2013-03-22 Jeffrey AltmanWindows: AFSDeleteObjectInfo InterlockedExchange
2013-03-22 Jeffrey AltmanWindows: FSCTL_SET_REPARSE_POINT NULL ptr dereference
2013-03-22 Jeffrey AltmanWindows: Remove Driver Verifier warning of memory leak
2013-03-22 Jeffrey Altmanwindows: AFSQueryDirectoryQueryDirect no Symlinks
2013-03-18 pete scottWindows: Replace AFSDbgMsgLog func with macro
2013-03-16 Jeffrey AltmanWindows: File Attribute Reporting Consistency
2013-03-16 Jeffrey AltmanWindows: Protect against DirEntry with NULL ObjInfo
2013-03-12 Jeffrey AltmanRevert "Windows: Treat all cached writes as write-through"
2013-03-12 Jeffrey AltmanWindows: Use Microsoft IO_REPARSE_TAG_SYMLINK tag
2013-03-12 Jeffrey AltmanWindows: GetReparseData UNC path format
2013-03-12 Jeffrey AltmanWindows: Claim success for Delete Reparse Tag
next