windows-notes-20060216
authorJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 17 Feb 2006 15:35:38 +0000 (15:35 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 17 Feb 2006 15:35:38 +0000 (15:35 +0000)
1.5.0 development build

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

index 7468b12..a703c60 100644 (file)
@@ -1,4 +1,27 @@
-Changes not present in 1.4.1-RC4
+Changes not present in 1.4.1: 1.5.0 released (16 Feb 2006)
+
+ * Update build system to include the "sys_name" in the 
+   obj and dest paths.
+
+ * optimize the number of calls to obtain the smb_user_t for a 
+   smb virtual circuit.
+
+ * add logging of server addresses, status and capabilities when
+   pinging the server.
+
+ * prevent multiple threads from pinging the same server simultaneously.
+   instead, threads block and then use the result of the ping that was
+   already taking place.
+
+ * Add registry values to allow the defaults for daemon checks to be altered
+   at startup.  Log values to afsd_init.log.
+
+   daemonCheckDownInterval
+   daemonCheckUpInterval
+   daemonCheckVolInterval
+   daemonCheckCBInterval
+   daemonCheckLockInterval
+   daemonCheckTokenInterval
 
  * Add EventLog messages for transitions in fs crypt state.
 
@@ -30,6 +53,15 @@ Changes not present in 1.4.1-RC4
 
  * Added DebugOutputString debugging of the RX library
 
+Since 1.4.1 rc7: 
+
+ * Windows will return WSAECONNRESET to the next receive packet
+   operation on a socket if an ICMP packet is received in response
+   to a packet that was sent and could not be delivered because
+   the port was unreachable.  We have to treat this as 
+   WSAEWOULDBLOCK so that we can retry the select() check and
+   not mark the connection as bad.
+
 Since 1.4.1 rc6: 1.4.1 rc7 released (14 Feb 2006)
 
  * The client manager maintains a least recently used list of
index c5d4e1b..964c61a 100644 (file)
@@ -1,4 +1,4 @@
-This file is a rough list of known issues with the 1.4.0000 release of OpenAFS 
+This file is a rough list of known issues with the 1.5.0000 release of OpenAFS 
 on Windows.  This list is not complete.  There are probably other issues which 
 can be found in the RT database or on the mailing list.
 
@@ -107,7 +107,7 @@ List of unfunded projects:
    4. Add support for Named Pipes within the afs filesystem
       (This is not currently a supported feature of AFS; it will require 
       changes to the servers as well as the clients.)
-   5. Re-write afscreds.exe to support:
+   5. Replace afscreds.exe with netidmgr.exe to support:
          1. choosing between Kerberos 5 and Kerberos 4 on a per principal basis
          2. providing users with the ability to map multiple cells to a single principal
          3. providing change password functionality on a per principal basis
@@ -133,23 +133,18 @@ List of unfunded projects:
         11. network configuration
         12. miscellaneous
         13. need to add support for all of the new registry values since 1.2.8
-   8. Identify why 16-bit DOS applications executed out of AFS fail
-   9. Add support for configurable Icon file representing AFS folders within the Explorer Shell
-  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 byte range locking to AFS (requires changes to the servers)
-  14. Unicode enable the SMB/CIFS server.  OEM Code Pages: 
+  10. Add support for configurable Icon file representing AFS folders within the Explorer Shell
+  11. Documentation Documentation Documentation
+  12. Large File support (> 2GB) in SMB/CIFS client
+  13. Integrate KFW installation into the NSIS and MSI installers
+  14. Add support for byte range locking to AFS (requires changes to the servers)
+  15. 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
       3. force share names to be no longer than 13 characters
       4. restrict authentication to ASCII only names and passwords
-  15. Complete implementation of CIFS Remote Administration Protocol
-  16. Add support for SMB/CIFS Digital Signatures
-  17. Development of afsmap.exe tool to provide AFS aware NET USE functionality
-      afsmap.exe <drive> <afs-path> [/PERSISTENT]
-      afsmap.exe <drive> <unc-path> [/PERSISTENT]
-      afsmap.exe <drive> /DELETE
+  16. Complete implementation of CIFS Remote Administration Protocol
+  17. Add support for SMB/CIFS Digital Signatures
   18. Missing SMB/CIFS functions: 
         Find
         FindUnique