STABLE14-windows-notes-20060527

update changelog
This commit is contained in:
Jeffrey Altman 2006-05-28 14:58:01 +00:00
parent 8851009ade
commit ffa9ce0c7e

View File

@ -1,3 +1,31 @@
Since 1.4.1b:
* Fix aklog AFSID lookup to use not send the realm
name when the realm is the local realm for the
cell. The PT Server doesn't strip the realm
name when it is the local realm.
* Treat "\\afs\*." as an alias for "\\afs\all"
* Dynamically adjust the priority of server threads
based upon the age of the CIFS request that is
being processed. The priority is bumped one level
for every 15 seconds of processing time.
* smb_SendPacket cannot release a vcp since it doesn't
own the reference.
* The original openafs contribution mis-used the
cm_GetCallback function. This function should only
be called as a side effect of a call to
cm_SyncOp(CM_SCACHESYNC_NEEDCALLBACK). The way it
was being called results in a FetchStatus RPC being
performed even when the client already has a valid
callback and does so in a manner that destroys the
synchronization of the threads that are calling
cm_SyncOp. If nothing else this results in a
significant performance penalty.
Since 1.4.1a: 1.4.1b (16 May 2006)
* More changes to cleanup of smb_vc_t objects in