From d605bf109db15e535618847baadffb35a92ed41a Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Wed, 26 Aug 2009 17:32:31 -0400 Subject: [PATCH] Windows: Updates to Windows ChangeLog 1.5.6200 LICENSE MIT Reviewed-on: http://gerrit.openafs.org/345 Tested-by: Jeffrey Altman Reviewed-by: Jeffrey Altman --- doc/txt/winnotes/afs-changes-since-1.2.txt | 47 ++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/doc/txt/winnotes/afs-changes-since-1.2.txt b/doc/txt/winnotes/afs-changes-since-1.2.txt index c0c64cc69..f68eaac73 100644 --- a/doc/txt/winnotes/afs-changes-since-1.2.txt +++ b/doc/txt/winnotes/afs-changes-since-1.2.txt @@ -1,3 +1,50 @@ +Since 1.5.61 + * IMPORTANT: New support for DCE RPC Services: SRVSVC and WKSSVC. + No longer will browsing \\AFS produce truncated share names. + + * Registry specified server preferences did not result in + the CM_SERVERFLAG_PREF_SET flag being applied to the + cm_server_t object. + + * Avoid unnecessary DNS lookups of share names as cells + when it is known that the name cannot be a cell name. + Any name that does not contain a dot is skipped. + + * When processing Dfs Referral requests, do not return an + error if the server is down or busy; if the volume is + offline; the cell vldb cannot be reached; etc. + These paths are still \\AFS paths and so the client + should not be sent to search elsewhere for resolution. + + * CRITICAL: Prevent the cm_Daemon thread from terminating when + the machine enters the suspend state. IF the cm_Daemon thread + dies, there is nothing to execute down server checks. + + * Prevent use of smb_StartedLock before initialization which + can result in a panic in the lock package. + + * Improve error checking in afslogon.dll in order to prevent + NULL pointer dereferences within GetLogonDomainOptions() + if the Lsa operations fail. + + * Add support to the build system to automatically update + a Microsoft Symbol Store. + + * Do not access the cm_conn_t after executing the cm_Analyze + loops. Doing so can result in an access to memory that has + been freed. + + * CRITICAL: If a StoreData request offset is not aligned on the + buffer module blockSize, (offset % blockSize) bytes of dirty + data will not be written to the file server. + + * CRITICAL: If a StoreData64 request is sent to a file server + that does not support large files (>2GB) and the client is + unaware that the server has no large file support, the first + chunksize worth of data will not be written to the file server. + This bug was introduced in 1.5.3. It affects all IBM AFS file + servers and all OpenAFS file servers older than 1.4.0. + Since 1.5.60 * If a file server becomes inaccessible while the cache manager has dirty buffers to write, the afsd_service buf_IncrSync thread can -- 2.39.5