]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-windows-notes-20070105
authorJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 5 Jan 2007 20:12:24 +0000 (20:12 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 5 Jan 2007 20:12:24 +0000 (20:12 +0000)
updates for 1.4.3 rc1

doc/txt/winnotes/afs-changes-since-1.2.txt

index 107626d755178444c4e7da22b26b41d7c90f56f7..b9ea2bbac41bbf321786d34a06698f6984c7b5b2 100644 (file)
@@ -1,4 +1,27 @@
-Since 1.4.2-rc4 (1.4.2 released 7 Oct 2006)
+Since 1.4.2
+
+ * Increase the maximum number of stat cache entries to 262144
+
+ * When offline folders are being used, the CIFS client passes 
+   the name of the entry to be renamed in all uppercase instead
+   of the case specified in the Explorer Shell.  Modify AFS to 
+   permit the rename when there is an inexact match.
+
+ * VICECONNBAD and VICETOKENDEAD should force the use of a new
+   rx connection.  They should not be treated as fatal errors.
+
+ * Fix afslogon.dll to not publish environment variables into 
+   the subprocesses started from winlogon.exe
+
+ * Fix afslogon.dll to initialize and uninitialize winsock so 
+   that Kerberos 4 send_to_kdc() can succeed
+
+ * Add DeleteReadOnly registry value.  When a file has the read-only
+   attribute set in Windows, it cannot be deleted.  DeleteReadOnly
+   when set to a non-zero value permits the deletion.  1.4.3 no 
+   longer permits it by default.
+
+Since 1.4.2-rc4 (1.4.2 released 16 Oct 2006)
 
  * Disable DNS Registrations for the Loopback Adapter and make sure
    that Netbios is turned on during installation.
@@ -19,6 +42,10 @@ Since 1.4.2-rc4 (1.4.2 released 7 Oct 2006)
  * in an obscure error case, obtain the correct lock so
    that when we free it we don't panic
 
+ * afscreds: do not permit an attempt to obtain tokens if the
+   afs service could not be started.   this was causing stack
+   overflows on Vista after resuming from a suspend
+
 Since 1.4.2-rc3: (1.4.2-rc4 released 16 Sep 2006)
 
  * No changes