From 8238c68dcf8750e279f253123546481731b67854 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Thu, 5 May 2011 20:36:38 -0400 Subject: [PATCH] Windows: change log for 1.5.9905 Change-Id: I68135149ca84a18b802a45e53c227b34e67a41a2 Reviewed-on: http://gerrit.openafs.org/4627 Reviewed-by: Jeffrey Altman Tested-by: Jeffrey Altman Reviewed-on: http://gerrit.openafs.org/4628 --- doc/txt/winnotes/afs-changes-since-1.2.txt | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/doc/txt/winnotes/afs-changes-since-1.2.txt b/doc/txt/winnotes/afs-changes-since-1.2.txt index bc03d2d92..cf29a916f 100644 --- a/doc/txt/winnotes/afs-changes-since-1.2.txt +++ b/doc/txt/winnotes/afs-changes-since-1.2.txt @@ -1,3 +1,35 @@ +Since 1.5.9904 (1.6pre4) + * Fix caching of non-existent volumes. The test to + trigger an immediate CM_ERROR_NOSUCHVOLUME in + cm_UpdateVolumeLocation() was backwards. + + * Prevent the background daemon from checking the + status of non-existent volumes. cm_CheckOfflineVolumes() + should skip volume groups with the CM_VOLUMEFLAG_NOEXIST + flag set. + + * The afskfw library should return an error immediately + if the krb5_32.dll library cannot be loaded. Affects + afslogon.dll and afscreds.exe. + + * No longer depend on leashw32.dll in afskfw library. + + * NPLogonNotify must provide the user password in all + calls to KFW_AFS_get_cred(). It cannot count on a + credential cache being preserved between calls. Permits + tokens to be acquired for all cells listed in the + TheseCells registry value for a domain. + + * Improve the trace logging from NPLogonNotify(). + + * Avoid a race when writing the cm_scache_t mountPointString + when acquiring mount point or symlink target data via + cm_GetData(). The race could result in bogus target + data being cached. + + * Permit the use of des-cbc-md5 and des-cbc-md4 enctypes + as DES keys in asetkey.exe. + Since 1.5.9903 (1.6pre3) * Fix automatic addition of Freelance cell mount points broken in 1.5.9902. -- 2.39.5