Don't cast arguments to free()
[openafs.git] / src / WINNT /
2012-05-21 Jeffrey AltmanWindows: avoid deadlock TreeLock vs Fcb Resource
2012-05-19 Jeffrey AltmanWindows: buf redir queue mgmt scp can be null
2012-05-17 Jeffrey AltmanWindows: Apply MAX_FID_COUNT to AFS Redirector
2012-05-17 Jeffrey AltmanWindows: AFSTearDownExtents may experience active extents
2012-05-16 Jeffrey AltmanWindows: avoid duplicate work cm_Analyze
2012-05-15 Jeffrey AltmanWindows: init section ptrs for pioctl files
2012-05-15 Jeffrey AltmanWindows: Redir Ioctl thread safety
2012-05-15 Jeffrey AltmanWindows: Permit Media Player to work with mapped drives
2012-05-10 Jeffrey AltmanWindows: Avoid deadlock during "fs memdump"
2012-05-10 Jeffrey AltmanWindows: cm_GetBuffer do not retry if biod empty
2012-05-07 Jeffrey AltmanWindows: cleanup redirector pipes
2012-05-07 Jeffrey AltmanWindows: Correct refcount leak
2012-05-07 Jeffrey AltmanWindows: fix build with DEBUG_REFCOUNT
2012-05-07 Jeffrey AltmanWindows: Checksum server lists on Volume Errors
2012-05-06 Jeffrey AltmanWindows: cm_SetServerBusyState use cm_ServerEqual
2012-05-06 Jeffrey AltmanWindows: Track Mixed RO Volume Release State
2012-05-06 Jeffrey AltmanWindows: Make CM resilient to transient VNOVOL
2012-05-06 Jeffrey AltmanWindows: cm_GetNewSCache drop lock to permit change
2012-05-06 Jeffrey AltmanWindows: Remove dead code in AFSRead.cpp
2012-05-04 Jeffrey AltmanWindows: FCB cleanup must be done before ObjectInfo
2012-05-04 Jeffrey AltmanWindows: AFSInitFcb STATUS_REPARSE cleanup
2012-05-04 Jeffrey AltmanWindows: cm_BkgFetch do not impose arbitrary timeout
2012-05-04 Jeffrey AltmanWindows: Treat all cached writes as write-through
2012-05-04 Jeffrey AltmanWindows: AFSQueueFlushExtents permit NULL AuthGroup
2012-05-04 Jeffrey AltmanWindows: refactor AFSCleanupFcb
2012-05-04 Jeffrey AltmanWindows: correct typos or mistaken comments
2012-05-04 Jeffrey AltmanWindows: RDR_RequestFileExtentsAsync set current DV
2012-05-04 Jeffrey AltmanWindows: refactor cm_GetBuffer avoid BIOD construction
2012-05-04 Jeffrey AltmanWindows: cm_InitDaemon initialize cm_bkgQueueCountp[]
2012-05-04 Jeffrey AltmanWindows: cm_QueueBKGRequest improvements
2012-05-04 Jeffrey AltmanWindows: buf_GetNewLocked skip redirector owned buffers
2012-05-04 Jeffrey AltmanWindows: buf_RemoveFromRedirQueue in buf_Init
2012-05-04 Jeffrey AltmanWindows: AFSInitializeProcessCB failure stack exhaustion
2012-05-04 Jeffrey AltmanWindows: More useful AFSDumpFile exception info
2012-05-04 Jeffrey AltmanWindows: VNOSERVICE error translation
2012-05-04 Jeffrey AltmanWindows: VNOSERVICE message text
2012-05-04 Jeffrey AltmanWindows: reorg RDR_CleanupFile to prevent lock leak
2012-04-29 Jeffrey AltmanWindows: Cc FileObject Settings
2012-04-29 Jeffrey AltmanWindows: correct cm_Analyze log message
2012-04-29 Jeffrey AltmanWindows: remove unnecessary libs from aklog/asetkey
2012-04-29 Jeffrey AltmanWindows: Remove High Security Integrated Logon
2012-04-29 Jeffrey AltmanWindows: fs getcacheparms
2012-04-25 Jeffrey AltmanWindows: AFSValidateEntry CcPurge on DV change
2012-04-25 Jeffrey AltmanWindows: Directory validation should purge data changes...
2012-04-25 Jeffrey AltmanWindows: Flag purge on close if CcPurgeCacheSection...
2012-04-22 Jeffrey AltmanWindows: Add global root to name array if share name
2012-04-22 Jeffrey AltmanWindows: cm_ResetACLCache handle NULL cellp
2012-04-22 Jeffrey AltmanWindows: reverse order of EACCESS and USER locks
2012-04-17 Jeffrey AltmanWindows: Drop Fcb Resource across SetEOF and SetAllocation
2012-04-17 Jeffrey AltmanWindows: Hold PagingResource across ExtendingWrite
2012-04-17 Peter ScottWindows: AFSProcessOverwriteSupersede CcSetFileSizes
2012-04-15 Jeffrey AltmanWindows: _._AFS_IOCTL_._ hidden and system
2012-04-15 Jeffrey AltmanWindows: Remove PurgeContent param AFSVerifyEntry
2012-04-15 Jeffrey AltmanWindows: Flush data and then drop locks
2012-04-11 Jeffrey AltmanWindows: missing brace in RDR_CleanupFileEntry
2012-04-11 Jeffrey AltmanWindows: Do not delete in CleanupFile if error
2012-04-10 Simon WilkinsonRework the ugen_* interface
2012-04-10 Jeffrey AltmanWindows: AFSValidateProcessEntry, ullProcessId 64-bit
2012-04-10 Jeffrey AltmanWindows: report error on panic
2012-04-10 Jeffrey AltmanWindows: correct afsredir log entries
2012-04-10 Jeffrey AltmanWindows: Refactor AFSValidateEntry
2012-04-07 Jeffrey AltmanWindows: Disk Full errors instead of Quota Exceeded
2012-04-07 Jeffrey AltmanWindows: AFSCheckCellName one level of indirection
2012-04-06 Jeffrey AltmanWindows: CleanACLEnt requires cm_scache write locked
2012-04-06 Jeffrey AltmanWindows: Name Array store mount point and volume root
2012-04-06 Jeffrey AltmanWindows: do not call time() in a loop
2012-04-06 Jeffrey AltmanWindows: Add per object per user EACCES caching
2012-04-06 Jeffrey AltmanWindows: Fail recursive path evaluation with access...
2012-04-06 Jeffrey AltmanWindows: Check Avail Space on extending SetEndOfFile
2012-04-05 Jeffrey AltmanWindows: Redirector must query volume size when asked
2012-04-05 Jeffrey AltmanWindows: cm_AddACLCache lock ordering
2012-04-05 Jeffrey AltmanWindows: AFSVerifyEntry purge file data on DV change
2012-04-03 Jeffrey AltmanWindows: Redirector Dir Enumeration Bug
2012-04-03 Jeffrey AltmanWindows: cm_GetNewSCache must return NULL on failure
2012-04-03 Jeffrey AltmanWindows: Pass name array to AFSRetrieveFileInformation
2012-04-03 Jeffrey AltmanWindows: Use hash when comparing File IDs in redirector
2012-04-03 Jeffrey AltmanWindows FindACLCache must hold scp write locked
2012-04-03 Jeffrey AltmanWindows: fix indentation
2012-04-03 Jeffrey AltmanWindows: Freelance HaveAccessRights
2012-04-03 Jeffrey AltmanWindows: optimize InitCallback3 processing
2012-04-03 Jeffrey AltmanWindows: Record callback issued time
2012-04-03 Jeffrey AltmanWindows: Implement cm_TGTLifeTime()
2012-04-03 Jeffrey AltmanWindows: add parent FID to cm_GetSCache
2012-03-30 Jeffrey AltmanWindows: avoid deadlock with Trend Micro
2012-03-30 Jeffrey AltmanWindows: Use ulFilter in AFSInvalidateObject
2012-03-28 Jeffrey AltmanWindows: ObjectInformation.ObjectReferenceCount comparison
2012-03-28 Jeffrey AltmanWindows: Add Name Array Processing Trace Subsystem
2012-03-28 Jeffrey AltmanWindows: AFSInvalidateObject can overwrite input param
2012-03-28 Jeffrey Altmanwindows: ObjectInformationCB.ObjectReferenceCount
2012-03-27 Jeffrey AltmanWindows: Fix VNOSERVICE EventLog parameters
2012-03-27 Jeffrey AltmanWindows: CreateProcessNotify verify changes
2012-03-25 Jeffrey AltmanWindows: Assign AuthGroup during Process Create
2012-03-25 Jeffrey AltmanWindows: Refactor AFSProcessSupport
2012-03-22 Jeffrey AltmanWindows: Client handling of VNOSERVICE
2012-03-22 Jeffrey AltmanWindows: AFSRedir Debug for STATUS_NOT_A_DIRECTORY
2012-03-17 Jeffrey AltmanWindows: invalidate correct objects during dir verification
2012-03-13 Jeffrey AltmanWindows: Drop resource across AFSCleanupFcb
2012-03-13 Jeffrey AltmanWindows: Wait for memory allocation if necessary
2012-03-13 Jeffrey AltmanWindows: Correct Data Version change synchronization
2012-03-03 Jeffrey AltmanWindows: add __try..__except
next