Index: openafs/doc/man-pages/pod1/aklog.pod diff -c openafs/doc/man-pages/pod1/aklog.pod:1.1.4.3 openafs/doc/man-pages/pod1/aklog.pod:1.1.4.4 *** openafs/doc/man-pages/pod1/aklog.pod:1.1.4.3 Mon Jul 31 13:51:28 2006 --- openafs/doc/man-pages/pod1/aklog.pod Thu Nov 9 19:01:26 2006 *************** *** 33,38 **** --- 33,49 ---- the cell name), but a different realm for a particular cell can be specified with B<-k>. B<-k> cannot be used in B<-path> mode (see below). + When using B, be aware that AFS uses the Kerberos v4 principal + naming format, not the Kerberos v5 format, when referring to principals in + PTS ACLs, F, and similar locations. AFS will internally map + Kerberos v5 principal names to the Kerberos v4 syntax by removing any + portion of the instance after the first period (generally the domain name + of a host principal), changing any C to C<.>, and changing an initial + principal part of C to C. In other words, to create a PTS + entry for the Kerberos v5 principal C, refer to it as + C, and for the principal C, refer to + it as C. + =head1 OPTIONS =over 4 *************** *** 113,119 **** When setting tokens, attempt to put the parent process in a new PAG. This is usually used as part of the login process but can be used any time to ! create a new AFS authentication context. =item B<-zsubs> --- 124,132 ---- When setting tokens, attempt to put the parent process in a new PAG. This is usually used as part of the login process but can be used any time to ! create a new AFS authentication context. Note that this in some cases ! relies on dangerous and tricky manipulations of kernel records and will ! not work on all platforms or with all Linux kernels. =item B<-zsubs> Index: openafs/doc/man-pages/pod8/afsd.pod diff -c openafs/doc/man-pages/pod8/afsd.pod:1.6 openafs/doc/man-pages/pod8/afsd.pod:1.6.2.1 *** openafs/doc/man-pages/pod8/afsd.pod:1.6 Wed Mar 1 00:02:31 2006 --- openafs/doc/man-pages/pod8/afsd.pod Thu Nov 9 18:58:43 2006 *************** *** 344,354 **** =head1 CAUTIONS ! Do not use the B<-shutdown> parameter. It does not shutdown the Cache ! Manager effectively. Instead, halt Cache Manager activity by using the ! standard UNIX B command to unmount the AFS root directory (by ! convention, F). The machine must then be rebooted to reinitialize ! the Cache Manager. =head1 OPTIONS --- 344,359 ---- =head1 CAUTIONS ! Before using the B<-shutdown> parameter, use the standard UNIX B ! command to unmount the AFS root directory (by convention, F). On ! Linux, unloading the AFS kernel module and then loading it again before ! restarting AFS after B<-shutdown> is recommended. ! ! AFS has for years had difficulties with being stopped and restarted ! without an intervening reboot. While most of these issues have been ! ironed out, stopping and restarting AFS is not recommended unless ! necessary and rebooting before restarting AFS is still the safest course ! of action. =head1 OPTIONS Index: openafs/doc/txt/winnotes/afs-changes-since-1.2.txt diff -c openafs/doc/txt/winnotes/afs-changes-since-1.2.txt:1.72.2.12 openafs/doc/txt/winnotes/afs-changes-since-1.2.txt:1.72.2.14 *** openafs/doc/txt/winnotes/afs-changes-since-1.2.txt:1.72.2.12 Sat Oct 21 16:53:11 2006 --- openafs/doc/txt/winnotes/afs-changes-since-1.2.txt Sat Nov 11 19:22:59 2006 *************** *** 1,3 **** --- 1,11 ---- + Since 1.5.10: + + * Enable renaming of directories from the Explorer Shell when + Offline Folders is enabled + + * An error is reported in response to the SMB ReceiveCoreFlush + request when an error has not occurred. + Since 1.5.9: * optimize dirty buffer flushes in response to suspend operations *************** *** 10,15 **** --- 18,24 ---- * remove a deadlock in smb3.c QPathInfo Since 1.5.8: + * Add NetIDMgr AFS Plug-in * "Show Tray Icon" checkbox removed from afs_config.exe