none
authorguest <guest>
Fri, 6 Jun 2003 19:06:31 +0000 (19:06 +0000)
committerguest <guest>
Fri, 6 Jun 2003 19:06:31 +0000 (19:06 +0000)
AFSLore/AdminFAQ.mdwn
AFSLore/NewProjects.mdwn
AFSLore/ProtocolInfo.mdwn

index 5932209..5403cfa 100644 (file)
@@ -593,6 +593,8 @@ On the client side, you always have to use a file system supporting the inode ab
 - vxfs (HP-UX)
 - advfs (Tru64), it works but gives cachecurruption
 
+- Patch committed to cvs around 6/2003 will now enforce this in some cases and generate a warning to the user if the filesystem type is wrong.
+
 The following file systems have been reported to work for the AFS client cache:
 
 - ext2
index e7b98fe..6e5498f 100644 (file)
@@ -17,11 +17,11 @@ The following are items known to be in progress, and, where available, a point o
 
 - [[DisconnectedOperation]] provides the ability to use AFS while not connected to a network.
 
-- [[NestedGroups]] allows PTS groups to have other groups as members. Code available, waiting for [[OpenAFS]] port.
+- [[NestedGroups]] allows PTS groups to have other groups as members. Code available, waiting for [[OpenAFS]] port. In CVS head, not in 1.2 branch.
 
 - [[FreeBSDPort]] -- Server ported. Cache manager available, not stable yet.
 
-- [[HPUX11Port|Main/HP-UX11Port]] -- Missing RX code reconstructed. Header needed, available from HP.
+- [[HPUX11Port|Main/HP-UX11Port]] -- Missing RX code reconstructed. Header needed, available from HP. Available in 1.2.10.
 
 - [[NetBSDPort]] -- No timeline available.
 
@@ -45,7 +45,7 @@ The following are items which have been proposed, but which are not yet in progr
 
 - [[KerberosV]] -- Support Kerberos version 5 and additional encryption type support. Contact [[JeffreyHutzelman]]
 
-- [[LargeFiles]] -- Support for files over 2GB. The concensus seems to be that beyond supporting big files, large volumes already work fine.
+- [[LargeFiles]] -- Support for files over 2GB. The concensus seems to be that beyond supporting big files, large volumes already work fine. Actively in progress. R Lindsay Todd, Hartmut Reuter, and Nathan Neulinger working on this.
 
 - [[MultipleClones]] provides support for more than one backup and read-only volume for a single read/write.
 
index 55d5a4a..512c3cc 100644 (file)
@@ -1,7 +1,7 @@
 - [[ComErrErrors]]
 - [[RPCCallNumbers]]
 - [[RxServices]]
-- [[RxKadAuthenticatorTypes]]
+- [[RxKadAuthenticatorTypes]] - to deal with a [cryptographic weakness in Kerberos 4 involving cross-cell authentication](http://www.openafs.org/frameless/security/OPENAFS-SA-2003-001.txt) a new version of rxkad has been defined that works with Kerberos 5 tickets and doesn't require any client changes. It is called rxkad 2b and is described in <http://grand.central.org/dl/doc/protocol/rx/rxkad-2b.html>.
 - [fcrypt](http://tedanderson.home.mindspring.com/fcrypt-paper.txt) - encryption algorithm used for communication security used by rxkad.
 
 -- [[DerrickBrashear]] - 26 Nov 2002<br /> -- [[TedAnderson]] - 10 Apr 2003<br />