Windows: Add Hard Link support to AFS Redirector
[openafs.git] / src / WINNT /
2012-11-24 Jeffrey AltmanWindows: Add Hard Link support to AFS Redirector
2012-11-24 Jeffrey AltmanWindows: Trend Micro QueryDirectory deadlock
2012-11-23 Jeffrey AltmanWindows: Missing lock in AFSNotifyRename
2012-11-23 Jeffrey AltmanWindows: AFSSetRenameInfo always set pRenameInfo
2012-11-23 Jeffrey AltmanWindows: SetFileRenameInfo Improve Error Handling
2012-11-23 Jeffrey AltmanWindows: smb_ReceiveTran2QFileInfo Pioctl support
2012-11-23 Jeffrey AltmanWindows: afslogon do not specify smbName for tokens
2012-11-23 Jeffrey AltmanWindows: Fix smb_ReceiveTran2QPathInfo Pioctl support
2012-11-23 Jeffrey AltmanWindows: QuerySecurity deny access to SACL
2012-11-23 Jeffrey AltmanWindows: Fix Redir link counting
2012-11-23 Jeffrey AltmanWindows: buf_CleanLocked protect against NULL bp->userp
2012-11-23 Jeffrey AltmanWindows: do not adjust deleted scache LRU ordering
2012-11-23 Jeffrey AltmanWindows: buf_CleanLocked validate cm_scache_t
2012-11-23 Jeffrey AltmanWindows: buf_SetDirty add assertion
2012-11-15 Jeffrey AltmanWindows: Hold ProcessTreeLock across AFSValidateProcess...
2012-11-14 Jeffrey AltmanWindows: Do not reset cm_buf.offset on error
2012-11-12 Jeffrey AltmanWindows: SYMSTORE the entire WINNT/afsrdr tree
2012-11-12 Jeffrey AltmanWindows: Add AFSRedir binaries to Symbol Store
2012-11-12 Jeffrey AltmanWindows: torture should not reference roken.h
2012-11-09 Jeffrey AltmanWindows: use hKUserMap to read afslogon username
2012-11-09 Jeffrey AltmanWindows: Prevent SMB unitialized variable access
2012-11-09 Jeffrey AltmanWindows: Treat invalid AFSFetchStatus as VBUSY
2012-11-09 Jeffrey AltmanWindows: cm_IsStatusValid
2012-11-09 Jeffrey AltmanWindows: cm_MergeStatus now returns an error code
2012-11-08 Jeffrey AltmanWindows: RDR_CleanupFileEntry protect lock release
2012-11-08 Jeffrey AltmanWindows: call MIDL_user_allocate instead of calloc
2012-11-08 Jeffrey AltmanWindows: no more _wcsdup; use wcsdup
2012-11-02 Jeffrey AltmanWindows: Use MountRoot for Absolute Symlinks
2012-10-31 Jeffrey AltmanWindows: cm_ConnByServer increment under lock
2012-10-31 Jeffrey AltmanWindows: cm_FindVolumeByName refactoring
2012-10-31 Jeffrey AltmanWindows: use cm_GetVolume / cm_PutVolume
2012-10-31 Jeffrey AltmanWindows: Interlocked ops for cell and scache allocation
2012-10-31 Jeffrey AltmanWindows: Do not flush dirty bufs to deleted FID
2012-10-29 Jeffrey AltmanWindows: Set Server Prefs recalc immediately
2012-10-29 Jeffrey AltmanWindows: mark server reference offline for VOFFLINE
2012-10-29 Jeffrey AltmanRevert "Windows: Media Protected if create on RO volume"
2012-10-28 Jeffrey AltmanWindows: Send all \\AFS\PIPE to afsd_service
2012-10-28 Jeffrey AltmanWindows: Treat EIO from file server as fatal error
2012-10-28 Jeffrey AltmanWindows: ObjectInfo RefCount 0 <-> 1 transitions
2012-10-28 Jeffrey AltmanWindows: PrimaryVolumeWorker ObjectInfoLock deadlock
2012-10-28 Jeffrey AltmanWindows: AFSCleanup re-organization
2012-10-28 Jeffrey AltmanWindows: AFSCleanup Flush Data decision
2012-10-28 Jeffrey AltmanWindows: buf_DirtyBuffersExist return value
2012-10-28 Jeffrey AltmanWindows: AFSMarkDirty() require ExtentsResource held
2012-10-28 Jeffrey AltmanWindows: AFSFlushExtents QueuedFlushCount leak
2012-10-28 Jeffrey AltmanWindows: RDRFunction remove DebugBreak
2012-10-28 Jeffrey AltmanWindows: Promote DELETED from DirEntry to ObjInfo
2012-10-19 Jeffrey AltmanWindows: Remove 'bAllocatedFcb' from AFSCreate.cpp
2012-10-19 Jeffrey AltmanWindows: PrimaryvolumeWorker do not pause if busy fcb
2012-10-19 Jeffrey AltmanWindows: avoid race set/clear ExtentsRequestComplete
2012-10-19 Jeffrey AltmanWindows: clear pending delete upon deletion
2012-10-19 Jeffrey AltmanWindows: AFSInitFcb Check ObjectInfo->Fcb for NULL
2012-10-19 Jeffrey AltmanWindows: Fix DV Raced Trace Message Parameters
2012-10-19 Jeffrey AltmanWindows: Protect ObjectRefCnts with ObjectInfoLock
2012-10-19 Jeffrey AltmanWindows: AFSPrimaryVolumeWorkerThread AFSRemoveFcb
2012-10-19 Jeffrey AltmanWindows: Always AFSInitFcb and AFSRemoveFcb
2012-10-19 Jeffrey AltmanWindows: AFSRequestExtentsAsync and AFSDoExtentsMapRegion
2012-10-19 Jeffrey AltmanWindows: Remove Fcb.Specific.File.LazyWriterThread
2012-10-19 Jeffrey AltmanWindows: Add cm_SyncOp to cm_ReadMountPoint()
2012-10-19 Jeffrey AltmanWindows: AFSInitFcb assign pFcb->ObjectInformation
2012-10-19 Jeffrey AltmanWindows: OpenTargetDirectory AFSInitFcb Reparse Test
2012-10-19 Jeffrey AltmanWindows: ObjectInformationCB indentation
2012-10-19 Jeffrey AltmanWindows: Do not call buf_ClearRDRFlag unlink/rmdir
2012-10-19 Jeffrey AltmanWindows: Correct alloc size SetFileExtents result
2012-10-19 Jeffrey AltmanWindows: AFS_INVALIDATE_DELETE must cancel IO
2012-10-01 Jeffrey AltmanWindows: File Info Query Symlinks
2012-10-01 Jeffrey AltmanWindows: Dir Enum behavior for Symlinks / MPs
2012-10-01 Jeffrey AltmanWindows: Move afsredir process type check
2012-10-01 Jeffrey AltmanWindows: Fix memory leak SRXAFSCB_GetCellServ
2012-10-01 Jeffrey AltmanWindows: duplicate ExtentsResource hold
2012-10-01 Jeffrey AltmanWindows: make static RDR_ParseIoctlPath[Parent]
2012-10-01 Jeffrey AltmanWindows: remove reqp param RDR_IoctlWrite/Read
2012-10-01 Jeffrey AltmanWindows: add cm_req_t to RDR_ioctl_t
2012-10-01 Jeffrey AltmanWindows: Add bWow64 param to RDR_InitReq
2012-10-01 Jeffrey AltmanWindows: cm_ExpandSysName for 64-bit processes
2012-09-27 Chas Williams (CON... afs: casting NULL is generally unnecessary
2012-09-04 Simon WilkinsonFurther rationalise our usage of assert()
2012-08-31 Simon Wilkinsonauth: Relocate NetRestrict support functions
2012-08-15 Jeffrey AltmanWindows: disable short names on Win7 and 2008 R2
2012-08-14 Jeffrey AltmanWindows: AFSProcessUserFsRequest NULL dereference
2012-08-14 Jeffrey AltmanWindows: reset volume NOEXIST flag
2012-08-10 Jeffrey AltmanWindows: sdk install missing headers
2012-08-10 Jeffrey AltmanWindows: remove sdk sample token.c
2012-08-10 Jeffrey AltmanWindows: Freelance Discovery configuration
2012-08-10 Jeffrey AltmanWindows: disable short names on Windows 8
2012-08-10 Peter ScottWindows: FileNormalizedNameInformation take one
2012-08-10 Peter ScottWindows: FSCTL_SET_PURGE_FAILURE_MODE
2012-08-10 Peter ScottWindows: disable short names in redirector option
2012-08-10 Peter ScottWindows: Consolidate Device Flags
2012-07-29 Simon WilkinsonWindows: Rename cm_btree struct data
2012-07-25 Jeffrey AltmanWindows: NPAddConnection3 debugging
2012-07-25 Jeffrey AltmanWindows: Correct exceptions in AFSRDFSProvider
2012-07-24 Jeffrey AltmanWindows: No VLDB server blocking probes
2012-07-24 Jeffrey AltmanWindows: NOPROBE means probe in background thread
2012-07-23 Jeffrey AltmanWindows: get rid of _strdup and use rk_strdup
2012-07-23 Jeffrey AltmanWindows: cm_UpdateVolumeLocation volp locked
2012-07-22 Jeffrey AltmanWindows: Recompute server rank periodically
2012-07-22 Jeffrey AltmanWindows: Clear peer RPC stats on IP addr change
2012-07-22 Jeffrey AltmanWindows: server rankings by RPC statistics
2012-07-22 Jeffrey AltmanWindows: AFSTearDownFcbExtents loop conditional
next