From 2a360c185f88d2b12081e0a7a94b1f1a16744b41 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Tue, 19 Apr 2005 06:12:19 +0000 Subject: [PATCH] STABLE14-windows-docs-20050418 updates --- doc/txt/winnotes/afs-changes-since-1.2.txt | 30 ++++++++++++++++++++++ doc/txt/winnotes/afs-install-notes.txt | 10 ++++++++ doc/txt/winnotes/afs-issues.txt | 2 +- 3 files changed, 41 insertions(+), 1 deletion(-) diff --git a/doc/txt/winnotes/afs-changes-since-1.2.txt b/doc/txt/winnotes/afs-changes-since-1.2.txt index af1bf62b3e..7d3151495a 100644 --- a/doc/txt/winnotes/afs-changes-since-1.2.txt +++ b/doc/txt/winnotes/afs-changes-since-1.2.txt @@ -1,3 +1,33 @@ +Since 1.3.81: + * Added a script command to the msi installer "afs_replace" + which can be used to replace one version of OpenAFS with + another without requiring an uninstall and reinstall if + the installed msi is no longer in its original location. + + * Apparently the problem with multi-domain forests with cross- + realm trusts to non-Windows realms was not entirely solved. + The authentication to the AFS SMB service failed because + the wrong name was being used. Using ASU as an example, + the authentication was being performed with the name + "QAAD\user" (an account in the forest root) and not + "user@ASU.EDU (the MIT Kerberos principal used to login with) + + The solution was to add an additional dependency on KFW + in order or to be able to easily obtain the client principal + name stored in the MSLSA ccache TGT. This information is + used in two locations: + + - the pioctl() function + + - a new WinLogon Event Handler for the "logon" event. + + The pioctl function will now be able to use the correct + name when calling WNetAddConnection2() and the "logon" + event handler will now be able to call WNetAddConnection2(). + The hope is that the "logon" event handler will be called + before the profile is loaded but I have not guarrantee + that will happen. + Since 1.3.80: * Fixed a locking error in cm_TryBulkStat() which had the potential of deadlocking the system for the length of time diff --git a/doc/txt/winnotes/afs-install-notes.txt b/doc/txt/winnotes/afs-install-notes.txt index 75120c5d31..46cae6403b 100644 --- a/doc/txt/winnotes/afs-install-notes.txt +++ b/doc/txt/winnotes/afs-install-notes.txt @@ -555,6 +555,7 @@ 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. + 39. As of 1.3.81, timestamps on file stored in AFS are reported to Windows in UTC all year round. Previously, in locales with daylight savings time, the time reported by AFS to Windows when DST is active @@ -574,6 +575,15 @@ used to being able to compare the timestamp in an Unix shell with the timestamp from the Windows explorer. During DST, these two times will no longer agree even though they are in fact describing the same time. + +40. If the installer refuses to install and complains about an RPC +configuration error, check to ensure that the following registry +entries are present and that they refer to the dll "rpcrt4.dll": + + HKLM "SOFTWARE\Microsoft\RPC\ClientProtocols" "ncacn_np" + HKLM "SOFTWARE\Microsoft\RPC\ClientProtocols" "ncacn_ip_tcp" + HKLM "SOFTWARE\Microsoft\RPC\ClientProtocols" "ncadg_ip_udp" + ------------------------------------------------------------------------ Reporting Bugs: diff --git a/doc/txt/winnotes/afs-issues.txt b/doc/txt/winnotes/afs-issues.txt index da7f7b0334..0aa44264b8 100644 --- a/doc/txt/winnotes/afs-issues.txt +++ b/doc/txt/winnotes/afs-issues.txt @@ -172,7 +172,7 @@ List of unfunded projects: 10. Documentation Documentation Documentation 11. Large File support (> 2GB) in SMB/CIFS client 12. Integrate KFW installation into the NSIS and MSI installers - 13. Add support for record locking to AFS (requires changes to the servers) + 13. Add support for byte range locking to AFS (requires changes to the servers) 14. Unicode enable the SMB/CIFS server. OEM Code Pages: 1. prevent the use of interoperable file names 2. force the use of paths no longer than 256 characters