]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
windows-notes-20050317
authorJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 17 Mar 2005 17:50:22 +0000 (17:50 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 17 Mar 2005 17:50:22 +0000 (17:50 +0000)
final notes for 1.3.80

doc/txt/winnotes/afs-changes-since-1.2.txt
doc/txt/winnotes/afs-install-notes.txt
doc/txt/winnotes/afs-issues.txt

index ed248271f96da2483566f6d77f68801eb7ce1f80..1efa6cce2b337f498843f94bbcce32137b7a994a 100644 (file)
@@ -1,4 +1,15 @@
 Since 1.3.77:
+  * Updated CellServDB to Public CellServDB 16 Mar 2005
+
+  * Fixed DNS AFSDB queries to ensure that "csail" cannot be
+    misinterpretted as "csail.mit.edu" when the resolver 
+    is configured to append ".mit.edu" to failed DNS queries.
+
+  * Fixed another case in which the client would replace connections
+    to the host when it was not necessary.  In this case the 
+    situation would occur if cryptall was on and the connections
+    were unauthenticated due to lack of an appropriate token.
+
   * OpenAFS for Windows has failed to work at sites which are 
     utilizing a cross-realm trust between an MIT/Heimdal realm
     and a multi-domain Windows forest when the workstation being
index c16187ca1411d246a4508376cff130590ff18eaf..e318e58c6051061f9ed14907e774689d8b2c034a 100644 (file)
@@ -548,6 +548,12 @@ to logon to Windows via a cross-realm relationship with a multi-domain
 Windows forest, you must enable Windows logon caching unless the 
 workstation is Longhorn Beta 1 or later.
 
+
+38. VLDB and File Server Preferences can now be provided initial 
+values using registry keys.  This is useful for managed machines in a
+Windows domain which are centrally located (e.g., in a computing
+lab.)  See registry.txt for details on the "Server Preferences" keys.
+
 ------------------------------------------------------------------------
 
 Reporting Bugs:
index f1214ef3faab0d78080f5c5776ad8069a370157b..ce50ec75429b112fd02d381670f69c5e91d46761 100644 (file)
@@ -29,6 +29,10 @@ is imposing significant delays in the movement of data from between the SMB
 and RX protocol operations. There was also an issue with large numbers of 
 page faults which have since been fixed.
 
+Things are not quite this bad anymore.  We are 10% slower than OpenAFS on
+Linux but we could still be doing quite a bit faster if we were using an
+IFS.
+
 (7) File termination differences between Win9x and nt/w2k/xp (Jim Peterson)
 
 (8) How to silence "Explorer" when the mapped drive is not available?