cifs-pattern-match-20040921
[openafs.git] / doc / txt / winnotes / afs-issues.txt
index e43fe30..0d54904 100644 (file)
@@ -139,8 +139,9 @@ List of unfunded projects:
       Currently there is no synchronization of thread creation which results in timing 
       conflicts; and there is no attempt to cleanly shutdown the service which causes 
       problems when restarting and prevents the implementation of a persistent cache
-   3. Implement a persistent cache
-   4. Prevent panic situation when the root.afs volume is not reachable
+   3. Implement a persistent cache (requires item 2)
+   4. Prevent panic situation when the root.afs volume is not reachable and 
+      the AFS Client Server is not using Freelance mode
    5. Prevent panic situation when the IP address to which the SMB server is bound is removed 
       from the local machine's network configuration
    6. Identify and fix the problems with running the RX library on Hyperthreaded systems
@@ -174,17 +175,37 @@ List of unfunded projects:
         12. miscellaneous
         13. need to add support for all of the new registry values since 1.2.8
   11. Identify why 16-bit DOS applications executed out of AFS fail
-  12. Create new Windows Security Group to which users can be added for them to become AFS 
-      Client Administrators
-  13. Add support for configurable Icon file representing AFS folders within the Explorer Shell
-  14. Documentation Documentation Documentation
-  15. Large File support (> 2GB)
-  16. Integrate KFW installation into the NSIS installer
-  17. Add support for record locking to AFS (requires changes to the servers)
-  18. Unicode enable the SMB/CIFS server.  OEM Code Pages: 
+  12. Add support for configurable Icon file representing AFS folders within the Explorer Shell
+  13. Documentation Documentation Documentation
+  14. Large File support (> 2GB)
+  15. Integrate KFW installation into the NSIS installer
+  16. Add support for record locking to AFS (requires changes to the servers)
+  17. 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
-  19. Complete implementation of CIFS Remote Administration Protocol
-  20. Identify and correct the problems with Microsoft Office applications
+  18. Complete implementation of CIFS Remote Administration Protocol
+  19. Correct the problems with overlapped writes which adversely affect 
+      Microsoft Office applications storing documents and temporary files
+      within AFS volumes
+  20. Add support for SMB/CIFS Digital Signatures
+  21. 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
+  22. Write-through caching appears to be unsupported.   Files copied to AFS
+      do not end up in the local cache.
+  23. Missing SMB/CIFS functions: 
+        Find
+        FindUnique
+        FindClose
+        ReadBulk
+        WriteBulk       
+        WriteBulkData
+        Tran2::SessionSetup
+  24. StoreBehind mode is not implemented.  Or more correctly, all data is
+      written directly to the server and is not cached.  Writes invalidate
+      the local cache entries which are then read back from the server.
+
+