~ubuntu-branches/ubuntu/feisty/openafs/feisty

« back to all changes in this revision

Viewing changes to doc/txt/winnotes/afs-changes-since-1.2.txt

  • Committer: Package Import Robot
  • Author(s): Russ Allbery
  • Date: 2007-03-26 18:56:55 UTC
  • Revision ID: package-import@ubuntu.com-20070326185655-osce8n0y0dptgurh
* New upstream release.  (Closes: #415699)
  - Support newer Linux kernels.  (Closes: #409797, #410120)
  - Add aklog fallbacks for null realms to support the referral
    capability in MIT Kerberos 1.6 and later.  (Closes: #410314)
* Apply patch from Thomas Sesselmann to support setting options to pass
  to bosserver in /etc/default/openafs-fileserver.  (Closes: #409357)
* Remove the rx_Init calls in the PAM module.  The internal counters
  that had to be initialized that way have been removed.
* Now that we're running regen.sh as part of the build process, only
  patch the Autoconf source files and not the generated output to make
  the diff easier to audit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Since 1.4.2-rc4 (1.4.2 released 7 Oct 2006)
 
1
Since 1.4.3-rc2 (1.4.3-rc3 released 28 Feb 2007)
 
2
 
 
3
 * disable ability to find lana by name.  
 
4
 
 
5
 * return the correct error code when attempting to remove a
 
6
   directory that still contains entries
 
7
 
 
8
Since 1.4.3-rc1 (1.4.3-rc2 released 13 Feb 2007)
 
9
 
 
10
 * no changes
 
11
 
 
12
Since 1.4.2 (1.4.3-rc1 released 15 Jan 2007)
 
13
 
 
14
 * Increase the maximum number of stat cache entries to 262144
 
15
 
 
16
 * When offline folders are being used, the CIFS client passes 
 
17
   the name of the entry to be renamed in all uppercase instead
 
18
   of the case specified in the Explorer Shell.  Modify AFS to 
 
19
   permit the rename when there is an inexact match.
 
20
 
 
21
 * VICECONNBAD and VICETOKENDEAD should force the use of a new
 
22
   rx connection.  They should not be treated as fatal errors.
 
23
 
 
24
 * Fix afslogon.dll to not publish environment variables into 
 
25
   the subprocesses started from winlogon.exe
 
26
 
 
27
 * Fix afslogon.dll to initialize and uninitialize winsock so 
 
28
   that Kerberos 4 send_to_kdc() can succeed
 
29
 
 
30
 * Add DeleteReadOnly registry value.  When a file has the read-only
 
31
   attribute set in Windows, it cannot be deleted.  DeleteReadOnly
 
32
   when set to a non-zero value permits the deletion.  1.4.3 no 
 
33
   longer permits it by default.
 
34
 
 
35
 * When opening a directory, CIFS read privilege requires PRSFS_LOOKUP
 
36
   not PRSFS_READ.
 
37
 
 
38
Since 1.4.2-rc4 (1.4.2 released 16 Oct 2006)
2
39
 
3
40
 * Disable DNS Registrations for the Loopback Adapter and make sure
4
41
   that Netbios is turned on during installation.
19
56
 * in an obscure error case, obtain the correct lock so
20
57
   that when we free it we don't panic
21
58
 
 
59
 * afscreds: do not permit an attempt to obtain tokens if the
 
60
   afs service could not be started.   this was causing stack
 
61
   overflows on Vista after resuming from a suspend
 
62
 
22
63
Since 1.4.2-rc3: (1.4.2-rc4 released 16 Sep 2006)
23
64
 
24
65
 * No changes