From: Jeffrey Altman Date: Thu, 17 Mar 2005 17:51:16 +0000 (+0000) Subject: STABLE14-windows-notes-20050317 X-Git-Tag: openafs-devel-1_3_80~15 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=86b49fadf28e777b9ea20bd0c1057abe4d530691;p=packages%2Fo%2Fopenafs.git STABLE14-windows-notes-20050317 final notes for 1.3.80 (cherry picked from commit ab67e8970f8342d4814737b6c27204dc3f6a1d6b) --- diff --git a/doc/txt/winnotes/afs-changes-since-1.2.txt b/doc/txt/winnotes/afs-changes-since-1.2.txt index ed248271f..1efa6cce2 100644 --- a/doc/txt/winnotes/afs-changes-since-1.2.txt +++ b/doc/txt/winnotes/afs-changes-since-1.2.txt @@ -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 diff --git a/doc/txt/winnotes/afs-install-notes.txt b/doc/txt/winnotes/afs-install-notes.txt index c16187ca1..e318e58c6 100644 --- a/doc/txt/winnotes/afs-install-notes.txt +++ b/doc/txt/winnotes/afs-install-notes.txt @@ -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: diff --git a/doc/txt/winnotes/afs-issues.txt b/doc/txt/winnotes/afs-issues.txt index f1214ef3f..ce50ec754 100644 --- a/doc/txt/winnotes/afs-issues.txt +++ b/doc/txt/winnotes/afs-issues.txt @@ -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?