Incorporate old release notes into NEWS
[openafs.git] / NEWS
1                        User-Visible OpenAFS Changes
2
3 OpenAFS 1.8.0pre2
4
5   All Platforms
6
7     * Substantial code quality improvements, largely spotted by Coverity and
8       clang's static analysis.
9       - Add new library for platform independent functions (opr).
10       - Remove arbitrary path name length limits.
11       - Convert to Heimdal's roken library for reliability.
12       - Avoid garbage in allocated buffers (calloc).
13       - Modernize signal handling in pthreaded server processes (softsig).
14       - Improve code comments and additional Doxygen style comments.
15       - Reduce compiler warnings, dead code, unused variables, and
16         undefined behavior.
17       - Fix bugs found by static code analyzer (clang-analyzer).
18       - Improved unit test coverage.
19       - Make VLDB flag definitions consistent.
20       - Improve use of run-time assertions and add static assertions.
21       - Add compiler attributes to assist static analyzers.
22       - Clean up include headers in the entire tree.
23       - Improve command-line handling library (libcmd).
24       - Replace hash functions with Jenkin's hash function for faster
25         and more evenly distributed lookups.
26       - Provide a red-black tree data structure to enable algorithmic speedups.
27       - Convert backup and salvage servers to the common logging API (libutil).
28       - Improve volume id data type consistency (VolumeId).
29       - Import APIs for kerberos-style profile configuration support.
30       - Add new APIs to support UserList identities.
31       - Add new APIs to support tabular output from command-line utilities.
32       - Convert vnode macros to inline-functions.
33
34     * Improved support for non-DES encryption types:
35       - Convert to Heimdal's hcrypto library to support RFC 3961.
36       - Add extended key file format replacing rxkad.keytab, and
37         new key management APIs.
38       - Add support for extended key types to asetkey.
39       - Add akeyconvert to assist in upgrading to OpenAFS 1.8.x by converting an
40         existing rxkad.keytab file to an extended key file.
41       - Do not install the kaserver and related utilities by default to
42         discourage the use of these DES-dependent components.
43       - Remove obsolete klogin and klogin.krb programs.
44       - Add new token APIs to support new rx security classes.
45
46     * Migrate from LWP to POSIX threads (pthreads):
47       - Convert the ptserver and vlserver from LWP to pthreads.
48       - Remove LWP version of the file server binary.
49       - Convert afsd, aklog, asetkey, klog.krb5, pts, udebug, and vos, from LWP
50         to pthreads.
51
52     * Improvements to Rx:
53       - Restructure the Rx API to privatize the implementation.
54       - Convert rx events to a red-black tree data structure to improve
55         performance.
56       - Convert from mutexes to atomic operations for counters to reduce lock
57         contention.
58       - Provide per-opcode Rx statistics.
59       - Add an rx_opaque data type to support non-DES encryption types
60         and general code cleanup.
61       - Wake up the application thread after 'twind' is updated to avoid 100ms
62         transmit delays when the receive window transitions from closed to
63         open.
64
65     * Libraries (both internal and installed) are built using libtool, including
66       libuafs. The resulting shared libraries for libafsrpc and libafsauthent
67       should be more usable than previously.
68
69     * Improvements to the build system:
70       - Convert to libtool to build shared libraries.
71       - Clean up and improve the build system.
72       - Support out of tree builds.
73       - Add a makefile target to generate Doxygen source code documentation.
74       - Link the Java API for OpenAFS with libuafs.a and remove the
75         libjuafs.a library.
76       - Always build the rxperf tool.
77       - Fix man-page generation by make after ./regen.sh -q
78       - Support the SOURCE_DATE_EPOCH environment variable to improve build
79         reproducibility.
80       - Modernize language specific SWIG typemaps for libuafs Perl bindings.
81
82     * Improvements to documentation:
83       - Document the new KeyFileExt file.
84       - Reorganized the README files.
85       - Improvements and fixes to documentation generation.
86       - Add experimental epub and mobi support
87       - Remove obsolete LWP information from the file server documentation.
88       - Update and reorganize the Quick Start Guide.
89       - Update the Admin Guide.
90       - Remove AIX, HP-UX, and IRIX information from the Quick Start Guide.
91       - Document the vldb and prdb (ubik) file formats.
92       - Add PtLog man page.
93       - Corrections and clarifications to man pages.
94       - Add ubik threading analysis doc.
95
96     * Improvements for troublshooting, debugging, and testing:
97       - Log more details on volume-server-to-fileserver communication errors
98         when possible.
99       - Set thread names in pthreaded servers on platforms which support
100         thread names.
101       - Add dynroot lock tracking to cmdebug
102       - Fix tracking of an fstrace call site in the cache manager background
103         process.
104       - Add the afsload tool to simulate multiple cache managers for file server
105         load testing.
106       - Add run-time checks for refcount imbalances in the cache manager.
107       - Fix missing newlines in afsd -debug output.
108
109     * Developer tool improvements:
110       - Improvements and fixes for rxgen (used to generate Rx RPC bindings).
111       - Add tool for man page verification of command options.
112       - Add tool to find Unix cache manager lock identification numbers.
113       - Add an option for pretty build output.
114
115     * RPM packaging updated:
116       - Update the spec file to keep up with accumulated changes.
117       - Move the klog.krb5 man page to the openafs-krb5 sub-package.
118       - Prevent double-starting client on RHEL7
119       - Convert rpm spec file from deprecated 'make dest' to 'make install'.
120       - Fix rpmbuild command line option default handling.
121
122     * Add a new protection error code (PRNAMETOOLONG) instead of silently
123       truncating names which exceed the maximum name length (PR_MAXNAMELEN).
124
125     * Add an implementation limit (50000) on the number of names/ids which can
126       be transmitted by unauthenticated clients to the ptserver, avoiding
127       excessive resource consumption from unauthenticated requests.
128
129     * Add the -config option to vos, pts, and aklog to specify the path to the
130       cell configuration files.
131
132     * Add more details in vos release -verbose output.
133
134     * Add the cacheout -encrypt option to encrypt communication between the
135       cacheout client and the fileserver.
136
137     * Add the command line options to the afsio program to enable encryption of
138       traffic between afsio and the fileserver (-clear, -crypt).
139
140     * Add the vos release -force-reclone option to force recloning the volume to
141       be released without forcing a full volume dump being transmitted to all
142       remote sites.
143
144     * Fix vos to avoid writing loopback addresses into the VLDB in
145       certain cases.
146
147     * Print bos and pts error messages to standard error instead of
148       standard out.
149
150     * Improve formatting of the -help output of all commands.
151
152     * Change -n to -dryrun in all backup subcommands.
153
154     * Change the backup deletedump -port command line option to -portoffset.
155
156     * Add user and build host in the version string returned by
157       rxdebug -version.
158
159   All Server Platforms
160
161     * Ubik servers using pthreads are now available and are used by default
162
163     * Remove periodic background fsync by the fileserver (ihandle fsync thread).
164
165     * Fix potential file handle leak in the file server ihandle caching layer.
166
167     * Disable the so-called "hot threads" feature in the file server. The hot
168       threads feature was intended as an optimization for dispatching incoming
169       calls to the current listener thread, but has been reported to incur a
170       performance penalty on modern multi-core systems.
171
172     * Do not permit creation of users with id of ANONYMOUSID.
173
174     * Do not save/restore host states in the fsstate.dat file for hosts which
175       are in the process of retrieving CPS information from the ptserver when
176       the fileserver is being shutdown. This fixes a bug in which the fileserver
177       will incorrectly block all threads following a restart.
178
179     * Add the ptserver -restrict_anonymous option to inhibit exposure of user
180       names from the ptserver.
181
182     * Do not truncate server log files by default when server processes
183       are started.  The -transarc-logs option provides backward compatibility
184       with IBM AFS log handling on server startup. Log messages may be lost
185       in back-to- back restarts when a server is running in this mode.
186
187     * Reopen server logs on SIGUSR1. This may be used by third-party log
188       rotation tools, such as logrotate, to reopen the log file handles after
189       log files have been renamed.
190
191     * Fix various bugs when logging with -mrafslogs enabled.
192
193     * Dynamically reload the kerberos realm to AFS cell mapping (krb.conf) and
194       exclusions for mapping kerberos principals to AFS identities (krb.excl)
195       configuration when the CellServDB cell configuration file is touched.
196       Previously, a restart of the file server was required after updating the
197       kerberos mapping configuration files.
198
199     * Add a command line option (-restricted_query) to the vlserver and
200       volserver to restrict information queries about volumes to a specific
201       group of users.
202
203     * Add a command line option to the server programs to specify an alternate
204       fully qualified log file name (-logfile).
205
206     * Add a command line option (-config) to the server programs to specify
207       an alternate path to the server configuration.
208
209     * Add a command line option to the ptserver and vlserver to specify an
210       alternate path to the database data files.
211
212     * Add a command line option to the volume server to enable encryption of
213       volume-server-to-volume-server-traffic (-s2scrypt).
214
215     * Increase the maximum number of LWP threads allowed for the ptserver and
216       vlserver from 16 to 64 (-lwp).
217
218     * Remove an unused file server command line option (-k).
219
220     * Fix an incorrect assertion in Demand Attach File Server which could cause
221       the file server process to abort in certain rare conditions.
222
223     * Deprecate the -bitmap-later configure option for non-Demand-Attach File
224       Servers (DAFS).
225
226     * Add -vhashsize support to non-Demand-Attach File Servers (DAFS).
227
228     * Add support for subnet ranges in the NetInfo and NetRestrict
229       configuration files.
230
231     * Add the GetXStats RPC to the audit log.
232
233     * Fix directory creation by bosserver when built for non-Transarc paths.
234
235     * Fix incomplete list of server addresses retreived by vos listaddr when the
236       vldb contains unreferenced multi-homed server entries.
237
238     * Remove obsolete bos blockscanner and unblockscanner commands that
239       were only needed for the removed MR-AFS functionality.
240
241     * Remove obsolete bos salvage options that were only used by the
242       removed MR-AFS functionality..
243
244     * Remove calls to the deprecated sbrk() function.
245
246     * Add an experimental feature to database servers to support ubik reads
247       while write transactions are in progress, enabled at build time with the
248       --enable-ubik-read-while-write configure option. This feature is not
249       considered ready for production usage at this time.
250
251     * Avoid filling the FileLog with "Volume x offline: not in service" when
252       a volume is administratively taken offline with vos offline.
253
254     * Print an error message when bosserver is started with an unknown
255       command line option.
256
257     * Modify the volume updateDate when the volume is changed by a salvage.
258
259   All Client Platforms
260
261     * Add support for relative ACL changes with fs setacl. If a single plus (+)
262       or minus (-) character is appended to the rights' letters argument, the
263       new rights are computed relatively to the existing ones.
264
265     * Remove afsd -settime and afsd -nosettime support.
266
267     * Add the afsd -inumcalc option to specify the method used to calculate
268       inode numbers presented by AFS.
269
270     * Add the afsd -volume-ttl option to specify set the maximum amount of time
271       information retrieved from the vlserver will be cached, regardless of
272       callback expiry times.
273
274     * Return EIO on internal errors instead of the misleading ENOENT.
275
276     * Log ICMP errors received, if any, for unreachable servers.
277
278     * Improve performance of clients with multiple PAGs for different cells.
279
280     * Fix race condition between changing and using user tokens among cache
281       manager threads.
282
283     * Fix fs sysname for users with UID 2748 and 2750 when not running
284       in -rmtsys mode.
285
286     * Add Perl bindings for the user-space cache manager library (libuafs).
287
288     * Fixes to the bypasscache feature.
289
290     * Fix fs getcacheparms miscounts.
291
292     * Remove the obsolete Netscape plugin.
293
294   Linux
295
296     * Remove Linux 2.2 and 2.4 support.
297
298     * Changes to avoid EIO errors with multiple processes doing intensive mmap
299       writing. (Drop PageReclaim AOP_WRITEPAGE_ACTIVATE.)
300
301     * Prevent fakestat data inconsistencies in certain cases (131855).
302
303     * Fix dentry leak which can cause a crash on shutdown.
304
305     * Fix improper use of ENOENT and avoid incorrect use of linux negative
306       dentry cache.
307
308     * Improve error reporting when encountering corrupt directories.
309
310     * Improve rx error handling in the Linux cache manager.
311
312     * Rename kpasswd to kapasswd when packaging RPMs to avoid colliding with
313       Kerberos kpasswd.
314
315     * Do not use the obsolete --enable-largefile-fileservers configure option
316       when packaging RPMs.
317
318     * Use the RemainAfterExit systemd feature to avoid premature exit
319       when -afsdb is not given, for RPM packages.
320
321     * Remove Debian packaging files from the OpenAFS source tree. Debian
322       packaging files are currently maintained in the downstream Debian
323       infrastructure.
324
325     * Add the sparc_linux26 sysname.
326
327     * Desupport 32-bit Linux kernels on s390/s390x.
328
329     * Fix Debian/Ubuntu build regression on kernel 3.16.39.
330
331     * Fix --enable-kernel-debug for linux 4.8+.
332
333     * Support linux 4.10, 4.11, 4.12
334
335   Solaris
336
337     * Remove support for all Solaris and SunOS platforms prior to Solaris 8.
338
339     * Build 64-bit binaries for Solaris x86 by default.
340
341     * Use one-group PAGs on Solaris 11, which is required for PAG support
342       on Solaris 11 since supplemental groups must be sorted starting with
343       Solaris 11.1.
344
345     * Update search paths for solaris cc for recent versions Solaris Studio.
346
347     * Modernize declaration of module dependences by converting from the
348       deprecated _depends_on symbol to ELF dependencies.
349
350     * Avoid BAD TRAP panic due to invalid opcodes on x86 with Studio 12.5.
351
352   MacOS
353
354     * Stop processing upcalls once rx shutdown starts.
355
356     * Enable atomics for the darwin kernel.
357
358     * Add a syscall to enable/disable bulkstat at run-time, which is
359       disabled by default.
360
361     * Fix path to binaries in the prefpane.
362
363     * Fix builds on MacOS 10.12 by building only the active architecture
364       by default.
365
366   FreeBSD
367
368     * Use the native kernel module build system instead of an ad hoc
369       replacement build system.
370
371     * Remove FreeBSD packaging files from the OpenAFS source tree. FreeBSD
372       packaging files are currently maintained in the downstream FreeBSD Ports
373       Collection.
374
375     * Stay up to date with new FreeBSD releases (through 10.3).
376
377     * Do not claim AFS_VM_RDWR_ENV
378
379   NetBSD
380
381     * Stay up to date with new NetBSD releases (through 7.x)
382
383     * Update to use cprng(9) as the randomness source on NetBSD 6.99/7.x.
384
385     * Build system updates for NetBDS 6.99.x
386
387     * Do not claim AFS_VM_RDWR_ENV
388
389   OpenBSD
390
391     * Stay up to date with new OpenBSD releases (through 4.7)
392
393     * Do not claim AFS_VM_RDWR_ENV
394
395   AIX
396
397     * Updates for AIX support.
398
399     * Fix build system for AIX exports.
400
401     * Add the uidpag and localuid runtime options to the aklog LAM plugin.
402       (These runtime options override the use of UID-based PAGs, which were
403       introduced to appease the CDE screensaver.)
404
405 OpenAFS 1.6.21
406
407   All platforms
408
409     * Avoid a possible 100ms transmit delay in the RX protocol when a peer's
410       receive window transitions from closed to open (12627)
411
412     * Documentation improvements (12476 12477 12559[RT #133339])
413
414   All server platforms
415
416     * When bosserver is started with an unknown option, print an error message
417       and exit with a non-zero value rather than failing silently (12631)
418
419   All DB server platforms
420
421     * Hold the DB lock while checking for an aborted write transaction (12516)
422
423   All file server platforms
424
425     * On demand attach fileservers, don't save or restore a client's host
426       state if CPS ("Current Protection Subdomain") recalculation for it is
427       in progress, to avoid fileserver thread exhaustion (12568)
428
429     * On demand attach fileservers, avoid flooding the log with error messages,
430       which could happen when the fileserver was restarted while a volume was
431       offline (12569)
432
433     * Update a volume's "Last Update" time when its content is modified by
434       the salvager, to make the change visible in the output of "vos examine"
435       and to backup services (12633)
436
437   All client platforms
438
439     * Corrected the DCentries bucket counts for very large and zero length
440       files in the output of "fs getcacheparms -excessive" (12604 12605)
441
442     * Fixed a bug that prevented users with GID 2748 and 2750 from executing
443       the "fs sysname" command on clients running afsd with -rmtsys (12607)
444
445     * Provide a new -inumcalc switch for afsd to allow enabling the alternative
446       MD5 method of inode number calculation, which was previously only
447       possible on Linux and through the sysctl interface (12608 12632)
448
449   Linux clients
450
451     * Support for mainline kernel 4.12 and distribution kernels with backports
452       from it (12624 12626)
453
454     * Re-added the improved algorithm for freeing unused vcaches to reduce
455       memory consumption first introduced with the 1.6.18 release, together
456       with a fix for the issue leading to its removal in 1.6.18.2 (12448..12451)
457
458   macOS clients
459
460     * Fixed a crash while stopping the client on macOS 10.12 "Sierra" (12602)
461
462
463 OpenAFS 1.6.20.2
464
465   All platforms
466
467     * Build fixes required by recent compilers or platforms (12514 12521 12534
468       12536 12538)
469
470     * Allow the bos server to start successfully in the presence of those, by
471       accepting a now checked return value indicating that the client ThisCell
472       and CellServDB already exist (12522)
473
474   Linux clients
475
476     * Support for mainline kernels 4.10 and - most likely - 4.11 and
477       distribution kernels with backports from them (12530 12588..12590 12598)
478
479     * Support for distribution kernels with partial backports from 4.9 (12535)
480       (RT #134158)
481
482     * In Red Hat packaging, moved the klog.krb5 manual page into the krb5
483       subpackage (12511)
484
485     * In Red Hat packaging, prevent systemd from double-starting the client
486       (12587)
487
488     * Allow aklog to function on current S390/S390x (12499)
489
490   Solaris clients
491
492     * Make process authentication groups work on Solaris 11, now using a single
493       group ID (12524..12527)
494
495     * Fix a BAD TRAP panic on Solaris 11 clients built with Studio 12.5 (12567)
496
497   macOS clients
498
499     * Fixed the preference pane for OS X 10.11 and later (12512)
500
501 OpenAFS 1.6.20.1
502
503   All platforms
504
505     * Build fixes required by recent compilers (12482..12484)
506
507   Linux clients
508
509     * Support for mainline kernel 4.9 and distribution kernels with
510       backports from it (12478..12480)
511
512     * In Red Hat packaging, make systemd deal correctly with the client
513       when no userland processes remain after starting it (12481)
514       (RT #133482)
515
516   macOS
517
518     * Support for release 10.12 "Sierra" (12431 12432)
519
520     * Avoid a crash in the Mounts tab of the OpenAFS preference pane (12447)
521
522 OpenAFS 1.6.20 (Security Release)
523
524   All platforms
525
526     * Fix for OPENAFS-SA-2016-003: file and directory names leak due to
527       reuse of directory objects without zeroing the contents
528       (12461 12462 12463 12464 12465)
529
530 OpenAFS 1.6.19
531
532   All platforms
533
534     * Documentation improvements (12304)
535     * Fixes for test failures (12396 12415)
536
537   All DB server platforms
538
539     * Avoid potentially writing to an out of date volume location or protection
540       database, or losing a database write, which could happen in rare cases
541       under special conditions during database leader election
542       (12339 12389)
543
544   Solaris clients
545
546     * Allow the fsinfo::: DTrace provider to work with AFS files (12371)
547
548   Linux clients
549
550     * Don't commit more data to a file than was actually copied during writes,
551       which could happen on architectures with a page size > 4 KiB (12413)
552     * Fixed build on PPC64 with GCC 6.1 (12388) (RT #133407)
553     * Fixed build on x86_64 with recent GCC (12365 12366)
554
555
556 OpenAFS 1.6.18.3
557
558   Linux clients
559
560     * Support for mainline kernel 4.7 and distribution kernels with
561       backports from it (12348)
562
563   Solaris clients
564
565     * Fixed memory mapped I/O on files >= 4 GiB (12349 12350)
566
567       Note that there is a suspicion that this might break the client
568       on very old Solaris releases (2.6). If it does, the breakage should
569       occur at build time.
570
571   OS X
572
573     * Added tooling to build a package for OS X 10.10 "Yosemite" and
574       10.11 "El Capitan" (12335 12351)
575
576
577 OpenAFS 1.6.18.2
578
579   Linux clients
580
581     * Support for mainline kernel 4.6 and distribution kernels with
582       backports from it (12332)
583
584     * Switch back to the pre-1.6.18 algorithm for freeing unused vcaches.
585       While the new algorithm is still believed to be correct, it turned
586       out that at least on some kernels, including 4.5 and 4.6, the dentry
587       for the current working directory may be erroneously invalidated.
588       This could lead to errors like "Unable to read current working directory"
589       when a directory wasn't accessed for a few minutes. (12323)
590
591     * Use a secure URL to retrieve the CellServDB in the script to create
592       the Red Hat source package (12330)
593
594   FreeBSD
595
596     * Added sysname IDs for 10.2 and 10.3 to fix the build on those platforms
597       (12322)
598
599
600 OpenAFS 1.6.18.1
601
602   Linux clients
603
604     * Support for mainline kernel 4.5 and distribution kernels with
605       backports from it (12300..12302)
606
607
608 OpenAFS 1.6.18
609
610   All platforms
611
612     * Documentation improvements (12224 11675 11613 12197)
613
614     * Improved diagnostics and error messages (12129 12207 12185 12211 12113
615       12215 12216)
616
617     * Check that CellServDB entries are valid IPv4 addresses, to avoid
618       occasional hangs or potentially other erratic behaviour due to invalid
619       entries (12210) (RT #131794)
620
621   All client platforms
622
623     * Gracefully handle cases where a client shutdown sequence is initiated
624       while the client is already shutting down, rather than cause a panic
625       (12179)
626
627     * Fixed several bugs that could cause erratic behaviour when the write
628       offset into a file was more than 2 GiB beyond the file's current end
629       on the server (12213 12214)
630
631   All server platforms
632
633     * Avoid a possible volserver crash during volume dump or restore due
634       to invalid ACL entries (12127)
635
636     * Allow recovering from a DAFS fileserver operation which allocates a
637       new vnode but fails to update the vnode index, rather than crashing the
638       server (12209)
639
640     * Fixed a longstanding bug which could damage the volume location database
641       when "vos changeaddr" was run with "-oldaddr" and "-newaddr" and the
642       old address was present in a multi-homed entry (12089)
643
644   FreeBSD
645
646     * Added support for releases 10.2 and 10.3 (12232)
647
648   Linux clients
649
650     * Support for mainline kernel 4.4 and distribution kernels with
651       backports from it, alas at a performance penalty (12226 12227 12228)
652       (RT #132677 #132819)
653
654     * Avoid using excessive amounts of kernel memory for dynamically
655       allocated vcaches, by improving the algorithm to free unused ones
656       (12256 12257)
657
658     * In Red Hat packaging, make the init script use "ip" if available, with
659       "ifconfig" as a fallback (12193)
660
661   OS X
662
663     * Basic support for release 10.11 "El Capitan" (12212)
664
665   IRIX clients
666
667     * Fixed kernel module builds with optimization (12198) (RT #131261)
668
669
670 OpenAFS 1.6.17 (Security Release)
671
672   All server platforms
673
674     * Fix for OPENAFS-SA-2016-001: foreign users can create groups as
675       if they were an administrator (RT #132822) (CVE-2016-2860)
676
677   All client platforms
678
679     * Fix for OPENAFS-SA-2016-002: information leakage from sending
680       uninitialized memory over the network.  Multiple call sites
681       were vulnerable, with potential for leaking both kernel and
682       userland stack data (RT #132847)
683
684     * Update to the GCO CellServDB update from 01 January 2016 (12188)
685
686   Linux clients
687
688     * Fix a crash when the root volume is not found and dynroot is not
689       in use, a regression introduced in 1.6.14.1 (12166)
690
691     * Avoid introducing a dependency on the kernel-devel package corresponding
692       to the currently running system while building the srpm (12195)
693
694     * Create systemd unit files with mode 0644 instead of 0755
695       (12196) (RT #132662)
696
697 OpenAFS 1.6.16
698
699   All platforms
700
701     * Documentation improvements (11932 12096 12100 12112 12120)
702
703     * Improved diagnostics and error messages (11586 11587)
704
705     * Distribute the contributor code of conduct with the stable release (12056)
706
707   All server platforms
708
709     * Create PID files in the right location when bosserver is started with
710       the "-pidfiles" argument and transarc paths are not being used (12086)
711
712     * Several fixes regarding volume dump creation and restore (11433 11553
713       11825 11826 12082)
714
715     * Avoid a reported bosserver crash, and potentially others, by replacing
716       fixed size buffers with dynamically allocated ones in some user handling
717       functions (11436) (RT #130719)
718
719     * Obey the "-toname" parameter in "vos clone" operations (11434)
720
721     * Avoid writing a loopback address into the server CellServDB - search
722       for a non-loopback one, and fail if none is found (12083 12105)
723
724     * Rebuild the vldb free list with "vldb_check -fix" (12084)
725
726     * Fixed and improved the "check_sysid" utility (12090)
727
728     * Fixed and improved the "prdb_check" utility (12101..04)
729
730   All client platforms
731
732     * Avoid a potential denial of service issue, by fixing a bug in pioctl
733       logic that allowed a local user to overrun a kernel buffer with a single
734       NUL byte (commit 2ef86372) (RT #132256) (CVE-2015-8312)
735
736     * Refuse to change multi-homed server entries with "vos changeaddr",
737       unless "-force" is given, to avoid corruption of those entries (12087)
738
739     * Provide a new vos subcommand "remaddrs" for removing server entries, to
740       replace the slightly confusing "vos changeaddr -remove" (12092 12094)
741
742     * Make "fs flushall" actually invalidate all cached data (11894)
743
744     * Prevent spurious call aborts due to erroneous idle timeouts (11594)
745
746     * Provide a "--disable-gtx" configure switch to avoid building and
747       installing libgtx and its header files as well as the depending
748       "scout" and "afsmonitor" applications (12095)
749
750     * Fixed building the gtx applications against newer ncurses (12125)
751
752     * Allow pioctls to work in environments where the syscall emulation
753       pseudo file is created in a read-only pseudo filesystem, like in
754       containers under recent versions of docker (12124)
755
756   Linux clients
757
758     * In Red Hat packaging, avoid following a symbolic link when writing
759       the client CellServDB, which could overwrite the server CellServDB,
760       by removing an existing symlink before writing the file (12081)
761
762     * In Red Hat packaging, avoid a conflict of openafs-debuginfo with
763       krb5-debuginfo by excluding our kpasswd executable from debuginfo
764       processing (12128) (RT #131771)
765
766 OpenAFS 1.6.15 (Security Release)
767
768   All client and server platforms
769
770     * Fix for OPENAFS-SA-2015-007 "Tattletale"
771
772       When constructing an Rx acknowledgment (ACK) packet, Andrew-derived
773       Rx implementations do not initialize three octets of data that are
774       padding in the C language structure and were inadvertently included
775       in the wire protocol (CVE-2015-7762).  Additionally, OpenAFS Rx in
776       versions 1.5.75 through 1.5.78, 1.6.0 through 1.6.14, and 1.7.0
777       through 1.7.32 include a variable-length padding at the end of the
778       ACK packet, in an attempt to detect the path MTU, but only four octets
779       of the additional padding are initialized (CVE-2015-7763).
780
781 OpenAFS 1.6.14.1
782
783   Linux clients
784
785     * Support kernels up to 4.2
786
787       Due to changes to internal data structures with this kernel release,
788       the OpenAFS client can no longer reset the link count during path
789       lookups. Since volume root directories must behave like symlinks
790       instead of normal directories in order to satisfy Linux kernel
791       invariants, looking up paths containing more than 40 mount points
792       will fail with ELOOP on such kernels.
793
794 OpenAFS 1.6.14
795
796   All server platforms
797
798     * Prior to the OpenAFS security release 1.6.13, the Volume Location
799       Server (vlserver) RPC VL_ListAttributesN2() supported wildcard volume
800       name lookups via regular expression (regex) pattern matching. This
801       support was completely disabled in 1.6.13 because it was judged to be
802       a security risk due to buffer overruns in the implementation, as well
803       as the possibility of denial of service attacks where certain regular
804       expressions could cause excessive CPU usage in some regex
805       implementations.
806
807       Unfortunately, after 1.6.13 was released, it was discovered that
808       the native OpenAFS 'backup' system uses the VL_ListAttributesN2()
809       regex support to evaluate configured volume sets. If you use the
810       OpenAFS 'backup' system (or another backup system which relies on it,
811       such as Tivoli Storage Manager (TSM, aka Tivoli ADSM)), and are using
812       volume sets which require regular expressions for the volume name,
813       then those volume sets cannot be resolved by OpenAFS 1.6.13. The next
814       paragraph provides details on how to identify any affected volume sets.
815
816       OpenAFS backup volume sets may be described by fileserver, partition
817       name, and volume name. The fileserver and partition specifications
818       never require regular expression support. The volume name specification
819       always requires regular expression support except for when specifying
820       _all_ volumes via two special cases: the universal wildcard ".*", or "".
821       For example, volume name "proj" or "*.backup" or "homevol.*" all
822       require regex support - even if the specification contains no wildcard
823       characters and/or exactly matches an existing volume name.
824
825       As a result of this issue, OpenAFS 1.6.14 replaces the 1.6.13 changes
826       to VL_ListAttributesN2. 1.6.14 prevents the buffer overruns and
827       reenables the regex support, but restricts it to OpenAFS super-users
828       and -localauth only. This is sufficient to restore the OpenAFS 'backup'
829       system's ability to work correctly with any previously supported volume
830       set. The OpenAFS 'backup' commands are already documented to require
831       super-user authorization, so this restriction is moot for the backup
832       system.
833
834       There are no other direct consumers of the VL_ListAttributesN2() regex
835       support in the OpenAFS tree. However, the VL_ListAttributesN2 RPC is
836       publicly accessible and might be used by third party tools directly or
837       indirectly via OpenAFS's libadmin. Any such tools that issue
838       VL_ListAttributesN2 RPCs must now be executed using super-user or
839       -localauth tokens.
840
841       None of the other security fixes in OpenAFS 1.6.13 are known to have
842       any issues, and are still included unchanged in OpenAFS 1.6.14.
843
844       If there are any questions concerning the possible impact of OpenAFS
845       1.6.13 or 1.6.14 at your site, please contact your OpenAFS support
846       provider or the openafs-info@openafs.org mailing list for further
847       assistance.
848
849 OpenAFS 1.6.13
850
851   All server platforms
852
853     * Fix for CVE-2015-3282: vos leaks stack data onto the wire in the
854       clear when creating vldb entries
855
856     * Workaround for CVE-2015-3283: bos commands can be spoofed, including
857       some which alter server state
858
859     * Disabled searching the VLDB by volume name regular expression to avoid
860       possible buffer overruns in the volume location server
861
862   All client platforms
863
864     * Fix for CVE-2015-3284: pioctls leak kernel memory
865
866     * Fix for CVE-2015-3285: kernel pioctl support for OSD command passing
867       can trigger a panic
868
869   Solaris clients
870
871     * Fix for CVE-2015-3286: Solaris grouplist modifications for PAGs can
872       panic  or overwrite memory
873
874 OpenAFS 1.6.12
875
876   All server platforms
877
878     * Avoid database corruption if a database server is shut down and then
879       brought up again quickly with an altered database (11773 11774)
880       (RT #131997)
881
882   All client platforms
883
884     * Fixed a potential buffer overflow in aklog (11808)
885
886     * Avoid a bogus warning regarding the checkserver daemon, which could be
887       logged during startup when the cache initialization was very fast (11680)
888
889     * Added documentation of the inaccuracy of the 'partition' field in
890       'fs listquota' output for partitions larger than 2 TiB (11626)
891
892   Linux clients
893
894     * Support kernels up to 4.1 (11872 11873)
895
896     * Avoid spurious EIO errors when writing large chunks of data to
897       mmapped files (11877)
898
899   OS X
900
901     * Build fixes required at least on OS X 10.10 Yosemite with the latest
902       XCode (11859 11876 11842..11845 11863 11878 11879)
903
904 OpenAFS 1.6.11.1
905
906   Linux clients
907
908     * Support kernels up to 4.0 (11760 11761)
909
910   FreeBSD clients
911
912     * Fixed kernel module build on systems with an updated clang which no
913       longer accepts the -mno-align-long-strings as a no-op (11809)
914
915 OpenAFS 1.6.11
916
917   All platforms
918
919     * Allow aklog to succeed creating native K5 tokens even when mapping
920       the K5 principal to a K4 one fails (11538)
921
922     * Build fixes (11435 11636)
923
924   All client platforms
925
926     * Avoid a potential kernel panic due to connection reference overcounts
927       (11645) (RT #131885)
928
929     * Avoid potential corruption of files written using memory mapped I/O
930       when the file is larger than the cache (11656) (RT #131976)
931
932   Linux clients
933
934     * Support kernels at least up to 3.19 (11549 11550 11569 11570 11595
935       11658..11662 11694 11752)
936
937       Note: By default this excludes kernels 3.17 to 3.17.2, which will leak
938             an inode reference when an error occurs in d_splice_alias(). The
939             module will build and work, but leak kernel memory, leading to
940             performance degradation and eventually system failure due to
941             memory exhaustion. Since it's impossible to detect this condition
942             automatically, the switch --enable-linux-d_splice_alias-extra-iput
943             must be passed to configure when building the module for those
944             kernels. The same would be necessary for any kernel with backports
945             of commit 908790fa3b779d37365e6b28e3aa0f6e833020c3 or commit
946             95ad5c291313b66a98a44dc92b57e0b37c1dd589 but not the fix in commit
947             51486b900ee92856b977eacfc5bfbe6565028070 in the linux-stable repo
948             (git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git) or
949             the corresponding changes on other branches.
950
951     * Fixed a regression introduced in OpenAFS release 1.6.10 which could
952       make the spurious "getcwd: cannot access parent directories" problem
953       return (11558 11568) (RT #131780)
954
955     * Avoid leaking memory when scanning a corrupt directory (11707)
956
957   OS X clients
958
959     * Support OS X 10.10 "Yosemite" (11571 11572 11611) (RT #131946)
960
961   Solaris clients
962
963     * Avoid reading random data rather than correct cache content when using
964       ZFS as the cache file system on Solaris >= 11, and fix potential similar
965       problems on other platforms (11713 11714)
966
967   FreeBSD
968
969     * Build fix for releases >= 11.0 (11610)
970
971   OpenBSD
972
973     * Support release 5.4 (11700)
974
975
976 OpenAFS 1.6.10
977
978   All platforms
979
980     * Don't hide the "version" subcommand in help output (11214)
981
982     * Documentation improvements (11126 11216 11222 11223 11225 11226)
983
984     * Improved diagnostics and error messages (11154 11246 11247 11249 11181
985       11182 11183)
986
987     * Build system improvements (11158 11221 11224 11225 11227..11241 11282
988       11342 11350 11353 11242 11367 11392)
989
990     * Avoid potentially erratic behaviour under certain error conditions by
991       either avoiding or at least not ignoring them, in various places (11008
992       11010..11065 11112 11148 11196 11530)
993
994   FreeBSD
995
996     * Support releases 9.3 and 10.1 (11368 11369 11402 11403 11404)
997
998     * Makes a disk cache more likely to work on FreeBSD, though such
999       configurations remain not very tested (11448)
1000
1001   All server platforms
1002
1003     * Added volscan(8) (11252..11280 11387 11388)
1004
1005     * Fixed a bug causing subgroups not to function correctly if their
1006       ptdb entry had more than one continuation entry (11352)
1007
1008     * Logging improvements (10946 11153)
1009
1010     * Allow log rotation via copy and truncate (11193)
1011
1012     * Avoid a server crash during startup only observed on a single platform
1013       and when using a 3rd party library under certain circumstances, which is
1014       a collateral effect of the security improvements introduced in OpenAFS
1015       release 1.6.5 (11075) (RT #131852)
1016
1017   All client platforms
1018
1019     * Raised the free space reported for /afs to the maximum possible value of
1020       just under 2 TiB - the old value was 9 GiB on most platforms (10984)
1021
1022     * Reduced the amount of stack space used (11162 11163 11203 11164..11167
1023       11338 11339 11364..11366 11381)
1024
1025     * Sped up a periodic client task which could be problematically slow
1026       on systems with a large number of PAGs and files in use (11307)
1027
1028     * Fixed failure of the up command with large ACLs (11111)
1029
1030     * Avoid a potential crash of aklog (11218)
1031
1032     * Avoid potential crashes of scout and xstat_fs_test (11155)
1033
1034   Linux clients
1035
1036     * Support kernels up to 3.16 (11308 11309)
1037
1038     * Fixed a regression introduced in OpenAFS release 1.6.6 that made
1039       checking for existing write locks incorrectly fail on readonly volumes
1040       (11361)
1041
1042     * Fixed a regression introduced in OpenAFS release 1.6.8 that could
1043       cause VFS cache inconsistencies when a previously-accessed directory
1044       entry was removed and recreated with the same name but pointing to a
1045       different file on another client (11358)
1046
1047     * Use the right path to depmod in Red Hat packaging to avoid dependency
1048       calculation incorrectly failing unless a link /sbin -> /usr/sbin is
1049       present on the system performing it (11171) (RT #131860)
1050
1051     * Do not ignore kernel module build errors (11205)
1052
1053 OpenAFS 1.6.9
1054
1055   All server platforms
1056
1057     * Fix for OPENAFS-SA-2014-002
1058
1059 OpenAFS 1.6.8
1060
1061   All platforms
1062
1063     * Documentation improvements (10751 10875 10931 10897 10883 10954 10955)
1064
1065     * Improved diagnostics and error messages (10756 10814 10949)
1066
1067     * Fixed a bug in RX that could make errors during packet reception go
1068       unnoticed. (10733)
1069
1070     * Fixed a bug that made "vos size -dump" display the wrong size for
1071       large volumes. (10933)  (RT #131819)
1072
1073   All server platforms
1074
1075     * Change the default fileserver sync behavior from "delayed" to "onclose".
1076       This means that explicit syncing only happens when a volume is detached.
1077       (10809)
1078
1079     * Added the -offline-timeout and -offline-shutdown-timeout options to the
1080       fileserver, to implement interrupting clients accessing volumes we are
1081       trying to take offline. (6266 10799)
1082
1083   All client platforms
1084
1085     * When a client is shut down, it will give up its callbacks. The Windows
1086       client has been doing this since 2007. Note that older fileservers
1087       (1.3.50 to 1.4.5 and 1.5.0 to 1.5.27) had a bug in the implementation of
1088       the relevant RPC that could cause crashes or other undefined behavior
1089       when this happens. (6272 8840 10855)
1090
1091     * Restored the pre-1.6 behavior of "vos e" being an alias for "vos examine".
1092       (10886)
1093
1094     * Avoid flooding logs with warnings about byte-range locks, by throttling
1095       them per file. Also, make the messages more useful by including the
1096       FID. (10836..10839)
1097
1098     * Avoid a possible panic during shutdown while tracing. (10932)
1099
1100   Linux clients
1101
1102     * Fixed a bug that could cause the "getcwd: cannot access parent
1103       directories" problem (10804 10984)
1104
1105     * Avoid a delay when accessing uncached data in AFS in a confined
1106       context under SELinux. (10598)
1107
1108     * Red Hat packaging improvements (10600 10767 10807)
1109
1110 OpenAFS 1.6.7
1111
1112   All server platforms
1113
1114     * Fix for OPENAFS-SA-2014-001
1115
1116     * Fix for a potential DOS attack against RX servers
1117
1118 OpenAFS 1.6.6
1119
1120   All platforms
1121
1122     * As of this release, OpenAFS no longer ships uncompressed source tarballs.
1123       Tarballs are still shipped with both compression formats, gzip and bzip2.
1124       (10131)
1125
1126     * Documentation improvements (10136 10314 10601)
1127
1128     * Improved diagnostics and error messages (9412 10085 10274)
1129
1130     * Avoid redefining "assert" in our public header files, which could
1131       cause failures when building some applications using them. (10096)
1132
1133     * Fixes for parallel builds (10005 10309 10337)
1134
1135     * Added a -s switch to afscp (not installed by default) to help simulate
1136       a slow client. (9416 9417)
1137
1138     * Added a -probe switch to vlclient test program (not installed by default)
1139       to ping all vlservers in a cell in parallel. (9570)
1140
1141   All server platforms
1142     * The fileserver now ignores any vice partitions with a NeverAttach flag
1143       file present in the root directory. (RT #130561) (9470 9471)
1144
1145     * Restrict forcing CPS ("Current Protection Subdomain") recalculation in
1146       the fileserver to administrators. Also fixed a bug that could cause this
1147       operation to be incomplete. (9485 9487)
1148
1149     * Allow non-DAFS fileservers to attach unusable volumes, restoring pre-1.6
1150       behaviour. (RT #131505) (9499)
1151
1152     * Restored the pre-1.6 behaviour when running vos examine for a volume
1153       currently in a transaction, showing the volume as busy again rather than
1154       offline. (9685 9915 9916)
1155
1156     * Reduced the minimum time a bos salvage takes from 5 seconds to 1. (9476)
1157
1158     * Fixed buserver to not segfault when started with the -servers option.
1159       (RT #131706) (10166)
1160
1161     * Salvager fixes, addressing a wide variety of possible problems from
1162       unnecessary salvaging to aborts (9282 9283 9457 9458 9459 9461 9462 9480
1163       9481 10165 10167)
1164
1165     * Fixed a bug that could cause saved state information to be discarded
1166       when restarting a large or busy fileserver, which negatively impacted
1167       performance. (9683)
1168
1169     * Fixed a bug that could have caused undefined behaviour in the vlserver
1170       in rare cases when a fileserver registered its addresses in the VLDB.
1171       (9429)
1172
1173     * Added the -preserve-vol-stats switch to volserver, allowing it to keep
1174       the access statistics across volume restore and reclone operations
1175       instead of resetting them. (9477)
1176
1177     * Inserted an exponential delay between retries when bosserver attempts to
1178       restart a server process. (9571 10199)
1179
1180     * Improved vldb_check (not installed by default) to cope with broken
1181       vlentry names and volids, and provide more output to aid debugging.
1182       (10268)
1183
1184     * Releasing a volume after adding a new RO site no longer touches any of
1185       the existing RO sites, if the RW data hasn't changed since the last
1186       release. (10174)
1187
1188     * Make the copyDate field for RO clones have the same meaning as for
1189       remote RO volumes. Previously, the copyDate field for clones was updated
1190       every time we released. (9451)
1191
1192     * Fixed potentially undefined behaviour in ptserver when too many pts
1193       ids are allocated. (10124)
1194
1195     * Note that the server side NAT pings feature present in the prereleases
1196       was removed before the final release, since no positive feedback
1197       was provided during prerelease testing. (9420 10135)
1198
1199   Linux servers
1200
1201     * Start bosserver with -nofork in the systemd unit file, to allow systemd
1202       to track its state (10093)
1203
1204   All client platforms
1205
1206     * No longer track file locks on read-only volumes. Write locks can't
1207       succeed, read locks always will. Avoids log messages about this kind
1208       of lock. (8910)
1209
1210     * Added the "fs flushall" subcommand, which makes the client discard all
1211       cached data. This was previously available on Windows only. (9065 9388
1212       9389 9390)
1213
1214     * Fixed a bug that could make the client incorrectly believe its cache
1215       is up to date. This change could negatively impact AFS <-> DFS
1216       translators, should those still be running anywhere. (8898)
1217
1218     * Several changes to avoid panicing in certain error conditions.
1219       (9131 9287 10354 10355 10356 10357) (partially addressing RT #131747)
1220
1221     * Added the -rxmaxfrags switch to afsd, allowing to limit the number
1222       of UDP fragments sent or received per RX packet. (9430)
1223
1224     * Build fixes for aklog on several platforms (RT #131716) (9917 10107 10275)
1225
1226     * Require that the AFS mountpoint specified in the cacheinfo file is
1227       an absolute path. Relative paths result in a client that basically
1228       works but is not fully functional. (10253)
1229
1230     * Fixed a bug that could cause one of the afsd threads to enter an infinite
1231       loop (10431 .. 10436)
1232
1233   Linux clients
1234
1235     * Support Linux kernels up to 3.13 (10241)
1236
1237     * Fixed a bug that made readv/writev calls in AFS space fail with Linux
1238       kernels where generic_file_aio_read exists but those operations have
1239       not been switched to using aio_read/aio_write. This was a regression
1240       introduced with release 1.6.3 and affected at least RHEL 5.9 kernels.
1241       (10248)
1242
1243     * Fixed a similar bug making core dumps fail in AFS space, affecting
1244       a much wider range of kernels including the most recent ones.
1245       (RT #131729) (10254)
1246
1247     * Enhanced the keyring code to make PAGs work correctly on kernels with a
1248       distribution specific change to the Linux keyring code. This affected at
1249       least SLES 11 SP3 kernels. (10252)
1250
1251     * Fixed a bug that could make failures during PAG instantiation go
1252       unnoticed. (10255)
1253
1254     * Fixed a bug that made compilation fail for Linux kernels without
1255       keyring support. This affected at least the SLE 10 SDK and an
1256       OEM version of SLES 11 SP1. (10325)
1257
1258     * Fixed build for kernels with user namespace support enabled. Likely
1259       to be required for Ubuntu 14.04 and eventually other distributions.
1260       (10456 10457 10458 10518 10472)
1261
1262     * Support RHEL 6.5 kernels, and possibly others with changes backported
1263       from recent mainline kernels that touch getname/putname, by no longer
1264       using those functions. Previously, the client could cause a kernel
1265       panic when syscall auditing was enabled. (10578)
1266
1267     * Make tmpfs usable as the cache filesystem again. This had been broken
1268       since kernel 3.1 (9950 10193)
1269
1270     * When starting the client fails, clean up the backing device information
1271       created in sysfs, to avoid error messages during a subsequent start
1272       and possible system instability later on (10454)
1273
1274     * Update Red Hat packaging to support Fedora >= 20, RHEL >= 7 and
1275       ELrepo kernels (10597 10619 10622 10703 10704)
1276
1277   OS X Clients
1278
1279     * Support OS X 10.9 "Mavericks" (10519 10541 10542 10543 10548 10549)
1280
1281   AIX clients
1282
1283     * Fixed a bug that caused the 1.6 AIX client to never receive any RX
1284       packets in the kernel. (RT #131725)
1285
1286   FUSE client
1287
1288     * Support Solaris 11 (9454 9455)
1289
1290     * Allow other users to access filesystems mounted by root. (9452)
1291
1292   FreeBSD
1293
1294     * Build tvolser and dvolser on this platform (10122)
1295     * Several fixes to catch up with newer releases (10374 .. 10381)
1296
1297   NetBSD
1298
1299     * Build tsalvaged, tvolser and dvolser on this platform (10121)
1300     * Fixed build on NetBSD 5 and newer. (10138)
1301
1302 OpenAFS 1.6.5
1303
1304 All platforms
1305
1306     * Fixes for OpenAFS-SA-2013-0003 and OpenAFS-SA-2013-0004
1307
1308 OpenAFS 1.6.4
1309
1310 All platforms
1311
1312     * Obey the jumbo/nojumbo settings for ubik servers (the DB servers)
1313       too. In previous releases, those servers may have used jumbograms
1314       even if they were not configured to do so. This change corrects
1315       the actual behaviour, and will improve performance and reliability
1316       for sites where jumbograms are problematic. It could cause a decrease
1317       in performance for sites where jumbograms work, but those can turn
1318       them back on manually.
1319
1320     * Dozens of fixes for common coding problems like use after free,
1321       use of possibly uninitialised memory, reading or writing past the
1322       end of arrays and potential NULL pointer derefences. Spotted by
1323       code analysis tools or human inspection.
1324
1325     * Documentation improvements.
1326
1327     * Fixes and improvements to the diagnostic or log messages printed by
1328       vos, the fileserver and others.
1329
1330     * Build fixes, making parallel builds more reliable with certain
1331       configuration options and helping various platforms including
1332       recent releases of IRIX, Solaris and several flavours of Linux.
1333
1334     * Avoid sending a small amount of data over the wire unencrypted
1335       under certain conditions, and emit the correct error message in
1336       this case.
1337
1338 All server platforms
1339
1340     * Avoid generating duplicate IDs for readonly and backup volumes,
1341       which could happen under certain conditions.
1342
1343     * Allow the fileserver to return volume data like quota or free space,
1344       which is available publicly elsewhere, without the additional access
1345       check for read permissions on a volume's root directory the fileserver
1346       performed before.
1347
1348     * The fileserver now emits a log message when it ran out of memory for
1349       callbacks.
1350
1351     * Avoid several potential fileserver problems, including memory
1352       corruption and segmentation faults, due to client bookkeeping.
1353
1354     * Avoid known cases of silent data corruption due to background syncs
1355       on the fileserver, especially during Copy on Write.
1356
1357     * Make the fileserver sync behaviour runtime configurable. Up to 1.4.5,
1358       we had synchronous syncs which were safe but really slow. Since 1.4.5,
1359       we've had asynchronous syncs which are much faster but believed to
1360       be the cause of rare data corruption issues, and while all known cases
1361       of these happening are believed to be fixed in the 1.6.3 release, doubts
1362       remain. This change allows choosing between those, and in addition allows
1363       to turn syncs by the fileserver off altogether, thus relying on the vice
1364       partition's backend filesystem and the operating system, or to just
1365       execute them when a volume is detached. The default behaviour is
1366       unchanged from releases since 1.4.5, but it's highly recommended to
1367       consider the additional options this change provides. Future OpenAFS
1368       releases will default to "-sync=none".
1369
1370     * For dbservers, avoid a situation where misinterpreting transient
1371       network errors causes long-term issues with achieving ubik quorum.
1372
1373 All UNIX client platforms
1374
1375     * Improvements to the detection of an aklog-specific krb5 configuration
1376       file, for the purposes of turning on "weak crypto" for aklog.
1377
1378     * Fixed a regression introduced in release 1.6.2 which caused the
1379       supposedly persistent disk cache to be discarded upon client start.
1380       (RT #131655)
1381
1382 Linux clients
1383
1384     * Support Linux kernels up to 3.10
1385
1386     * Fixed two bugs making it impossible to unmount a disk cache filesystem
1387       after it has been used by the client. (RT #131613)
1388
1389     * Fixed a bug that could cause an oops with kernels 3.6 and later
1390
1391 OpenBSD
1392
1393     * Improved support for OpenBSD 4.9 to 5.3
1394
1395 OpenAFS 1.6.3
1396
1397   This release number had to be skipped for technical reasons.
1398
1399 OpenAFS 1.6.2.1
1400
1401   Linux clients
1402
1403     * Support Linux kernels up to 3.8.
1404
1405     * Make the init script cope with the output of ifconfig on recent Fedora.
1406
1407 OpenAFS 1.6.2
1408
1409   All platforms
1410
1411     * Fix buffer overflows in fileserver and ptserver.
1412
1413     * Abort an rx connection when given an unknown service (Gerrit 7593).
1414
1415     * "idle dead" behavior improvements.
1416
1417     * Documentation updates.
1418
1419   All server platforms
1420
1421     * Fix rare file corruption during background sync (Gerrit 8796).
1422
1423     * Fix corrupting clients' metadata cache during certain errors (Gerrit
1424       6957).
1425
1426     * Avoid saying a volume doesn't exist when accessed as the volume is
1427       going offline (Gerrit 7488).
1428
1429     * Fix fileservers to properly report >2 TiB partitions.
1430
1431     * Fix stale volume info from vos examine on non-DAFS filservers.
1432
1433     * Fix possible volume corruption with vos convertROtoRW.
1434
1435     * Fix bosserver to preserve all command-line options over restart.
1436
1437     * Fix bosserver to properly kill hung processes during shutdown.
1438
1439   All UNIX client platforms
1440
1441     * Fixes for memcache, especially on Solaris.
1442
1443     * Increase the size of the DNS resolver answer buffer to allow sites
1444       with a long response list to use SRV and AFSDB records.
1445
1446     * Fix a crash when a server appears to run out of addresses (Gerrit
1447       7487).
1448
1449     * Fix cache corruption when reading from a file another client is
1450       simultaneously writing to (Gerrit 7994).
1451
1452     * Improve handling of disk cache disk errors.
1453
1454   Linux
1455
1456     * fix DKMS configuration for DKMS 2.2.
1457
1458     * Avoid generating inode number 0 with md5 inodes (Gerrit 7276).
1459
1460     * Fix a crash when reading /proc/fs/openafs/unixusers (Gerrit 7914).
1461
1462     * Make PAG-less access use the real UID of the calling process
1463       instead of the effective UID, when determining what credentials to
1464       use (Gerrit 7931).
1465
1466     * Fix possible abuse of fs mkmount.
1467       Prior to 1.6.2, users could crash a client by nesting volume mounts.
1468
1469     * Fix fileserver memory corruption on RHEL 6
1470       Prior to 1.6.2, fileservers on RHEL 6 may crash under heavy load.
1471
1472     * Fix client page cache corruption on Linux
1473       When multiple clients read and write to a file, the reading client
1474       may see first page (4096 bytes) of a file as nulls.
1475
1476     * Support Linux kernels up to 3.7.
1477
1478     * Support newer glibc versions.
1479
1480     * Improve client systemd unit file.
1481
1482     * Update Red Hat packaging.
1483
1484   OS X
1485
1486     * Fix crashes on shutdown.
1487
1488     * Prevent unloading the module before shutdown completes.
1489
1490     * Security improvement for the OpenAFS preference pane.
1491
1492   Solaris
1493
1494     * Support newer versions of the Sun Studio compiler software.
1495
1496     * Support compiling on newer versions of Solaris 11 and Solaris 10.
1497
1498
1499 OpenAFS 1.6.0 (2011-08-15)
1500
1501   All platforms
1502
1503     * Substantial Rx updates to correct erroneous behavior.
1504
1505     * vos now properly deals with matching sites when servers are
1506       multihomed.
1507
1508     * Don't stop Rx keepalives after an ackall is received, avoiding
1509       spurious connection timeouts. (128848)
1510
1511     * Don't retry Rx calls on channels returning busy errors and improve
1512       Rx busy call channel error handling. (128671)
1513
1514     * Properly enable Rx connection hard timeouts.
1515
1516     * Rx NAT pings are not enabled until peer has answered.
1517
1518     * Initialize rx_multi lock before use.
1519
1520     * Avoid spurious crashes when initializing in "backup" client.
1521
1522     * Revert UUID support in vos.
1523
1524     * pt_util fixed to properly create new databases.
1525
1526     * MTU discovery now properly shut down on call reset.
1527
1528     * Avoid leaking references to hosts during callback break multi-Rx
1529       operations. (129376)
1530
1531     * xstat tools now cope with differing timeval structures between
1532       endpoints.
1533
1534     * Numerous fixes to command argument parsing.
1535
1536     * Documentation updates.
1537
1538   All server platforms
1539
1540     * A file descriptor leak which could result in corrupted files in the
1541       fileserver was fixed. An IMMEDIATE upgrade from previous 1.5 release
1542       fileservers is recommended.
1543
1544     * Fix ptserver supergroups support on 64 bit platforms.
1545
1546     * Demand attach salvaging doesn't use freed volume pointers.
1547
1548     * Properly hold host lock during host enumeration in fileserver.
1549
1550     * Attempt to recovery more quickly from timed out volume release
1551       transactions.
1552
1553     * Auditing now properly byte order swaps IP addresses when printing.
1554
1555     * vos split now has improved error handling.
1556
1557     * Many changes to again support Windows fileservers.
1558
1559     * During volume removal, data removal speed improved.
1560
1561     * Improve CPU utilization during volume attaching by DAFS.
1562
1563     * In salvager check-only mode, avoid potentially fixing a vnode.
1564
1565     * Fix support for large (greater than 2gb) volume special files.
1566
1567     * Salvager will not crash if multiple or bad volume link tables are
1568       encountered.
1569
1570     * Avoid erroneous full dump by remembering which sites were out of
1571       date at the start of the release.
1572
1573     * A deleted volume can now be recreated properly.
1574
1575     * Callbacks are again not broken during whole partition salvages.
1576
1577     * Positional vectored IO fixed for largefile (>2GB) capable systems.
1578
1579     * Fileserver per-client thread usage again properly enforced.
1580
1581     * Anonymous dropbox support improved and drawbacks documented.
1582
1583     * Demand attach: ensure vnodes are not reallocated while in use due to
1584       volume bitmap errors.
1585
1586     * Properly support large volume numbers (larger than 2147483647).
1587
1588     * Allow salvager to be run manually again when DAFS is being
1589       used. (129458)
1590
1591     * Avoid leaking references to hosts during callback break multi-Rx
1592       operations. (129376)
1593
1594     * Demand attach: unlink fileserver state file on standalone salvage.
1595
1596     * Salvager tries harder to detect linktable issues.
1597
1598     * Demand attach: don't attach volumes with special status set.
1599
1600     * Avoid crashing on host table exhaustion. Instead, defer clients.
1601
1602   Microsoft Windows
1603
1604     * afs_config will not longer set the Tray Icon State in the registry
1605       if the checkbox is not present in the dialog. (128591)
1606
1607     * AFS Explorer Shell Extension now works from folder backgrounds.
1608       Overlays for mount points and symlinks are present in the dll, but
1609       are not registered at present by the installers.
1610
1611     * Do not use RankServerInterval registry value as the value for
1612       PerformanceTuningInterval.
1613
1614     * When the data version of a mountpoint or symlink changes, the target
1615       string in the cm_scache_t object must be cleared.
1616
1617     * "fs checkservers" now includes vldb servers in the output and only
1618       lists multi-homed servers once.  A multi-homed server that has at
1619       least one up interface is no longer considered to be down.
1620
1621     * When asynchronously storing dirty data buffers to the file server
1622       ensure that (a) the cm_scache_t object and the cm_buf_t object are
1623       for the same File ID so that locking and signalling work properly;
1624       and (b) if the FID no longer exists on the file server, do not
1625       panic, just discard the buffer.
1626
1627     * When processing VNOVOL, VMOVED and VOFFLINE errors perform server
1628       comparisons by UUID or address and not simply by cm_server_t
1629       pointer.  Otherwise, server failover may not succeed.
1630
1631     * Do not preserve status information for cm_scache_t objects when the
1632       issuing server is multi-homed.
1633
1634     * Giving up all callbacks when shutting down or suspending the machine
1635       is now significantly faster due to the use of an rx_multi
1636       implementation.  (This functionality is still off by default and
1637       must be activated by a registry value.)
1638
1639     * Race conditions were possible when updating the state of the
1640       cm_volume_t flags and when moving the volumes within the least
1641       recently used list.
1642
1643     * Ensure that the lanahelper library does not perform a NCBRESET of
1644       each lan adapter when enumerating the current network bindings.
1645       Correcting this permits OpenAFS to work on Windows 7 when the
1646       network adapter settings change.
1647
1648     * Fix creation of mount points and symlinks as \\AFS\xxxx
1649
1650     * Icon tray state now conditionally set. (128591)
1651
1652     * Properly create new cell mount points in freelance mode.
1653
1654     * Avoid recursive offline volume checks.
1655
1656     * Fix caching of non-existent volumes.  The test to trigger an
1657       immediate CM_ERROR_NOSUCHVOLUME in cm_UpdateVolumeLocation() was
1658       backwards.
1659
1660     * Prevent the background daemon from checking the status of
1661       non-existent volumes.  cm_CheckOfflineVolumes() should skip volume
1662       groups with the CM_VOLUMEFLAG_NOEXIST flag set.
1663
1664     * The afskfw library should return an error immediately if the
1665       krb5_32.dll library cannot be loaded.  Affects afslogon.dll and
1666       afscreds.exe.
1667
1668     * No longer depend on leashw32.dll in afskfw library.
1669
1670     * NPLogonNotify must provide the user password in all calls to
1671       KFW_AFS_get_cred().  It cannot count on a credential cache being
1672       preserved between calls.  Permits tokens to be acquired for all
1673       cells listed in the TheseCells registry value for a domain.
1674
1675     * Improve the trace logging from NPLogonNotify().
1676
1677     * Avoid a race when writing the cm_scache_t mountPointString
1678       when acquiring mount point or symlink target data via
1679       cm_GetData().  The race could result in bogus target
1680       data being cached.
1681
1682     * Permit the use of des-cbc-md5 and des-cbc-md4 enctypes
1683       as DES keys in asetkey.exe.
1684
1685     * aklog supports dotted Kerberos v5 principal names.
1686
1687     * afskfw library always attempts afs/cell@USER-REALM
1688
1689     * afskfw library must test return code from krb5_cc_start_seq_get() or
1690       will trigger a null pointer exception when using Heimdal.
1691
1692     * Lock protected fields must be 32-bit in order to avoid memory
1693       overwrite races.
1694
1695     * Add support for NTFS symlinks.
1696
1697     * Handle file search requests for virtual syscall ioctl file.
1698
1699     * Process SyncOps properly to enforce ordered operations.
1700
1701     * Avoid recursing during NewServer operations.
1702
1703     * Correct lock acquisition order during SMB locking.
1704
1705     * Add shutdown message to event log.
1706
1707     * Check offline volume status by policy rather than on each daemon
1708       thread run.
1709
1710     * Return error on directory object not found instead of crashing.
1711
1712     * Improve error message output.
1713
1714     * afslogin.dll can start afsd_service if it's not starting or started.
1715
1716     * Optimize away release lock RPCs for deleted files.
1717
1718     * Background Daemon will not perform operations on deleted files.
1719
1720     * Resort recently used directories to the top of the LRU if the
1721       directory is larger than the stat cache.
1722
1723     * Resort deleted objects to the bottom of the LRU.
1724
1725     * Use interlocked operations for state and queue fields to allow safe
1726       bit set and clear on multiprocessor systems.
1727
1728   All UNIX client platforms
1729
1730     * Servers now marked down when GetCapabilities returns error.
1731
1732     * In-use vcache count is now properly tracked.
1733
1734     * Check for /afs existance before starting, unless -nomount is
1735       specified.
1736
1737     * Avoid a potential panic when using /afs/.:mount syntax.
1738
1739     * Avoid a panic in memcache mode due to missing CellItems file.
1740
1741     * FUSE client support fixed for non-/afs mounts.
1742
1743     * Avoid a potential deadlock (which times out) when we need to
1744       allocate more callback returns and must flush some already in use.
1745
1746     * Deal with libcom_err conflicts with other packages using it
1747       (e.g. krb5) (128640)
1748
1749     * Fall back to afs3-vlserver SRV record values when afs3-ptserver SRV
1750       record is not available.
1751
1752     * Avoid holding unneeded locks when probing server capabilties.
1753
1754     * Do not attempt page flushes for directories.
1755
1756     * Rx connection reference counting is enabled.
1757
1758     * An Rx connection reference count leak is fixed in bulkstat.
1759
1760     * Handle unparsable directory objects.
1761
1762     * Handle Kerberos cred cache errors in aklog.
1763
1764   AIX
1765
1766     * Fix PAG usage to track by PAG identifier, not group list.
1767
1768   FreeBSD
1769
1770     * Fix socket termination on shutdown.
1771
1772     * Support for 7.2, 7.3, 7.4 and 8.2 included.
1773
1774     * References to vcaches are no longer leaked during root or reclaim.
1775
1776     * Remove support for "Giant" lock as we no longer need to use it.
1777
1778     * Don't sleep with AFS GLOCK.
1779
1780     * Properly enable 64 bit long long support.
1781
1782     * Restore support for FreeBSD 7 (128612)
1783
1784     * Fix locking issues at shutdown and avoid panic at shutdown due to
1785       vcache flushing.
1786
1787     * Support for virtual network stacks.
1788
1789     * New RC script, updated packaging.
1790
1791   IRIX
1792
1793     * Properly create new vnodes to avoid crashing in the client.
1794
1795   Linux
1796
1797     * Support through kernel 2.6.39.  Treat Linux 3.0 as Linux 2.6 for
1798       sysname purposes.
1799
1800     * Use rx_Readv in cache bypass to improve performance.
1801
1802     * Properly handle 0-length replies during cache bypass operations.
1803
1804     * Properly handle non-contiguous readpage cache bypass operations.
1805
1806     * Do proper locking when transitioning to or from cache bypass.
1807
1808     * Avoid extra runs of vcache freeing routine. (128756)
1809
1810     * Perform vcache eviction via a fast path before visiting vcaches
1811       where sleep is needed.
1812
1813     * setpag() errors are now properly reported.
1814
1815     * Avoid attempting to free stat cache entries when we are below
1816       user-specified number of entries in use.
1817
1818     * Properly track user-specified number of stat cache entries to use as
1819       a desired usage target.
1820
1821     * Don't read pages beyond EOF in the cache. (128452)
1822
1823     * Various corrections and improvements to Red Hat packaging, including
1824       modifying the init script to allow deferring for a new binary
1825       restart and properly supporting RHEL6.
1826
1827     * Fix lockup in 2.6.38 due to erroneous kernel feature configure test.
1828
1829     * Improve RPM building tools.
1830
1831     * Attempt to properly handle SELinux in packaging.
1832
1833     * Init script properly returns status as exit code.
1834
1835     * RPM packaging fixes (executable libraries, no postinstall message)
1836
1837     * Kill i386 from RPM packaging.
1838
1839   MacOS
1840
1841     * MacOS 10.7 support.
1842
1843     * Properly handle setpag errors.  PAGs are not supported.
1844
1845     * Check for unloaded kernel extensions when decoding AFS panics.
1846
1847     * Disable "get tokens at login" in prefs pane if AD authentication
1848       plugin is configured.
1849
1850     * aklog AuthorizationPlugin now provided.
1851
1852     * Preferences Pane behavior fixed for 1.6 series (version detection is
1853       used to select default behavior).
1854
1855     * A potential kernel panic during bulkstat operations is
1856       fixed. (128511)
1857
1858     * 64-bit MacOS kernel performance is greatly improved. (128934)
1859
1860     * Properly shut down AFS, closing the Rx socket in the upcall handler
1861       to avoid attempting to process data after we can no longer do so.
1862
1863     * Rework logic for bulk status operations to avoid a potential hang.
1864
1865     * Avoid panic when doing FSEvent synthesis.
1866
1867     * Fix bug when using non-dynroot.
1868
1869     * Update Kerberos support in PreferencesPane.
1870
1871   NetBSD
1872
1873     * Updates for platform support.
1874
1875   OpenBSD
1876
1877     * Bug fixes for issues introduced previously in 1.5 series.
1878
1879     * Support through OpenBSD 4.8.
1880
1881   Solaris
1882
1883     * Switch to ioctl() syscall replacement for Solaris 11 since syscall
1884       65 is not safe.
1885
1886     * Fix support for Solaris pre-10.
1887
1888     * Corrected Solaris 11 startup script.
1889
1890     * vcache mappings freed on shutdown to avoid panic.
1891
1892     * Properly report errors for AFS system call callers.
1893
1894     * Don't leave dangling function references if kernel extension fails
1895       to load.
1896
1897     * Try harder to avoid deadlocks on file-larger-than-cache operations.
1898
1899     * Avoid panic on shutdown when mount failed.
1900
1901
1902 OpenAFS 1.6.0pre2
1903
1904   All systems: Minor bugfixes.
1905
1906   ADDITIONAL CHANGES IN 1.6.0PRE2
1907
1908   All platforms:
1909
1910     - Documentation updates.
1911
1912     - Don't stop Rx keepalives after an ackall is received, avoiding
1913       spurious connection timeouts. (128848)
1914
1915     - Don't retry Rx calls on channels returning busy errors. (128671)
1916
1917     - vos will not die with a double free error at command completion.
1918
1919     - Properly enable Rx connection hard timeouts.
1920
1921     - Initialize rx_multi lock before use.
1922
1923     - Avoid spurious crashes when initializing in "backup" client.
1924
1925   All unix platforms:
1926
1927     - Check for /afs existance before starting, unless -nomount is specified.
1928
1929     - Avoid a potential panic when using /afs/.:mount syntax.
1930
1931     - Avoid a panic in memcache mode due to missing CellItems file.
1932
1933   All server platforms:
1934
1935     - Attempt to recovery more quickly from timed out volume release
1936       transactions.
1937
1938     - Auditing now properly byte order swaps IP addresses when printing.
1939
1940     - vos split now has improved error handling.
1941
1942     - Many changes to again support Windows fileservers.
1943
1944     - During volume removal, data removal speed improved.
1945
1946     - Improve CPU utilization during volume attaching by DAFS.
1947
1948     - In salvager check-only mode, avoid potentially fixing a vnode.
1949
1950     - Fix support for large (greater than 2gb) volume special files.
1951
1952     - Salvager will not crash if multiple or bad volume link tables
1953       are encountered.
1954
1955     - Avoid erroneous full dump by remembering which sites were out of date
1956       at the start of the release.
1957
1958   FreeBSD:
1959
1960     - Remove support for "Giant" lock as we no longer need to use it.
1961
1962     - Don't sleep with AFS GLOCK.
1963
1964     - Properly enable 64 bit long long support.
1965
1966     - Restore support for FreeBSD 7 (128612)
1967
1968     - Fix locking issues at shutdown.
1969
1970   Linux:
1971
1972     - support through kernel 2.6.38.
1973
1974     - RedHat packaging now properly supports RHEL6.
1975
1976     - Use rx_Readv in cache bypass to improve performance.
1977
1978     - Properly handle 0-length replies during cache bypass operations.
1979
1980     - Properly handle non-contiguous readpage cache bypass operations.
1981
1982     - Do proper locking when transitioning to or from cache bypass.
1983
1984     - Avoid extra runs of vcache freeing routine. (128756)
1985
1986   MacOS:
1987
1988     - Check for unloaded kernel extensions when decoding AFS panics.
1989
1990     - Properly handle setpag errors. PAGs are not supported.
1991
1992     - Disable "get tokens at login" in prefs pane if AD authentication
1993       plugin is configured.
1994
1995   OpenBSD:
1996
1997     - support through OpenBSD 4.8.
1998
1999   Solaris:
2000
2001     - Fix support for Solaris pre-10.
2002
2003   Windows:
2004
2005     - afs_config will not longer set the Tray Icon State
2006       in the registry if the checkbox is not present in
2007       the dialog. (128591)
2008
2009     - AFS Explorer Shell Extension now works from folder
2010       backgrounds.  Overlays for mount points and symlinks
2011       are present in the dll, but are not registered at present
2012       by the installers.
2013
2014     - Do not use RankServerInterval registry value as the value for
2015       PerformanceTuningInterval.
2016
2017     - When the data version of a mountpoint or symlink changes,
2018       the target string in the cm_scache_t object must be cleared.
2019
2020     - "fs checkservers" now includes vldb servers in the output
2021       and only lists multi-homed servers once.  A multi-homed
2022       server that has at least one up interface is no longer
2023       considered to be down.
2024
2025     - When asynchronously storing dirty data buffers to the
2026       file server ensure that (a) the cm_scache_t object and
2027       the cm_buf_t object are for the same File ID so that
2028       locking and signalling work properly; and (b) if the
2029       FID no longer exists on the file server, do not panic,
2030       just discard the buffer.
2031
2032     - When processing VNOVOL, VMOVED and VOFFLINE errors perform
2033       server comparisons by UUID or address and not simply by
2034       cm_server_t pointer.  Otherwise, server failover may not
2035       succeed.
2036
2037     - Do not preserve status information for cm_scache_t objects
2038       when the issuing server is multi-homed.
2039
2040     - Giving up all callbacks when shutting down or suspending
2041       the machine is now significantly faster due to the use
2042       of an rx_multi implementation.  (This functionality is
2043       still off by default and must be activated by a registry
2044       value.)
2045
2046     - Race conditions were possible when updating the state
2047       of the cm_volume_t flags and when moving the volumes
2048       within the least recently used list.
2049
2050     - Ensure that the lanahelper library does not perform a
2051       NCBRESET of each lan adapter when enumerating the
2052       current network bindings.  Correcting this permits OpenAFS
2053       to work on Windows 7 when the network adapter settings
2054       change.
2055
2056     - Fix creation of mount points and symlinks as \\AFS\xxxx
2057
2058   PREVIOUS CHANGES:
2059
2060   All platforms:
2061
2062     - vos now properly deals with matching sites when servers are multihomed.
2063
2064   All Unix platforms:
2065
2066     - Servers now marked down when GetCapabilities returns error.
2067
2068     - In-use vcache count is now properly tracked.
2069
2070   All server platforms:
2071
2072     - Fix ptserver supergroups support on 64 bit platforms.
2073
2074     - Demand attach salvaging doesn't use freed volume pointers.
2075
2076     - Properly hold host lock during host enumeration in fileserver.
2077
2078   FreeBSD:
2079
2080     - Fix socket termination on shutdown.
2081
2082     - Support for 7.2, 7.3, 7.4 and 8.2 included.
2083
2084     - References to vcaches are no longer leaked during root or reclaim.
2085
2086   Linux:
2087
2088     - Define llseek handler to avoid ESPIPE error in 2.6.37.
2089
2090     - Mount interface replaces get_sb (new for 2.6.37, not yet required).
2091
2092     - RedHat init script allows deferring for a new binary restart.
2093
2094     - DEFINE_MUTEX replaces DECLARE_MUTEX for 2.6.37.
2095
2096   MacOS:
2097
2098     - Correct return value from setpag syscall.
2099
2100   OpenBSD:
2101
2102     - Bug fixes for issues introduced previously in 1.5 series.
2103
2104   Solaris:
2105
2106     - Switch to ioctl() syscall replacement for Solaris 11 since syscall 65
2107       is not safe.
2108
2109
2110 OpenAFS 1.5.78 (2010-11-04)
2111
2112   All platforms
2113
2114     * Revisions to Rx to fix performance issues.
2115
2116     * Make fs getfid behave consistently across all platforms. (128372)
2117
2118     * Properly check IDs handed to pts when creating users or groups so
2119       useful error messages can be provided. (128343)
2120
2121     * Correct byte order handling of port in afsconf_LookupServer for SRV
2122       records.
2123
2124     * Force a full dump when releasing to a site which was previously
2125       marked "don't use", in case the previous clone was out of date.
2126
2127   All server platforms
2128
2129     * Demand salvage of attached volumes now correctly track attachment
2130       state.
2131
2132     * Avoid a potential crash due to failure to hold a lock when attaching
2133       a volume fails.
2134
2135   Microsoft Windows
2136
2137     * Track SMB connections by SID rather than username.
2138
2139     * Error write attempts to known-readonly volumes earlier.
2140
2141     * Validate directory buffers to avoid potential crashes.
2142
2143     * Handle VIO errors from bulkstatus.
2144
2145     * Make PMTU discovery configurable and register error handlers for it.
2146
2147   All UNIX client platforms
2148
2149     * Use larger I/O sizes in memcache to improve performance.
2150
2151     * Avoid potential alignment issues doing I/O for pioctl calls.
2152
2153   FreeBSD
2154
2155     * Avoid panicing if the listener process is not findable.
2156
2157     * Avoid deadlock issues while performing lookups.
2158
2159   Linux
2160
2161     * Handle stale file handle errors for some cache partition types.
2162
2163     * Avoid blocking with xvcache lock when attempting to free in-use
2164       vcaches.
2165
2166     * Build fixes for older kernels.
2167
2168     * Properly configure LWP to use ucontext() on platforms where it
2169       should.
2170
2171     * Eliminate spurious errors from AFS system call returns. (126230)
2172
2173   MacOS
2174
2175     * Attempt to honor configured Kerberos defaults in Preferences Pane.
2176
2177
2178 OpenAFS 1.5.77 (2010-09-08)
2179
2180   All platforms
2181
2182     * Rx path MTU detection will terminate detection in cases where the
2183       minimum required packet size cannot be transferred.
2184
2185     * vos dryrun mode now shows effects for syncvldb single volume case.
2186
2187     * vos dryrun mode now shows "status after" for syncvldb and syncserv.
2188
2189   All server platforms
2190
2191     * RXAFS_GetStatistics64 now returns statistics properly.
2192
2193   Microsoft Windows
2194
2195     * Attempt to properly identify the local system SMB connection for
2196       token tracking.
2197
2198     * Remap timeout and offline errors to proper NT RPC errors.
2199
2200     * Properly fail over to other replicas on bulkstat IO errors.
2201
2202     * Properly error delete-mode createfile if a file is set readonly.
2203
2204     * Validate directory entry buffers to avoid crashing the service.
2205
2206     * Log file modes properly.
2207
2208     * Log cell name when logging server information.
2209
2210   All UNIX client platforms
2211
2212     * cacheout program for discarding callbacks is now built.
2213
2214     * bulkstatus kernel locking is corrected to avoid a potential panic.
2215
2216   Dragonfly BSD
2217
2218     * userspace support update
2219
2220   FreeBSD
2221
2222     * Updated vnode locking for children returned via lookup().
2223
2224     * Avoid file open undercount with needed calls to
2225       FakeOpen/FakeClose().
2226
2227     * Use vnode_pager_setsize to properly track file size during kernel
2228       IO.
2229
2230     * Update system call installation.
2231
2232     * Fix shutdown of Rx kernel listener to avoid potential dereference
2233       after it's gone.
2234
2235     * Avoid closing vnodes during vnode recycle.
2236
2237     * Fix bogus call to FlushVS for vnode reclaims.
2238
2239   Linux
2240
2241     * Packaging updated for current configure options and built files.
2242
2243     * Cache bypass now holds reference on pages during readpage.
2244
2245     * s390x setgroups32 patching update.
2246
2247   MacOS
2248
2249     * DNS resolver is reinitialized on IP address change. (126440)
2250
2251
2252 OpenAFS 1.5.76 (2010-08-16)
2253
2254   All platforms
2255
2256     * Updates to build-time configuration.
2257
2258     * Fix XDR support in Rx to match header definition.
2259
2260     * vos status now shows transaction creation, not action creation.
2261
2262     * Rx avoids reporting loopback adapters when listing interfaces.
2263
2264   All server platforms
2265
2266     * Demand-Attach Fileserver always built and installed (dafileserver,
2267       davolserver, dasalvager).
2268
2269     * Return VNOVOL from fileserver when a volume is deleted.
2270
2271     * Ignore duplicate tags during volume restore operation.
2272
2273     * Update inode array after salvage repairs volume.
2274
2275     * Zero a corrupted header in memory during salvage to avoid further
2276       corruption.
2277
2278     * Fix NAMEI backend to allow low-numbered volumes to work properly.
2279
2280     * ptserver does not include cell name as part of length check for
2281       names.
2282
2283     * Updated error messages for unblessed volumes.
2284
2285     * vlserver avoids buffer overflow with regex pattern
2286
2287     * Attach-time failures now note failures as the rest of the fileserver
2288       would.
2289
2290     * Server argument logging will no longer overflow stack.
2291
2292     * Provide fast-restart-like unsafe-nosalvage option for DAFS.
2293
2294     * Deal with host hash collisions in the fileserver.
2295
2296   Microsoft Windows
2297
2298     * Avoid crashing when interpreting a drive letter as potentially
2299       matching a cell name.
2300
2301     * Properly handle volume package errors.
2302
2303     * Allow page recycling from known-readonly content without ensuring
2304       they are not dirty.
2305
2306     * 32 bit tools installer should not override client configuration.
2307
2308     * Ensure root scache item has a valid callback when use is attempted.
2309
2310     * Freelance directory changes now properly invalidate and replace the
2311       old root object.
2312
2313   All UNIX client platforms
2314
2315     * Support disconnected reconnecting with specified UID for PAGless
2316       platforms.
2317
2318     * Proper disconnected vnode reference tracking.
2319
2320     * Update server site blacklisting to not return success if nothing was
2321       blacklisted.
2322
2323     * Avoid a panic during vcache contention due to CVInit vcache
2324       racing. (127645)
2325
2326   FreeBSD
2327
2328     * Update for network stack in 8.1/9.0.
2329
2330   HP-UX
2331
2332     * Bug fixes.
2333
2334   Linux
2335
2336     * 2.6.36 support
2337
2338     * Disable PMTU error packet handling.
2339
2340     * flock() fixes.
2341
2342     * Debian packaging updated.
2343
2344     * freezer interface updates.
2345
2346   MacOS
2347
2348     * Hold references to disconnected mode written vnodes properly.
2349
2350   Solaris
2351
2352     * Handle NFS translator module references for amd64.
2353
2354     * INODE fileserver backend support now exists for amd64.
2355
2356
2357 OpenAFS 1.5.75 (2010-07-07)
2358
2359   All platforms
2360
2361     * Prevent rx_rpc_stats global lock from being a bottleneck.
2362
2363     * Path MTU discovery is now provided to allow traffic to pass networks
2364       with sub-1500 byte MTUs and poor fragment handling.
2365
2366     * Further reduce Rx NAT ping transmission when enabled.
2367
2368     * Update Kerberos 5-based token handling in rxkad from upstream
2369       Heimdal.  (127554)
2370
2371     * Update version numbers emitted during build to reflect what is
2372       actually being built.
2373
2374     * Add "-human" switch for human-readable units in fs diskfree and
2375       listquota. (124529)
2376
2377     * vos provides reasons for locked volumes when known.
2378
2379     * Do not count retransmission and ping acks as non-idle for Rx
2380       connections.
2381
2382     * Rx: provide service-specific data getter and setter routines.
2383
2384     * Update build-time Kerberos detection.
2385
2386     * Updated userspace AFS client.
2387
2388     * Beginning of a modernized test suite.
2389
2390     * Additional documentation.
2391
2392     * Updated documentation, notably the Administrators Guide.
2393
2394     * Substantial code cleanup.
2395
2396   All server platforms
2397
2398     * Update handling of vnode allocation failures.
2399
2400     * DAFS: allow salvaging volumes not known to the fileserver, to allow
2401       cleanup of data not attached to a current volume.
2402
2403     * Properly handle volumes slated for destruction.
2404
2405     * Handle volumes with many files properly.
2406
2407     * Force core file generation in bosserver by overriding default
2408       resource limits when possible.
2409
2410     * Update vlclient and vldb_check.
2411
2412     * Avoid potentially corrupting a volume on creation if files are left
2413       from previous failed cleanup.
2414
2415     * Note volume changed during salvage as needed.
2416
2417     * DAFS: do not assume invalid addresses are in fileserver address hash
2418       table.
2419
2420     * Avoid tying up fileserver threads with volumes that are being taken
2421       offline.
2422
2423     * Do not set inUse on volumes for non-DAFS other than in fileserver.
2424
2425     * Break origin's callback on target of rename operation.
2426
2427     * Avoid unneeded parent directory link updates during some rename
2428       operations.
2429
2430     * Do not open /dev/console for writing in the fileserver.
2431
2432     * DAFS: avoid spurious restarts when binary restarts are configured.
2433
2434     * Avoid spurious and unneeded calls to sync(), which can slow down the
2435       fileserver.
2436
2437   Microsoft Windows
2438
2439     * Revised SMB QuerySecurityInfo to address issues caused by MS10-020
2440       (http://support.microsoft.com/kb/980232)
2441
2442     * Prevent use of the AFSCache file contents if mapped to a new
2443       address.
2444
2445     * Make fs newcell include behavior compatible with the non-Windows
2446       version.
2447
2448     * Provide a registry option (FreelanceImportCellServDB) to pre-create
2449       mount points in the AFS root for all cells in CellServDB.
2450
2451     * Fix a memory leak in the cm_FreeServerList() routine.
2452
2453     * Reduce privilege when reading registry CellServDB.
2454
2455     * Add support for RPC Pipe Service NetWkstaGetInfo levels needed for
2456       Windows 7.
2457
2458     * Prevent overflow when computing quota percentage in Explorer Shell.
2459       (126846)
2460
2461     * Generate meaningful errors for ACL operations on freelance AFS root.
2462
2463     * Fix error handling on InlineBulkStatus RPCs.
2464
2465     * Show configuration pages for all types of MSI installations.
2466
2467     * Improve freemount AFS root directory handling and operations.
2468
2469     * Properly validate GetVolumeStatus pioctl responses.
2470
2471     * Commit file length changes and dirty buffers when flushing a file.
2472
2473   All UNIX client platforms
2474
2475     * Update version of files for disk cache.
2476
2477     * Do not call afs_FlushVCBs with xvcache lock held, to improve
2478       parallelization.
2479
2480     * Add mariner log messages for creating and removing files.
2481
2482     * Don't hold xvcache lock while creating symlinks, to improve
2483       parallelization.
2484
2485     * Provide -dynroot-sparse mode to not show all cells in CellServDB in
2486       dynroot mode.
2487
2488     * Avoid a potential crash in aklog in linked cell handling.
2489
2490     * Log MTU-caused packet retransmission.
2491
2492     * Prevent crashes caused be fs checkservers while cache is being set
2493       up.
2494
2495     * fs getserverprefs now has a buffer large enough for the default
2496       CellServDB.
2497
2498     * Report server address when logging warnings.
2499
2500     * Avoid panic in GetCapabilities when cell is not known.
2501
2502     * Lock process name and id for advisory lock warnings when possible.
2503
2504     * Handle need for allocating additional Rx packets.
2505
2506     * Properly handle errors from InlineBulkStatus operations.
2507
2508     * Fix errors returned from fcntl() on readonly files locked for write.
2509
2510     * Flush pending changes to the server on LOCK_EX unlock.
2511
2512     * Reflect length changes as a result of callbacks even when file is
2513       open for write.
2514
2515     * Avoid hanging due to error exit when attempting to store a large
2516       file to a non-largefile fileserver.
2517
2518     * Recover from afs_GetVolSlot errors.
2519
2520   FreeBSD
2521
2522     * Bugfixes for kernel VFS and network routines.
2523
2524   IRIX
2525
2526     * Provide makesname().
2527
2528   Linux
2529
2530     * Avoid syscall probes when keyrings are present, by default. (125215)
2531
2532     * Remove "Big Kernel Lock" from VFS operations.
2533
2534     * Use filehandles for all Linux 2.6 versions to avoid need for matched
2535       afsd. (127530)
2536
2537     * Updated RPM packaging.
2538
2539     * Fix dkms configuration provided with RPMs.
2540
2541     * Hold reference on pages during background I/O for cache bypass.
2542
2543     * Fix cache bypass handling of non-largefile fileservers.
2544
2545     * Protect truncate_inode_pages mappings with mutex or semaphore as
2546       needed.
2547
2548     * Fix pagevec use in cache bypass. (127505)
2549
2550     * Updates for 2.6.35
2551
2552   MacOS
2553
2554     * Improve launchd configuration.
2555
2556     * Avoid hanging on recursive cache file lock acquisition when user
2557       notification is enabled.
2558
2559     * Fix and re-enable bulkstat mode.
2560
2561   OpenBSD
2562
2563     * Build updates.
2564
2565   Solaris
2566
2567     * Precluding unmount while AFS is busy.
2568
2569     * Avoid deadlocking when releasing the VFS object.
2570
2571     * Stop network interface poller in kernel on AFS shutdown.
2572
2573     * Avoid issues with lookups on empty directory names. (127356)
2574
2575
2576 OpenAFS 1.5.74 (2010-04-22)
2577
2578   All platforms
2579
2580     * Add "vos setaddrs" command.
2581
2582     * Rx library lock contention avoidance between rx_NewCall and
2583       rx_EndCall.
2584
2585     * Rx library races due to inconsistent use of rx_connection
2586       conn_data_lock to protect the flags field.
2587
2588     * Rx library inconsistent use of RX_CALL_TQ_WAIT which could result in
2589       deadlocks.
2590
2591     * Rx library must signal transmit queue waiters when flushing.
2592
2593     * afsmonitor shows busy counts now.
2594
2595     * afsmonitor displays xstat callback statistics.
2596
2597     * Provide expandgroups for pts mem on a supergroups server.
2598
2599     * Provide supergroup option to liste nested groups during pts mem.
2600
2601   All server platforms
2602
2603     * Avoid volume lock contention during DAFS startup.
2604
2605   Microsoft Windows
2606
2607     * Avoid a race when updating cell vldb server lists that can result in
2608       a crash.
2609
2610     * Avoid a deadlock when managing CM_SCACHESYNC_STOREDATA state
2611       operations for directory objects.
2612
2613     * Add new Windows Application Event log messages for VBUSY,
2614       VRESTARTING, ALL_BUSY, ALL_OFFLINE, and ALL_DOWN.
2615
2616     * Reduce lock contention by waiting for cm_buf_t I/O operations.
2617
2618     * Split the cm_buf_t flags field to separate the flags that are
2619       protected by the cm_buf_t mutex from those protected by the
2620       buf_globalLock.
2621
2622     * In cm_UpdateVolumeLocation, avoid searching for a ".readonly" volume
2623       on a numeric volume name.
2624
2625     * File buffer allocations whose offsets are beyond server EOF should
2626       be locally allocated and zero filled.  The file server should not be
2627       issued a FetchData rpc which is guaranteed to fail.
2628
2629     * Enable integrated logon to work with Windows 7/2008 when user logons
2630       are performed with a non-Domain Kerberos principal.
2631
2632     * Add Protection Error messages to aklog output.
2633
2634   All UNIX client platforms
2635
2636     * Provide a FUSE-interfacing userspace afs client.
2637
2638     * Updates to libuafs userspace cache manager.
2639
2640     * Probe servers using GetCapabilities instead of GetTime, thus
2641       requiring fewer RPCs.
2642
2643     * Fix DNS SRV record handling for cell lookup.
2644
2645   FreeBSD
2646
2647     * Fix sleep/wakeup routines.
2648
2649     * Update for 8.0 release.
2650
2651   Linux
2652
2653     * Handle high memory addresses correctly.
2654
2655   MacOS
2656
2657     * Make 32 bit AFS syscalls work again.
2658
2659     * Work around finder "Duplicate" failure (caused by setting modes on
2660       symlinks).
2661
2662     * Disable bulkstat again (will be re-enabled at or before .75).
2663
2664     * Provide symlink type hints during readdir.
2665
2666
2667 OpenAFS 1.5.73 (2010-03-24)
2668
2669   All systems: Minor bugfixes. New features.
2670
2671   * New functionality:
2672
2673   All systems:
2674
2675     - NAT keepalive support at Rx level.
2676
2677     * Bugfixes:
2678
2679   All systems:
2680
2681     - Corrected server IP address output in vos syncvldb verbose mode.
2682
2683     - Corrected server IP address output for last "yes" host in udebug.
2684
2685     - Corrected SRV record support for canonicalizing cell names.
2686
2687   All UNIX clients:
2688
2689     - Fixed a potential race in Disconnected AFS "remove" support.
2690
2691     - Fix a potential blocking condition in fakestat mode.
2692
2693     - Avoid some errors and stack overflow reports when vos is interrupted.
2694       (33360,125535)
2695
2696     - Clean up several minor memory leaks.
2697
2698     - If a large file is stored to a non-largefile fileserver, avoid
2699       a potential deadlock.
2700
2701     - Increase maximum number of sysnames to 32.
2702
2703     - Readd fs mariner "storing" message, missing since AFS 3.3.
2704
2705     - Attempt timeouts on AFSDB lookups in userspace.
2706
2707     - Avoid interrupting writes due to an idle deadtime timeout.
2708
2709   All server platforms:
2710
2711     - Properly notify only affected hosts for volume callbacks. (126497)
2712
2713     - Allow volumes with trashed root directory to be recovered. (94658)
2714
2715     - Hold lock in file and volservers when traversing partition list.
2716
2717     - Use finer-grained locking in DAFS: volume, instead of partition locks.
2718
2719     - Schedule all DAFS salvages via FSSYNC.
2720
2721     - Avoid stale ptserver credential caching issue on keyfile update.
2722
2723     - Improve callback table overflow handling. (126451)
2724
2725     - Preclude deadlocks on when attempting to save DAFS state.
2726
2727     - Avoid races deleting hosts. (126454)
2728
2729     - Improve salvage speed for DAFS (124488)
2730
2731     - The bosserver now handles SIGTERM.
2732
2733   Microsoft Windows
2734
2735     - Prevent the Explorer Shell extension from crashing if symlink
2736       creation failed.  (126406)
2737
2738     - A Rx level NAT ping has been implemented. A registry value enables.
2739
2740     - Adds krb5 error message translation to aklog, afscreds,
2741       afslogon.dll, the network identity manager afs provider and
2742       translate_et.
2743
2744     - Default mode bit settings for file and directory creation are now
2745       provided, and can be configured.
2746
2747     - An SMB request trace facility is provided and can be enabled for
2748       debugging.
2749
2750   AIX:
2751
2752     - Clean up properly on mount failure.
2753
2754     - Add entry to /etc/vfs to allow umount to work.
2755
2756   FreeBSD:
2757
2758     - Additional work to support FreeBSD 8-current.
2759
2760   IRIX:
2761
2762     - Fix build issues with library order.
2763
2764   Linux:
2765
2766     - Fix s390 support conflict with executable stack patches.
2767
2768     - Don't count root's AFS session keyrings against quota.
2769
2770     - Correct dkms support in RPM config file.
2771
2772     - Keyring destructor now properly cleans up all tokens.
2773
2774     - Build again on old 2.6 kernels.
2775
2776     - Avoid GLOCK leak when updating CellServDB in-core.
2777
2778     - Fix byte-range lock handling.
2779
2780     - Attempt to deal with bdi issues. (126514)
2781
2782   MacOS:
2783
2784     - Some FSEvents hinting for authentication events now done. (23781)
2785
2786     - Update uninstaller. (125634)
2787
2788     - Rewrite afssettings and fstab code to avoid licensing issue with APSL.
2789
2790     - Growl client for user monitoring of AFS events included.
2791
2792     - Properly support insert-only dropboxes.
2793
2794     - Add bulkstat support.
2795
2796     - Include support for moving in Finder across mount points.
2797
2798     - Preferences Pane includes support for Kerberos 5 ticket renewal.
2799
2800   OpenBSD:
2801
2802     - Some support for OpenBSD 4.7.
2803
2804
2805 OpenAFS 1.5.72 (2010-02-15)
2806
2807   All platforms
2808
2809     * Provide internationalization support in com_err.
2810
2811     * Fix array length checking to avoid crashes when checking for a
2812       volume type based on name in vos.
2813
2814   All server platforms
2815
2816     * Provide backward compatible "-f" flag to salvager for force mode.
2817
2818   Microsoft Windows
2819
2820     * Restore use of DNS AFSDB and SRV records by kaserver clients.
2821
2822   All UNIX client platforms
2823
2824     * Fix client cache file truncation to not lose chunks when truncating
2825       a large file.
2826
2827     * Ensure a cache writeback hook is installed in the client (bug from
2828       1.5.71).
2829
2830     * Avoid spurious free memory warnings during clean shutdown.
2831
2832     * Fakestat mode avoids AFSDB lookups.
2833
2834     * "fs storebehind" now correctly reports errors on readonly volumes.
2835
2836     * Additional documentation for "fs getcacheparms"
2837
2838     * Forced new uuid generation with "fs uuid -generate" now works
2839       enforced permission correctly.
2840
2841   MacOS
2842
2843     * Add optimized Rx event handler in kernel.
2844
2845     * Installer now allows installing an older version.
2846
2847     * Panic decoder can now deal with MacOS 10.5 again.
2848
2849     * MacOS ._ files are now correctly not looked up as cellnames.
2850
2851   Linux
2852
2853     * To deal with SELinux file labeling, try cache accesses with current
2854       credentials in event of failure.
2855
2856     * Rx XDR encoding bug on i386 Linux is fixed (bug introduced in
2857       1.5.71).
2858
2859   IRIX
2860
2861     * Code compilation fixes.
2862
2863   OpenBSD
2864
2865     * Update for OpenBSD 4.6.
2866
2867
2868 OpenAFS 1.5.69 (2010-01-19)
2869
2870   All platforms
2871
2872     * Configuration of BOSserver no longer defaults to weekly restarts
2873       enabled.
2874
2875     * Provide BOS restricted mode by default.
2876
2877     * Add support for "vos endtrans" command.
2878
2879     * Default to providing full output from vos listvol.
2880
2881     * Correct additional-address tracking in the fileserver.
2882
2883     * Improve Rx performance by not unnecessarily dropping and reacquiring
2884       call locks in read and write processes.
2885
2886     * Avoid crashes when monitoring volserver transactions across
2887       potential transaction garbage collection.
2888
2889     * Numerous warning fixes.
2890
2891   All server platforms
2892
2893     * Avoid saving fileserver state in demand attach fileserver when
2894       panicing.
2895
2896     * Demand attach fileserver allows other callers to schedule salvages.
2897
2898     * Demand attach "bos salvage" now works correctly with restricted
2899       mode.
2900
2901   Microsoft Windows:
2902
2903     * Numerous changes to the client-internal btree directory handling to
2904       prevent errors.
2905
2906     * fs examine reports owner and group ids as signed values (PTS groups
2907       are negative).
2908
2909     * Preclude corruption due to races writing to smb buffers.
2910
2911     * Allow MTU settings in registry to be used.
2912
2913     * Apply MTU to both send and receive sizes.
2914
2915   All UNIX client platforms
2916
2917     * Avoid double-freeing Rx call structure if reading a response from
2918       the file server results in a short read.
2919
2920     * Handle negative lengths in FetchStatus results correctly.
2921
2922     * Properly clean up allocated memory at shutdown.
2923
2924     * Default to AFSDB compiled into the cache manager.
2925
2926     * Avoid inadvertant disclosure of stat() information to clients not so
2927       entitled.
2928
2929     * Correct a bug with AFSDB lookups introduced with SRV record support.
2930
2931   MacOS
2932
2933     * Install kernel panic processing tool in /Library/OpenAFS/Tools.
2934
2935     * Include debugging symbols for kernel extension in additional package.
2936
2937     * Support "Application Firewall" users.
2938
2939     * Avoid ._cellname AFSDB lookups.
2940
2941     * Compile preferences pane as a universal binary.
2942
2943   Linux
2944
2945     * Use splice to speed up storing files.
2946
2947     * When using memcache, avoid duplicating work in readpages.
2948
2949     * Use dget_parent to safely find an inode's parent.
2950
2951     * Disable access time updates in our superblock.
2952
2953     * Avoid crashing doing writeback if no credentials were stashed at
2954       file open.
2955
2956     * Simplify keyring support.
2957
2958     * Properly clean up vcache in event of failed mount.
2959
2960   FreeBSD
2961
2962     * Update for current FreeBSD 8.
2963
2964   Solaris
2965
2966     * Abstractly manipulate groups as now required.
2967
2968     * Abstractly access time instead of using lbolt directly.
2969
2970
2971 OpenAFS 1.5.68 (2009-12-08)
2972
2973   All platforms
2974
2975     * aklog now attempts to convert non-AFS errors to human-readable
2976       strings.
2977
2978     * Make stack not executable when compiling assembler source with GCC.
2979
2980     * Numerous source warning cleanups and code reorganization.
2981
2982   All server platforms
2983
2984     * Compute midnight for volume statistics calculation from local time.
2985
2986     * Salvager now orphans duplicate special inodes when running to allow
2987       recovery in event of a problem, instead of simply ignoring the
2988       issue.
2989
2990     * Support to ensure a server panic attempt leaves a core and thus
2991       restarts in a timely manner, rather than potentially hanging. Use
2992       panic to attempt cleanup before leaving a core when possible.
2993
2994     * Volume sync data reported during bulkstatus is now set correctly.
2995
2996     * Provide better tuning for fileserver file descriptor caching.
2997
2998     * Allow more than 128 threads in fileserver by modifying host
2999       structure in-use tracking.
3000
3001     * Avoid crashes getting volume server status during transaction
3002       cleanup.
3003
3004     * Improved logging of offline volume conditions.
3005
3006     * Correct volume statistics when cloning a volume.
3007
3008     * Avoid referencing host structures in the fileserver which are marked
3009       for deletion.
3010
3011     * Demand attach fileserver corrections to avoid coring during an
3012       aborted startup.
3013
3014     * host array bounds checking corrections to avoid buffer overflow.
3015
3016     * Handle special inodes correctly when promoting an inode fileserver
3017       readonly volume to read-write.
3018
3019   Microsoft Windows
3020
3021     * Set the DOS Readonly attribute on a file/directory whenever the unix
3022       mode combined with the mask 0200 is true.  Previously there was a
3023       discrepency between the mask used for testing for readonly behavior
3024       and that used for setting the attribute.
3025
3026     * Disable AFSVolSync based .readonly "whole-volume callback" support
3027       because the all file servers prior to 1.5.67 (and perhaps 1.4.12) do
3028       not properly assign a value to the AFSVolSync structure in bulk
3029       status RPC responses.
3030
3031     * Improve the error output from aklog to output the value from krb5
3032       error_message() if the afs_com_err output indicates an unknown
3033       value.
3034
3035     * Convert VBUSY and VRESTARTING to CM_ERROR_ALLBUSY and do not permit
3036       them to be exposed to the smb redirector.
3037
3038     * Convert STATUS_TIMEOUT responses to STATUS_IO_TIMEOUT to avoid
3039       confusion within the smb redirector.
3040
3041     * Fix the byte order assigned to port numbers associated with AFSDB
3042       record lookups.  They must be network byte order not host byte
3043       order.
3044
3045     * Add dynamic server ranking based on RPC round trip time
3046       measurements.
3047
3048   All UNIX client platforms
3049
3050     * Additional shutdown-time memory leaks removed.
3051
3052     * Improved logging of resource contention.
3053
3054     * Provide dumping for Rx debug packet tracking support in source.
3055
3056     * Update afscp test client to build, and provide an unlock client.
3057
3058     * Client buffers for directory parsing can now be allocated beyond the
3059       fixed set formerly provided.
3060
3061     * Work around race condition when manipulating read-only volume
3062       callbacks.
3063
3064     * Bugfixes to get PAG value pioctl.
3065
3066     * Bugfixes to SRV record support.
3067
3068   Linux
3069
3070     * Path MTU tracking code cleanup.
3071
3072     * Avoid an oops due to racing with vcache recycling thread.
3073
3074     * Changes to keyring PAG handling: for sufficiently new kernels, use
3075       only keyring-based PAGs, and disable group PAGs entirely.
3076
3077     * Updates to the kernel page cache interface: writing pages will now
3078       not spuriously leak page locks, and will avoid requiring duplicate
3079       work.
3080
3081     * Credential references are now tracked using native atomic counters.
3082
3083     * Kernel mutex/semaphore lock ordering fix to avoid deadlocks.
3084
3085     * Manipulate disk cache with credentials used to initialize it, to
3086       avoid security issues.
3087
3088   MacOS
3089
3090     * Fix fstrace message catalog location.
3091
3092     * Fix kernel fstrace logging.
3093
3094
3095 OpenAFS 1.5.66 (2009-10-25)
3096
3097   All platforms
3098
3099     * Avoid calling exit() in library code.
3100
3101     * Add rx window size and peer timeout tuning APIs.
3102
3103     * Correct rx peer timeout handling to disallow 0ms timeouts.
3104
3105     * Correct calculation of rx RTT by disregarding retransmitted packets.
3106
3107     * vos manpages updated to reflect changes in recent versions.
3108
3109     * GNU-style long options (e.g. --cell) are now supported in all
3110       commands.
3111
3112     * fs listacl can now print a command to recreate the current ACL.
3113
3114   All server platforms
3115
3116     * Fix a race on transaction objects in the volserver which can cause a
3117       crash.
3118
3119     * Avoid destroying and setting to NULL the callback connection when it
3120       could still be being used.
3121
3122     * Correct unlink handling in salvager.
3123
3124     * Improve error messages due to I/O errors in the volserver.
3125
3126     * Correct an issue which caused converted RO to RW volumes on namei
3127       fileservers to not come online immediately.
3128
3129   Microsoft Windows
3130
3131     * Official support for Windows 7 and Server 2008 R2.
3132
3133     * Prevent a file server bug (FetchData returning an invalid length
3134       instead of zero) from causing an "unexpected network error" when
3135       writing to files.
3136
3137     * Promote DNS SRV records as superior to DNS AFSDB records.  Support
3138       arbitrary port numbers for vldb servers.
3139
3140     * Add AFSVolSync based .readonly "whole-volume callback" support.
3141       With this functionality, multiple objects from a .readonly volume
3142       can have their status validated by issuing a single
3143       RXAFS_FetchStatus RPC.
3144
3145     * Remove drive mapping functionality and service start/stop from
3146       afscreds.exe.
3147
3148     * Remove drive mapping functionality from afs_config.exe.
3149
3150     * Use {HKLM,HKCU}\SOFTWARE\OpenAFS\Client DWORD "ShowMountTab" to
3151       restore access to drive mapping functionality in afscreds.exe and
3152       afs_config.exe.
3153
3154     * Adjust SMB error return codes to avoid returning STATUS_TIMEOUT
3155       which results in the SMB redirector disconnecting.
3156
3157     * Network Identity Manager OpenAFS Provider now provides its own "AFS
3158       lock" notification icon to report the status of "have tokens, have
3159       no tokens, service not started, service started but inaccessible".
3160       Hovering over the icon lists the cells for which tokens exist (if
3161       any) and the OpenAFS version number.  Double-clicking executes the
3162       Network Identity Manager default action.
3163
3164     * Prevent pioctl calls from retrying indefinitely when a sharing
3165       violation error occurs.
3166
3167   All UNIX client platforms
3168
3169     * Correct a condition which could discard the error from initializing
3170       a fetch request.
3171
3172     * Avoid using invalid references to afs_Conn connection structures,
3173       and thus potentially producing invalid data when a retry is needed.
3174
3175     * SRV records are now supported for discovering AFS servers.
3176
3177   Linux
3178
3179     * Correct writepage behavior.
3180
3181     * Fix error code handling in the writepage code.
3182
3183     * Avoid leaking page locks, which could potentially hang a machine.
3184
3185   MacOS X
3186
3187     * Preferences Pane improvements.
3188
3189   HP-UX
3190
3191     * Avoiding attempting to handle critical signals in servers, so that
3192       core file handling works correctly.
3193
3194
3195 OpenAFS 1.5.65 (2009-10-06)
3196
3197   All platforms
3198
3199     * Code compilation warning fixes, to enable better finding and
3200       tracking bugs.
3201
3202     * Provide configure-time switch to enable code warning compilation.
3203
3204   All server platforms
3205
3206     * Demand-attach fileserver now makes volume LRU list operations
3207       exclusive operations to avoid races during adding to the list.
3208
3209     * Fileservers now avoid potential "negative length" fetches.
3210
3211     * A leak in host tracking objects in the fileserver has been fixed.
3212
3213     * Salvager now unlinks all files by full path, to deal with the change
3214       to not chdir for core file tracking.
3215
3216     * Salvager avoids asserting if the volume header is unreadable.
3217
3218     * Demand-attach fileserver puts back volume references from fssync
3219       handlers when done.
3220
3221   Microsoft Windows
3222
3223     * Improved service response to suspend and shutdown event
3224       notifications.
3225
3226     * Avoid a bug in the file server that can result in an invalid length
3227       being returned as part of a fetch data response if the client
3228       attempts to read beyond the length of the file.
3229
3230     * Do not publish a default stream object for directories and mount
3231       point objects.  This was impacting the ability of some Windows XP
3232       systems to save roaming profiles.
3233
3234   All UNIX client platforms
3235
3236     * A bug which could cause erroneous handling of lengths on data reads
3237       has been fixed.
3238
3239     * A bug where erroneous length returns from the fileserver could
3240       result in a false error has been fixed.
3241
3242   Linux
3243
3244     * Background page copies are now supported for enhanced disk cache
3245       read performance.
3246
3247     * Blocking readahead is supported in readpages() to reduce overhead.
3248
3249     * Use readpage() instead of read() to access cache data to avail disk
3250       cache users of the kernel backing cache for improved performance.
3251
3252     * Minimize credential handling for improved performance.
3253
3254   MacOS X
3255
3256     * Preferences Pane cleanup.
3257
3258   Solaris
3259
3260     * Provide a fs_pathconf method with sensible defaults.
3261
3262     * Provide a _PC_FILESIZEBITS method to fix some NFS translator
3263       consumers.
3264
3265
3266 OpenAFS 1.5.64 (2009-09-22)
3267
3268   All server platforms
3269
3270     * The demand attach fileserver now puts back volume references gotten
3271       via the fssync interface.
3272
3273     * The demand attach fileserver had a structure reference error, which
3274       has been correected.
3275
3276   Microsoft Windows
3277
3278     * Restores Windows 2000 compatibility.
3279
3280     * Fixes a data consistency error between the output of NetWkstaGetInfo
3281       and NetServerGetInfo RPCs, specify the Lan workstation group name
3282       "AFS", and report server name as "AFS" instead of "\\AFS" when the
3283       caller asks for "\\AFS".
3284
3285     * Enables executables to be run from \\AFS on Windows 7.  Returns
3286       "Name not found" instead of "File not found" when a directory or
3287       file name cannot be found.  This avoids loader errors when system
3288       dlls cannot be located in the executable directory.
3289
3290     * Prevents cache manager from marking the file server "down" when the
3291       data returned in response to either RXAFS_FetchData64 or
3292       RXAFS_StoreData64 is invalid.
3293
3294     * Adds pioctl data validation to the AFS Explorer Shell extension.
3295
3296   All UNIX client platforms
3297
3298     * A bug which could cause a kernel panic in 1.5.63 has been corrected.
3299       This would manifest as a GetDCache panic or oops.
3300
3301   Linux
3302
3303     * aklog -setpag works again with recent kernels when keyring is in
3304       use.
3305
3306   MacOS
3307
3308     * When Fast User Switch is in use, AFS login is now handled correctly
3309       by the integration tool included with the preferences pane.
3310
3311     * Several packaging bugs have been corrected.
3312
3313
3314 OpenAFS 1.5.63 (2009-09-11)
3315
3316   All platforms
3317
3318     * The restorevol command is now documented and installed as a user
3319       command.
3320
3321     * The uss command now properly translates vldb entries to its expected
3322       format when handling them in all cases.
3323
3324     * Documentation now refers to Kerberos instead of kaserver.
3325
3326   All server platforms
3327
3328     * bosserver now handles BosConfig.new when restarting, allowing
3329       configuration to be replaced at restart time rather than with bos
3330       delete and bos create.  Documentation is updated to reflect this.
3331
3332     * The demand attach fileservice not longer potentially hangs trying to
3333       terminate demand-salvages which have already exited.
3334
3335     * The demand attach fileservice has been modified to avoid spurious
3336       'SYNC_putRes: write failed' warnings when some protocol messages
3337       cannot be acknowledged due to the sender terminating the connection.
3338
3339     * In the event of failure to contact the vlserver or ptserver, the
3340       fileserver will not exit and trigger a forced salvage. It will
3341       continue to try in the background to contact the needed services.
3342
3343     * The salvager can now repair certain cases of a damamged vnode index.
3344
3345     * The accessDate metadata for a volume is now updated correctly.
3346
3347   Microsoft Windows
3348
3349     * CRITICAL: Some applications for example those based on Cygwin were
3350       unable to access data stored in the AFS name space.  Explorer Shell
3351       also experienced inconsistent behavior.  This is fixed.
3352
3353     * CRITICAL: Multiple AFS pioctl requests issued nearly simultaneously
3354       by applications could result in pioctl responses being received by
3355       the wrong requester.  This in turn could result in application
3356       crashes.  symlink.exe, fs.exe, afslogon.dll, afscreds.exe, and the
3357       netidmgr afscred.dll plugin were all affected.
3358
3359     * Some XP machines running 1.5.62 had trouble saving roaming profile
3360       data.  This is fixed.
3361
3362     * Integrated Logon (afslogon.dll) did not function with domain
3363       specific configurations.
3364
3365     * Ensure that access denied and over quota errors experienced while
3366       storing data to the file server do not result in on-going retry
3367       attempts.
3368
3369   All UNIX client platforms
3370
3371     * Except on Solaris and AIX, the compiler may now be overriden at
3372       configure time by setting the CC environment variable.
3373
3374     * afsd now properly deals with large cache partitions.
3375
3376   FreeBSD
3377
3378     * Build shared libafsauthent and libafsrpc.
3379
3380   Linux
3381
3382     * Kernel module DKMS support now installs an unstripped module to
3383       allow debugging information to be collected.
3384
3385   MacOS
3386
3387     * Preferences pane properly updates token information.
3388
3389   MacOS 10.6
3390
3391     * klog will now properly handle passwords of 8 or fewer characters
3392       with an AFS string to key on hosts able to run 64 bit binaries.
3393
3394     * A panic at AFS shutdown due to "NO PCB" on a udp_lock has been
3395       addressed.
3396
3397     * The panic decoder script included in the source now properly handles
3398       32 and 64 bit panics.
3399
3400   NetBSD
3401
3402     * Avoid defining AFS_KERBEROS_ENV globally as it creates a circular
3403       dependency.
3404
3405     * Build shared libafsauthent and libafsrpc.
3406
3407   OpenBSD
3408
3409     * Build shared libafsauthent and libafsrpc.
3410
3411
3412 OpenAFS 1.5.62 (2009-08-28)
3413
3414   All platforms
3415
3416     * Numerous invisible changes to improve code maintainability,
3417       portability and enhanceability.
3418
3419   Microsoft Windows
3420
3421     * CRITICAL: Fixes two errors that can result in data loss when storing
3422       data to the file server.
3423       1. Failure to Store Portions of Unaligned Writes
3424       2. Failure to Store Data to File Servers Lacking Large File Support
3425       Read the announcement for more details:
3426         http://www.openafs.org/pipermail/openafs-announce/2009/000305.html
3427
3428     * CRITICAL: The cache manager daemon thread could terminate when the
3429       machine enters suspend mode.  This daemon thread performs the
3430       background check of down servers, offline volumes, callback
3431       expirations, etc.
3432
3433     * CRITICAL: Integrated Logon (afslogon.dll) was terminating
3434       unexpectedly.  Error checking has been improved and NULL pointer
3435       dereferences after Lsa API calls fail have been eliminated.
3436
3437     * For the first time, the OpenAFS SMB Server supports the DCE RPC
3438       services SRVSVC and WKSSVC.  Browsing \\AFS with the Explorer Shell
3439       or NET VIEW will now be faster and provide additional functionality.
3440       No longer will cell names longer than 12 characters be truncated.
3441
3442     * Improvements to DFS Referral request processing have been
3443       implemented.
3444
3445     * Unnecessary DNS lookups of share names are avoided improving
3446       performance.
3447
3448   All UNIX client platforms
3449
3450     * Non-Kerberos PAM modules work correctly again.
3451
3452   MacOS X
3453
3454     * MacOS 10.6 (Snowleopard) is now supported, both 32 and 64 bit mode.
3455
3456     * Updates to the AFSCommander preferences pane.
3457
3458     * Installer now permits cell names with dashes.
3459
3460
3461 OpenAFS 1.5.61 (2009-08-06)
3462
3463   All platforms
3464
3465     * Correct another race condition in the Rx library that could result
3466       in an unexpected panic while freeing the Rx call iovq.
3467
3468     * rx packet resend and data packets sent counts were incorrect.
3469
3470     * fs setquota, fs setcachesize, vos setfields, and vos create now
3471       accept human readable orders of magnitude. (K, M, G)
3472
3473     * fs listquota fixed to permit large quota sizes to be displayed.
3474
3475     * Correct documentation of bosserver permissions requirements.
3476
3477     * Modify vlserver to avoid potentially corrupting the database through
3478       volume id reuse.
3479
3480     * Generalized support for fast Rx timeout due to network
3481       down/unreachable.
3482
3483   All server platforms
3484
3485     * Allow audit logs to be sent via sys5 IPC message queues instead of
3486       logged directly.
3487
3488   Microsoft Windows
3489
3490     * If a file server becomes inaccessible while the cache manager has
3491       dirty buffers to write, the afsd_service buf_IncrSync thread can
3492       attempt to use 100% of the cpu.
3493
3494     * Fix "fs newcell" which was broken in 1.5.60.
3495
3496     * Do not attempt to synchronize dirty buffers if the associated volume
3497       is known to be unavailable.
3498
3499     * Modify behavior of a Freelance mountpoint target that does not
3500       specify a cell.  Instead of assuming the target volume is in the
3501       Freelance.Local cell, use the workstation "Cell" specified in the
3502       registry. A mountpoint target of "#root.cell." will now mean the
3503       root.cell volume in the workstation cell for the current session.
3504       If the workstation cell changes from "athena.mit.edu" to
3505       "andrew.cmu.edu", the referenced volume will also change without
3506       requiring that the mount point targets be altered.
3507
3508     * Add cm_FindServerByUuid().  Re-implement RXAFS_InitCallBackState3()
3509       to permit the server Uuid to be used to lookup the server object and
3510       from that determine the cell.  This permits callbacks that are
3511       received from alternate addresses to be processed with a known
3512       server object.  Previously a request from an unknown server would
3513       clear all callbacks from all cells.
3514
3515     * Fix a bug that prevented optimal performance when using a non-zero
3516       value for 'daemonCheckVolCBInterval'.  As a reminder, when
3517       "daemonCheckVolCBInterval" is set to a non-zero value, all .readonly
3518       volume callbacks are automatically renewed 90 minutes before their
3519       expiration.
3520
3521     * Fix automatic ranking of vldb servers whose values are obtained from
3522       the CellServDB file.
3523
3524     * Add failover for RX CALL TIMEOUT errors when the volume is readonly
3525       or the call is to a vldb server.
3526
3527     * Add registry based cell search functionality to NetIdMgr,
3528       afs_config.exe, and klog.exe.
3529
3530     * afsconf_GetCellInfo() has been modified to perform gethostbyname()
3531       lookups on the host names in the CellServDB instead of using the
3532       specified IP addresses.  This provides aklog, pts, vos, etc. the
3533       same CellServDB behavior that the Windows Cache Manager uses.
3534
3535     * When updating the stat cache entry callback of a .readonly object
3536       from the volume group object, update the file server reference to
3537       ensure it matches the most update to date callback.
3538
3539     * Add proper support for processing callbacks from multi-homed file
3540       servers.  Instead of comparing servers by cm_server_t pointer,
3541       compare them by UUID when the UUID is known.
3542
3543     * During a shutdown short circuit the offline volume check daemon
3544       functionality.
3545
3546     * Return the error code of RXAFS_FetchData / RXAFS_StoreData in
3547       preference to an error code reported by rx_EndCall.
3548
3549     * Add "PerFileAccessCheck" registry value to permit testing against
3550       experimental file servers that include per-file acl support.  This
3551       value is intentionally undocumented.  It is not to be used by
3552       production environment deployments.
3553
3554     * Fix a bug introduced in 1.5.60 that prevents the afs netidmgr
3555       provider from obtaining tokens when referrals are in play.
3556
3557     * Add "fs chown" and "fs chgrp" commands to permit the owner and group
3558       of objects stored in AFS to be set from Windows.
3559
3560     * Avoid performing background daemon operations when the machine is
3561       going into suspend mode.
3562
3563     * Perform offline volume checks in most recently used order.
3564
3565     * Prevent crash when a data version for a cache object goes backwards.
3566
3567     * Multi-thread safe library versions are now being generated and used.
3568       mtafsubik.lib, mtafsutil.lib, mtafsvldb.lib, mtafsvol.lib.
3569
3570     * Microsoft SMB Redirector (mrxsmb.sys) support for
3571       ExtendedSessTimeout values are now available on XP through Windows
3572       7.  Add functionality to autodetect if such support is present on
3573       the machine.  If so, configure it if necessary and dynamically
3574       adjust the AFS Rx timeout values accordingly.
3575
3576   All UNIX client platforms
3577
3578     * Fix out-of-tree source builds.
3579
3580   MacOS
3581
3582     * GUI installer now asks for local cell information.
3583
3584     * AFS Commander preferences pane is now installed by default.
3585
3586   Solaris
3587
3588     * Avoid kernel panics due to null pointer dereferences in the network
3589       interface poller kernel thread.
3590
3591
3592 OpenAFS 1.5.60 (2009-05-31)
3593
3594   All platforms
3595
3596     * Retry volserver transaction creation on failure.
3597
3598     * Allow building HTML and PDF documentation from included XML copies
3599       of User Guide, Admin Guide and Quick Start Guide for Unix.
3600
3601     * Documentation updates and additional documentation.
3602
3603     * Add -encrypt support to pts client.
3604
3605     * Convert MR-AFS fs commands to OSD commands.
3606
3607   All server platforms
3608
3609     * Updated background sync process in fileserver to avoid a race which
3610       could result in a volume being taken offline.
3611
3612   Microsoft Windows
3613
3614     * On April 9th Microsoft released a Hot Fix for Windows Server 2003
3615       SP2 that corrects a deadlock in the smb redirector and also adds new
3616       functionality that permits the AFS SMB server to be given a longer
3617       timeout than is normally the case.  New functionality has been added
3618       to configure these additional LanmanWorkstation\Parameter values.
3619       (This functionality has been backported to XP SP3 and is scheduled
3620       to be released on June 5th.)
3621
3622     * Fix RT#124787, a race condition between "fs flush <dir>", "fs
3623       flushvolume", or "fs flushall" and on-going directory operations
3624       that can result in afsd_service.exe crashing.
3625
3626     * Release Notes, User and Administrator guides are now shipped as
3627       indexed Windows HtmlHelp Files. (.chm).  Shortcuts are provided from
3628       the Start Menu.
3629
3630     * A method of specifying Client CellServDB information within the
3631       registry has been added that can be used to either override the
3632       CellServDB file or force the use of DNS lookups for a given cell.
3633       See the release notes for details.
3634
3635     * The pioctl interface now properly handles drive letter substitution
3636       to UNC paths.  (SUBST <d:> <\\afs\cell\path>)
3637
3638     * The BackConnectionHostNames registry value configuration was broken
3639       when dynamic re-establishment of Netbios Name registrations was
3640       added.  This release restores the functionality.
3641
3642     * All hidden vos.exe commands are now revealed.
3643
3644     * Attempts to store the same dirty file chunk from multiple threads
3645       are now prevented.
3646
3647     * The IsPathInAfs test in Explorer Shell Extension and fs.exe now
3648       permits broken symlinks to be treated as being in AFS.
3649
3650     * vos.exe commands that output 64-bit integer values once again do so.
3651       This was broken in 1.5.59.
3652
3653     * Cygwin Import Libraries are provided in the SDK for all OpenAFS
3654       DLLs.  This permits building cygwin applications against OpenAFS
3655       libraries.
3656
3657     * NSIS installer does a much better job of cleaning up files left over
3658       from previous installs.
3659
3660     * libafsconf.dll moved from Client\Program to Common directory as is
3661       is now used by all modules for CellServDB processing.
3662
3663   All UNIX client platforms
3664
3665     * Write back changes on last store for memcache to avoid discarding
3666       changes.
3667
3668     * Abstract disk cache support to allow for path, fh, inode based
3669       caches with no need for messy ifdef structures each time a new type
3670       is added.
3671
3672   DragonflyBSD
3673
3674     * Support as a userland port.
3675
3676   FreeBSD
3677
3678     * Corrected structure definition for userspace cache manager to allow
3679       builds to complete.
3680
3681   Linux
3682
3683     * Corrected client locking support.
3684
3685     * Updated patch to stop deadlocking in the kernel during mmap.
3686
3687     * Avoid oops when setting up groups for PAGs to match keyrings.
3688
3689     * Use Linux fh-based cache in cases where possible by default.
3690
3691   MacOS 10.3:
3692
3693     * Corrected structure definition for userspace cache manager to allow
3694       builds to complete.
3695
3696   OpenBSD
3697
3698     * Support for OpenBSD 4.5.
3699
3700   Solaris
3701
3702     * Corrected support for server-side vos split interface.
3703
3704
3705 OpenAFS 1.5.59 (2009-04-06)
3706
3707   Microsoft Windows
3708
3709     * Increased service priority class to "High" to match the priority of
3710       system components that are dependent upon the a timely response.
3711
3712     * SMB error responses avoid returning errors that could confuse the
3713       Microsoft SMB redirector into disconnecting the connection to \\AFS.
3714
3715   All UNIX client platforms (except MacOS X 10.4 and 10.5)
3716
3717     * OpenAFS 1.5.59 contains fixes for the client issues addressed by the
3718       security advisories OPENAFS-SA-2009-001 and OPENAFS-SA-2009-002.
3719
3720   Linux platforms
3721
3722     * Support for prerelease Linux 2.6.30 kernels.
3723
3724
3725 OpenAFS 1.5.58 (2009-03-30)
3726
3727   All platforms
3728
3729     * Code cleanup and prototyping.
3730
3731     * Avoid unnecessary blocking in Rx periodic cleanup code.
3732
3733   All server platforms
3734
3735     * Fileserver CopyOnWrite routine optimized for performance.
3736
3737     * Make fileserver callback dumps 64 bit safe.
3738
3739     * Fix byte order issues with fileserver host hashing.
3740
3741     * Fix buffer size issues with butc.
3742
3743     * Fix several Ubik recovery issues.
3744
3745     * Avoid leaking file references in the fileserver.
3746
3747     * Fix a race in DAFS while closing vnodes, and another offlining
3748       volumes.
3749
3750     * volserver interfaces for volume splitting client.
3751
3752   Microsoft Windows
3753
3754     * [RT 124293] A race condition exists which can result in a crash.
3755
3756     * [RT 124276] If the vldb is out of sync with the contents of the file
3757       servers, afsd_service will retry too many times when a file server
3758       reports a volume as not being present.  Now if the list reported by
3759       the vldb is the same as the previously seen list, then the retry is
3760       aborted.
3761
3762     * [RT 124276] Read-only volume failover was broken in 1.5.53 whenever
3763       accessing a volume results in VNOVOL or VMOVED.
3764
3765     * [RT 124276] Prior to 1.3.70 the volume server reference list was not
3766       reference counted and would be prematurely freed while in use.  When
3767       reference counting was added in 1.3.70 a bug was introduced that
3768       could result in service reference list corruption.
3769
3770     * Add Windows Application Event Log warning messages for "Client SMB
3771       MPX value too large" and "Client SMB Buffer Size too small".
3772
3773     * Renaming of files across directory boundaries would result in an
3774       invalid handle error when attempting to access the files after the
3775       move.
3776
3777     * Fix the handling of Tran2 Set Path Info RPCs.  Do not fail when a
3778       smb file descriptor cannot be found.  The whole point of using a
3779       Path Info function is because an smb file descriptor wasn't
3780       allocated.
3781
3782     * More edge cases in which dynamic addition of Freelance root.afs
3783       entries would get the wrong FID or where the root.afs directory
3784       would not be refreshed.
3785
3786     * Buffer overflow could occur if the workstation cell name was longer
3787       than 64 characters.  Crashes could occur in afscreds.exe,
3788       afslogon.dll, and afsd_service.exe.
3789
3790     * VNOSERVICE and VOFFLINE errors were leaking and were exposed to the
3791       smb client.
3792
3793     * Log file server uuid values as part of the cm_server object when
3794       available.  Dump the cm_server object list in response to "fs
3795       memdump".
3796
3797     * Optimize the performance of resetting access control lists when
3798       tokens are set or removed.
3799
3800     * Remove symlink recursion tests and increase max symlink count to 64
3801       from 16.
3802
3803     * Windows specific Rx performance improvements.
3804
3805     * Support for Network Identity Manager 2.0
3806
3807   All UNIX client platforms
3808
3809     * Avoid issues with freeing resources at shutdown.
3810
3811     * Numerous fixes to disconnected AFS.
3812
3813     * Disconnected AFS fixes for replaying changes without double-freeing.
3814
3815     * Attempt to use krb524 principal conversion in aklog if available.
3816
3817   AIX
3818
3819     * Kerberos configuration at build time corrected.
3820
3821   Linux
3822
3823     * Default to dynamic allocation of AFS kernel cache entries to allow
3824       growth for inotify()-pinned entries. (beagle, famd, etc)
3825
3826     * Change client truncation routines to avoid locking issues.
3827
3828     * IA64 port clients fixed on Linux 2.6.
3829
3830     * RPMs now install fstrace message catalog.
3831
3832     * Support through kernel 2.6.29 tested.
3833
3834     * Fix locking issues on CellServDB file in /proc.
3835
3836   OpenBSD
3837
3838     * Support OpenBSD 4.4
3839
3840
3841 OpenAFS 1.5.57 (2009-01-23)
3842
3843   All platforms
3844
3845     * Conditional compilation of rxdebug support is now possible.
3846
3847     * Documentation updates.
3848
3849     * Further race connditions in Rx have been corrected.
3850
3851   All server platforms
3852
3853     * Salvager no longer attempts to recreate headers in the wrong
3854       partition.
3855
3856     * Volumes are properly marked in use on creation and subsequently on
3857       examination with vos.
3858
3859   Microsoft Windows
3860
3861     * Undo the "UAC manifest fix" applied to afs_config.exe.
3862
3863     * Ensure that Freelance allocation of vnodes follow the AFS convention
3864       of odd vnodes are directories and everything else is an even vnode.
3865
3866     * Add Freelance logic to mount point and symlink evaluation functions.
3867
3868     * Enhance smb_ParseASCIIBlock() so that it can handle all of the
3869       STRING formats defined by the CIFS Technical Report 1.0.
3870
3871     * Validate the output of smb_ParseASCIIBlock() in all callers.  Return
3872       CM_ERROR_BADSMB if the STRING field cannot be parsed.
3873       CM_ERROR_BADSMB will cause the contents of the packet to be logged.
3874
3875     * If multiple SMB Raw Write operations were taking place at the same
3876       time, there could be data corruption because unique event objects
3877       were not generated for each Netbios receive operation.
3878
3879   All UNIX client platforms
3880
3881     * Userspace AFS library can now deal with large files when supported
3882       by the platform.
3883
3884     * Numerous updates to disconnected AFS support, including changes to
3885       allow reconnection to work in more circumstances.
3886
3887   FreeBSD
3888
3889     * FreeBSD unstrategy code has been updated.
3890
3891   Linux
3892
3893     * A race during file truncation has been corrected.
3894
3895     * System call probing routines have been updated.
3896
3897     * 2.6.29 is now supported.
3898
3899   MacOS
3900
3901     * 10.3 support has been corrected.
3902
3903   OpenBSD
3904
3905     * Initial OpenBSD 4.4 support.
3906
3907   Solaris
3908
3909     * Updates to allow compiling on newer OpenSolaris are now included.
3910
3911
3912 OpenAFS 1.5.56 (2008-12-30)
3913
3914   All platforms
3915
3916     * libuafs (userspace cache manager) updated to correct several errors.
3917
3918     * Additional rx debugging support is available as a conditional
3919       compile.
3920
3921     * A race condition in Rx leading to a panic has been corrected.
3922
3923     * Rx idle time tracking has been corrected.
3924
3925     * ubik clone server support has been corrected.
3926
3927   All server platforms
3928
3929     * Salvager no longer leaves cores in vice partitions.
3930
3931     * The vol-dump tool now supports dumps larger than 2gb where possible.
3932
3933     * Operations on multiple files now report all FIDs in the audit log.
3934
3935     * butc XBSA support now works correctly on amd64.
3936
3937   Microsoft Windows
3938
3939     * The NetIDMgr AFS Provider automated configuration logic was broken
3940       by the introduction of Kerberos referrals.  If the realm of the
3941       identity cannot be determined, the workstation cell is now assumed
3942       to belong to the newly created identity.
3943
3944     * Avoid a reference count under flow during rename operations.
3945
3946     * Avoid a crash caused by treating an arbitrary length directory
3947       search mask as an 8.3 mask.
3948
3949     * Prevent rename operations if a case insensitive match for the target
3950       name already exists and does not refer to the object being renamed.
3951
3952     * Increase the maximum number of background daemons to 64.
3953
3954     * Fix the UAC manifest applied to afs_config.exe
3955
3956   All UNIX client platforms
3957
3958     * Updates to disconnected AFS support.
3959
3960   FreeBSD
3961
3962     * FreeBSD 7.1 is now supported.
3963
3964     * amd64 FreeBSD is now supported.
3965
3966   Linux
3967
3968     * Generic fh (exportfs API) cache type is now available.
3969
3970     * Avoid some oopses due to backing_dev_info inode fields not being
3971       filled.
3972
3973     * 2.6.28 is now supported.
3974
3975   MacOS
3976
3977     * 10.3 support has been corrected.
3978
3979   Solaris
3980
3981     * Large partition support has been corrected.
3982
3983     * Filesystem-agnostic cache is now available on Solaris 10 and 11.
3984
3985
3986 OpenAFS 1.5.55 (2009-11-10)
3987
3988   All platforms
3989
3990     * Salvager avoids leaving core files in vice partitions.
3991
3992     * NFS translator fixes.
3993
3994     * Unresponsive server handling fixes.
3995
3996     * A volserver race which could result in duplicate transactions is
3997       fixed.
3998
3999   Microsoft Windows
4000
4001     * Fixes a panic caused by corruption of the SMB virtual circuit list.
4002       (race condition)
4003
4004     * Fixes a panic caused by receipt of a UTF-16 string that cannot be
4005       converted to UTF-8.
4006
4007     * Implements a more aggressive recovery algorithm for Netbios errors
4008       that result in loss of communication to the AFS SMB server.
4009
4010     * Improve pioctl response time when testing whether or not a PATH is
4011       in AFS.
4012
4013     * Adds support for linked cells.
4014
4015     * Increases the length of the cell and realm names that can be input
4016       into the Network Identity Manage AFS provider configuration dialog.
4017
4018   All UNIX client platforms
4019
4020     * Disconnected AFS avoids infinite recursion during rmdir.
4021
4022   Linux
4023
4024     * Support for 2.6.28 (not complete for NFS translator modules).
4025
4026     * Support for using exportfs API for filesystem-agnostic cache.
4027
4028     * Disable backing store readahead.
4029
4030     * Avoid deadlocks when writing back mmapped files larger than the
4031       cache.
4032
4033     * Avoid Oops when doing PAG garbage collection.
4034
4035
4036 OpenAFS 1.5.54 (2008-10-08)
4037
4038   All platforms
4039
4040     * Updates for new Tivoli X/Open API finding.
4041
4042     * A double-free is corrected in Rx.
4043
4044   All server platforms
4045
4046     * Ubik cleans up file descriptor cache correctly when doing recovery.
4047
4048     * Enhanced vldb error checker included.
4049
4050   Microsoft Windows
4051
4052     * Prevent a crash that could occur when multiple file / directory
4053       change notifications are processed simultaneously.
4054
4055   MacOS
4056
4057     * AFS claims more free space so Finder will attempt file copies.
4058
4059   Linux
4060
4061     * Avoid spurious ENOENT when calling gwtcwd() on a volume root.
4062
4063     * Avoid spurious ENOTDIR during fakestat.
4064
4065
4066 OpenAFS 1.5.53 (2008-09-26)
4067
4068   All platforms
4069
4070     * rx avoids many packet leaks.
4071
4072     * rx jumbogram disabling now works (and is the default).
4073
4074   All server platforms
4075
4076     * Demand Attach fileserver tries to avoid issues tracking offline
4077       status of volumes.
4078
4079   Microsoft Windows
4080
4081     * Many potential deadlock conditions due to out of order lock
4082       acquisitions have been corrected.
4083
4084     * A race condition resulting in an undercount on the cm_scache_t
4085       reference counts has been corrected.
4086
4087     * An empty string when sent as an ioctl path is now properly
4088       interpreted as meaning the current directory.  This affects "fs
4089       lsm", "symlink list", etc.
4090
4091     * Fix smb string parsing differences where the smb protocol
4092       documentation does not match the actual Windows implementation.
4093
4094     * Random access denied errors fixed.
4095
4096     * A file server lock synchronization issue was corrected in SMB
4097       NTCreateX and NTTranCreate operations.  This bug prevented properly
4098       operation when loading roaming profiles.
4099
4100     * Fix a heap overwrite error during server probe operations if a new
4101       server is added while a probe operation is in progress.
4102
4103     * Fix an LSA memory leak that was the result of an LSA error.
4104
4105     * Do not leak cm_cell_t objects if the VLDB server lookup fails.
4106
4107     * Only initialize rx mutex/lock objects once.
4108
4109     * Do not nul terminate the AFS volume name when reported to Windows.
4110
4111     * Improve VNOVOL error handling.  Prevent updated vl information from
4112       being destroyed immediately after it was acquired.  This bug
4113       prevented proper fail over when volumes are moved or removed from a
4114       server.
4115
4116     * Remove volume id from the server volume list in response to VMOVED
4117       and VNOVOL errors.
4118
4119     * "fs flushXXX" commands now destroy locally built B+ directory trees.
4120
4121     * Prevent mixture of locally modified directory pages and file server
4122       directory pages.
4123
4124     * Fail over to alternate vl servers if a ubik error is returned.
4125
4126   All UNIX client platforms
4127
4128     * Disconnected AFS now supports read-write mode.
4129
4130     * volserver now builds correctly.
4131
4132   AIX
4133
4134     * AIX 6 is now supported.
4135
4136   FreeBSD
4137
4138     * FreeBSD 7 is now supported.
4139
4140   Linux
4141
4142     * cache bypass is now supported.
4143
4144     * 2.6.x kmod compilation now uses kernel compile options always.
4145
4146     * Support through 2.6.27.
4147
4148   MacOS
4149
4150     * Show more space free so Finder doesn't get confused.
4151
4152   Solaris 10
4153
4154     * Default to namei rather than inode.
4155
4156
4157 OpenAFS 1.5.52 (2008-08-18)
4158
4159   All platforms
4160
4161     * Initialize volume updateDate at volume creation.
4162
4163     * Avoid potential corruption of directories during salvage.
4164
4165     * Check for out of memory condition during allocation of additional Rx
4166       packets.
4167
4168   Microsoft Windows
4169
4170     * Restore support for Windows 2000 (broken in 1.5.50).
4171
4172     * Perform additional validation on volume names in mount points during
4173       creation and evaluation.
4174
4175     * Fix several deadlocks, races, and reference count issues.
4176
4177     * Further optimize SMB Directory Search processing and minimize the
4178       number of InlineBulkStatus RPCs sent to the file server.
4179
4180     * Enable "bos restricted" operations.
4181
4182     * Fix the create of submounts used by the AFSCreds and afs_config
4183       drive mapping tabs.
4184
4185     * Fix a short name truncation bug. (1.5.50)
4186
4187     * Fix the error code reported when attempting to delete a file on a
4188       readonly volume or one that is marked with the readonly DOS
4189       attribute.
4190
4191     * Fix a heap corruption error when reading the CellServDB file
4192       location.
4193
4194     * Add the "RxUdpBufSize" registry value.  The new default is 256KB.
4195
4196     * Do not include trailing NULs in the directory search output.
4197       (1.5.50)
4198
4199     * Pre-allocate 64 Rx Packet buffers per thread in order to improve
4200       performance.
4201
4202     * For debugging: add smb lock requests and stat cache lock allocations
4203       to the output from "fs memdump".
4204
4205   NetBSD
4206
4207     * Workaround broken sigwait() to allow fileserver to shut down
4208       correctly pre NetBSD 5.0.
4209
4210   Solaris 10
4211
4212     * Default to namei fileserver; Allow inode fileserver at configure
4213       time by override.
4214
4215   NFS translator
4216
4217     * Try harder to avoid kernel panics for malformed requests.
4218
4219
4220 OpenAFS 1.5.51 (2008-07-29)
4221
4222   All platforms
4223
4224     * salvager tries harder to arrange for clients to get VBUSY while
4225       salvaging single volumes.
4226
4227     * salvager avoids certain corruption when salvaging directories.
4228
4229     * Rx connection clones disabled.
4230
4231   Microsoft Windows
4232
4233     * The 32-bit EXE 1.5.50 installer failed to properly install the C
4234       Runtime library.  When used as an upgrade OpenAFS would continue to
4235       work but when used as a new installation, OpenAFS binaries would
4236       fail to load.
4237
4238     * Fixes the "fs" and "symlink" commands to properly parse Unicode path
4239       prefixes during the pioctl remote procedure call.  This bug would
4240       result in file not found errors for files and directories that
4241       clearly exist.  (Bug introduced in 1.5.50)
4242
4243     * Large File support is disabled. (Bug introduced in 1.5.50)
4244
4245     * Removes the possibility of a deadlock during volume location update
4246       operation if all of the reported file servers are unreachable at the
4247       time of the update.
4248
4249     * Ensures that reference counts are properly incremented/decremented
4250       on Rx connection objects used for volume location RPCs.
4251
4252     * Over Quota errors during cm_FSync() calls would lead to an infinite
4253       loop as the error was never propagated to the caller.
4254
4255   All UNIX client platforms
4256
4257     * Bugfixes to disconnected AFS support in the cache manager.
4258
4259
4260 OpenAFS 1.5.50 (2008-07-16)
4261
4262   All platforms
4263
4264     * volserver puts recloned volumes back online before returning the
4265       volume to the fileserver, avoiding spurious VNOVOL errors.
4266
4267     * Updated TSM X/Open API support available.
4268
4269     * Demand Attach fileserver will not crash due to accesses during
4270       volume cloning.
4271
4272     * Substantial documentation updates.
4273
4274     * Demand Attach fileserver state tracking and analyzer tool
4275       improvements.
4276
4277     * UAFS userspace cachemanager updates.
4278
4279     * Corrected support for anti-meltdown protection in the client.
4280
4281   Microsoft Windows
4282
4283     * UNICODE Character Set Support.
4284
4285     * Pioctl interfaces to the cache manager have been refactored to
4286       provide layering between the SMB specific code and the general
4287       purpose ioctl operation.
4288
4289     * Garbage collect dead SMB virtual circuits as soon as they are no
4290       longer being referenced.  This avoids problems with outstanding
4291       locks not being dropped when the virtual circuit becomes invalid.
4292
4293     * Remove the IBM Administration Reference documentation and replace it
4294       with the OpenAFS Command Reference Manual.
4295
4296     * Avoid calling rx_SetDeadTime and rx_SetHardDeadTime functions each
4297       time a connection is about to be used.  Do not hold a lock on the rx
4298       connection object while it is being selected.  This avoids a race
4299       between threads attempting to set the timeout values and removes a
4300       bottleneck that was hampering performance.
4301
4302     * Ensure that the smb directory attribute is set for all directory
4303       objects.
4304
4305     * Replace the VC Runtime EXE installer with the MSI installer in the
4306       NSIS installer scripts.
4307
4308   Solaris
4309
4310     * Support for updates to OpenSolaris.
4311
4312   Linux
4313
4314     * Correct dentry revalidation for cross-directory renames.
4315
4316     * Updated rpm packaging materials for 1.5 release series and 2.4
4317       kernels.
4318
4319     * Corrected syscall table probing.
4320
4321     * NFS translator updates for current kernels.
4322
4323
4324 OpenAFS 1.5.39 (2008-06-24)
4325
4326   All platforms
4327
4328     * Updates for Demand Attach fileserver.
4329
4330   Microsoft Windows
4331
4332     * Fix two memory leaks.
4333
4334     * Fix one missing lock.
4335
4336     * Handle access denied errors when writing dirty buffers.
4337
4338     * Fix two errors that would cause the *experimental* AFS Servers
4339       to crash.
4340
4341
4342 OpenAFS 1.5.38 (2008-05-24)
4343
4344   All platforms
4345
4346     * Add read-only disconnected support.
4347
4348
4349 OpenAFS 1.5.37 (2008-05-21)
4350
4351   All platforms
4352
4353     * Includes a number of optimizations for testing.
4354
4355
4356 OpenAFS 1.5.36 (2008-05-09)
4357
4358   All platforms
4359
4360     * Rx optimizations now attempt to deal with high latency WANs.
4361
4362     * Client will not wait infinitely for a server which is not providing
4363       data.  Additional servers will be polled without marking the server
4364       which is not providing data down.
4365
4366     * vos move will not erroneously unlock locked vldb entries on failure.
4367
4368   All server platforms
4369
4370     * Fileserver avoids a potential infinite loop when a client
4371       relinquishes an address.
4372
4373     * Fileserver large setting now configures more threads.
4374
4375     * Fileserver properly registers uuids of new clients.
4376
4377     * Ubik servers do not improperly hide updates from clients.
4378
4379     * Fileservers reserve enough file descriptors such that each thread
4380       can cache one to avoid spurious errors.
4381
4382   Microsoft Windows
4383
4384     * Fix a cm_buf_t reference count leak when attempts to write dirty
4385       buffers to the file server from within cm_IncrSyncer() fail.
4386
4387     * Prevent udebug from crashing.
4388
4389     * Another VNOVNODE issue fixed.  When writing a dirty buffer to the
4390       file server, if VNOVNODE is received, mark all buffers as invalid
4391       without further attempts to contact the file server.
4392
4393
4394 OpenAFS 1.4.12
4395
4396   All client systems: Major bugfixes.
4397   File servers: Major bugfixes.
4398
4399   * New functionality:
4400
4401   All systems:
4402
4403     - Provide portable (pioctl) method for discovering what PAG a user is
4404       in. Required to support userspace PAG information collection on AIX
4405       5.1, and knowing whether Linux uses one group, two group, or only
4406       keyring based PAGs. (124709)
4407
4408     * Bugfixes:
4409
4410   All systems:
4411
4412     - Fixes to avoid issues cleaning up deleted hosts in the fileserver (126454)
4413
4414     - Fixes to avoid dropping writes due to server idle timeouts.
4415
4416     - Don't miss cache chunks of large files while truncating.
4417
4418     - Avoid null pointer dereference for unexpected volume names in volume
4419       utilities.
4420
4421     - Don't mark connections waiting for additional packet window availability
4422       idle.
4423
4424     - Kerberos 5 utilities (klog.krb5, aklog) enable weak encryption support.
4425
4426     - Avoid a double-free of an Rx call structure during a client fetch error.
4427
4428     - Avoid losing hosts during address changes. (125215)
4429
4430     - Clients shouldn't trust Fetchdata replies for the size of returned data.
4431
4432     - fileserver will not hang when attempting to cleanup and dump core.
4433
4434     - salvager will not leave core files in random directories.
4435
4436     - avoid letting retransmit timer get to 0 seconds.
4437
4438     - in event of dbserver contact failure, shut fileserver down cleanly.
4439
4440     - handle large partitions during check for needed disk space at
4441       client start.
4442
4443     - time out Rx connections if network unreachable error received.
4444
4445     - avoid dereferencing NULL pointer freeing Rx packets in receive. (125110)
4446
4447     - mark stack not executable in LWP. (125491)
4448
4449     - return a correct VolumeSync structure from Bulkstat RPCs in fileserver.
4450
4451     - client attempts to better free memory at shutdown.
4452
4453     - clear rx call queue safely. (125110)
4454
4455     - retry VLserver registration on failure in fileserver.
4456
4457     - update accessdate for volumes on access in fileserver.
4458
4459     - additional safety checks on vlserver operations to avoid
4460       database corruption.
4461
4462     - make ktc_curpag available on all builds. (125155)
4463
4464   FreeBSD:
4465
4466     - Build fixes.
4467
4468   Linux:
4469
4470     - Handle kernel changes through 2.6.33.
4471
4472     - Fix oops in clear_inode due to missed locking. (125589)
4473
4474     - Better handle /afs mount failures.
4475
4476     - Clean up after failures creating our kernel kmem cache.
4477
4478     - Work around memory management issues with some kernels when configuring
4479       the buffer cache/bdi (126514)
4480
4481     - Rename compile_et to afs_compile_et to avoid RPM conflicts.
4482
4483     - Handle whole-file locks properly. (126561)
4484
4485     - Deal with kernel autoconf header renaming.
4486
4487     - Handle SELinux cache backing file labels better to avoid potential oops.
4488       (92944,125544)
4489
4490   MacOS:
4491
4492     - klog now works correctly on 64 bit machines.
4493
4494     - launchd now used to launch AFS at boot.
4495
4496     - Preferences pane included for 10.4 and later.
4497
4498     - Older versions can now be installed from packages.
4499
4500     - Finder does not trigger bogus AFSDB lookups in /afs in dynroot mode.
4501
4502     - Include package with debug kernel module symbols.
4503
4504   OpenBSD:
4505
4506     - Build fixes.
4507
4508     - Support for x86_64.
4509
4510   Solaris:
4511
4512     - Handle ZFS caches usefully. (125365)
4513
4514     - Implement additional pathconf support.
4515
4516 OpenAFS 1.4.11
4517
4518   Linux client systems: Major bugfixes.
4519   All client systems: Minor bugfixes.
4520   File servers: Major bugfixes.
4521
4522   * New functionality:
4523
4524   All systems:
4525
4526     - Provide portable (pioctl) method for discovering what PAG a user is
4527       in. Required to support userspace PAG information collection on AIX
4528       5.1, and knowing whether Linux uses one group, two group, or only
4529       keyring based PAGs. (124709)
4530
4531     * Bugfixes:
4532
4533   All systems:
4534
4535     - Fix bosserver to invoke salvager with "-force" instead of ambiguous
4536       "-f". (124916)
4537
4538     - Cleanup for ptserver argument parsing to allow debug mode to work. (124893)
4539
4540     - Sanity checking for ptserver log levels. (124894)
4541
4542     - Fix for uninitialized memory dereference in klog.krb5.
4543
4544     - Fix an overflow in the cellconfig code used by client and server. (124891)
4545
4546     - Fix an erroneous vos verbose mode format string.
4547
4548     - Avoid losing writes on mmap()ed files when cache is memcache. (124671)
4549
4550     - Provide an afsd switch to allow override of the maximum MTU. (124880)
4551
4552     - Provide support for encrypt mode in pts.
4553
4554     - Fix race in background sync code which could cause volumes to go offline.
4555       (124359)
4556
4557     - Fix fileserver to avoid a null pointer dereference in client identity
4558       lookup routines. (125020)
4559
4560     - Improve handling of moves of volumes from 1.5 series fileservers. (18349)
4561
4562   FreeBSD:
4563
4564     - UKERNEL build fix. (124681)
4565
4566   Linux:
4567
4568     - Allow syscall probing to be disabled by switch to configure at build time.
4569
4570     - Fix bug in anti-recursion protection for mmap clients. (124627)
4571
4572     - Avoid a panic caused by changing credentials during VFS operations. (124737)
4573
4574     - Avoid need for rcu subsystem when unavailable. (124986)
4575
4576     - Improve keyring PAG setup code. (125001)
4577
4578     - Avoid possible ext3 cache truncation issues. (124942)
4579
4580   MacOS:
4581
4582     - MacOS 10.3 UKERNEL build fix. (124681)
4583
4584   OpenBSD:
4585
4586     - Update support for 4.5 (124719)
4587
4588   OpenSolaris:
4589
4590     - Updates for newer OpenSolaris kernels. (124116, 124924)
4591
4592 OpenAFS 1.4.10
4593
4594   All client systems: Security fixes.
4595   File servers: Major bugfixes.
4596   All systems: Minor bugfixes.
4597
4598   * Security fixes:
4599
4600   All client systems:
4601
4602     - Avoid a potential kernel memory overrun if more items than requested are
4603       returned from an InlineBulk or BulkStatus message. (124579)
4604
4605   Linux client systems:
4606
4607     - Avoid converting negative errors into invalid kernel memory pointers. (124580)
4608
4609     * Bugfixes:
4610
4611   AIX:
4612
4613     - Don't build aklog NAS module when krb5 is not available. (124522)
4614
4615   FreeBSD:
4616
4617     - Additional fixes and support. (124107, 123917)
4618
4619   Linux:
4620
4621     - Support 2.6.28. (123580)
4622
4623     - Support 2.6.29. (124115)
4624
4625     - Attempt to support 2.6.30 (124560)
4626
4627     - Avoid race during truncation. (124094)
4628
4629     - Dynamic vcache allocation support, to deal with inotify vcache pinning. (124334)
4630
4631     - Correct use of truncate_inode_pages to vmtruncate for locking issues. (124128)
4632
4633     - Update RPM configuration. (123650, 102673, 124272)
4634
4635     - Update kernel feature detection. (124507, 123604)
4636
4637     - Do appropriate locking for CellServDB in /proc. (124407)
4638
4639   MacOS:
4640
4641     - Fix MacOS 10.3 support.
4642
4643     - Add candidate Darwin 10 support.
4644
4645   NetBSD:
4646
4647     - Corrected NetBSD version tests. (123647)
4648
4649   OpenBSD:
4650
4651     - Update support for 4.4 (124541)
4652
4653   Solaris:
4654
4655     - Support cache filesystems which do not allow open by inode number, enabled by
4656       default on Solaris 9 and later. (123677)
4657
4658     - Improve error code return quality. (124426)
4659
4660     - Allow large partitions on Solaris servers.
4661
4662   All client systems:
4663
4664     - Avoid improper error messages about key version when krb5 is in use. (124220)
4665
4666     - Avoid attempting to free kernel memory which was already freed. (124531)
4667
4668     - Properly count offline volumes in vos client. (124333)
4669
4670   All server systems:
4671
4672     - Avoid 64 bit time issues in callback dump files. (124451)
4673
4674     - Support more than one local Kerberos realm; Usernames are assumed to be the
4675       same across realms.
4676
4677     - Ubik recovery is corrected to avoid spurious errors. (123723)
4678
4679     - Do proper host address hashing for little endian machines in fileserver. (124447)
4680
4681     - Update backup utility to properly compute header needs in the backup buffer.
4682       (124425)
4683
4684     - Avoid blocking during Rx unused connection reaping.
4685
4686     - Avoid leaking file handles in the fileserver when closing a volume. (124359)
4687
4688     - Fix bosserver corefile naming to be y2k-safe. (124340)
4689
4690     - Avoid potential infinite loop in deleted host handling in the fileserver.
4691
4692     - Support large volume dumps in vol-dump. (123984)
4693
4694     - Build butc XBSA support on 64 bit systems.
4695
4696   All systems:
4697
4698     - Properly track Rx connection idleness for timeouts.
4699
4700     - Additional documentation. (124472)
4701
4702     - Avoid a race which may result in an in-use Rx packet being freed. (123799)
4703
4704 OpenAFS 1.4.9
4705
4706   All client systems: Security fixes.
4707
4708   * Security fixes:
4709
4710   All client systems:
4711
4712     - Avoid a potential kernel memory overrun if more items than requested are
4713       returned from an InlineBulk or BulkStatus message. (124579)
4714
4715   Linux client systems:
4716
4717     - Avoid converting negative errors into invalid kernel memory pointers. (124580)
4718
4719 OpenAFS 1.4.8
4720
4721   File servers: Major bugfixes.
4722   All systems: Minor bugfixes.
4723
4724   * Bugfixes:
4725
4726   AIX:
4727
4728     - AIX 6.1 is now supported.
4729
4730     - Unpin kernel memory references after free. (99456)
4731
4732     FreeBSD:
4733
4734     - FreeBSD 7 is now supported.
4735
4736   Linux:
4737
4738     - Avoid deadlock when writing back pages in an mmap()ed file larger than
4739       the cache. (120491)
4740
4741     - Update process tree walking for PAG garbage collection to avoid oopses.
4742       (116603)
4743
4744     - fakestat mode now correctly avoids spurious ENOTDIR errors.
4745
4746     - Use kernel build system for all platforms.
4747
4748     - Remove openafs directory from proc in correct order. (112910)
4749
4750     - Handle renames across directories correctly in the linux dcache. (74672)
4751
4752     - Probe syscall table when possible. (105457)
4753
4754     - Mount point parsing is now updated to handle only well-formed mount
4755       points rather than similarly-formed symlinks. (113558, 100836)
4756
4757     - ucontext-style LWP is now anbled for glibc versions newer than 2.3.
4758
4759   MacOS:
4760
4761     - Update available space shown. (112910)
4762
4763   NetBSD:
4764
4765     - Work around broken SIGWAIT. (111404)
4766
4767   Solaris:
4768
4769     - Solaris 10 now defaults to namei fileservers.
4770
4771     - NFS translator issues fixed.
4772
4773     - Changes to address Solaris updates. (105495)
4774
4775   All client systems:
4776
4777     - udebug correctly displays the last "yes" host.
4778
4779     - Allow more vldb lookups to be cached in the client.
4780
4781     - Fix aklog to not be excessively verbose when not requested.
4782
4783     - Add support for timing out accesses which are not completing in a timely
4784       manner.
4785
4786     - Properly flag backup volumes being added to the vldb by vos syncvldb.
4787
4788   All server systems:
4789
4790     - fileserver "large" setting now implies 128 threads instead of 12.
4791
4792     - fileserver check for duplicate uuids is now applied correctly.
4793
4794     - Newer xbsa APIs are supported for TSM integration in butc.
4795
4796     - salvager avoids corrupting length of directory objects. (111585, 107767)
4797
4798     - volserver avoids a race during volume release so a volume will not
4799       appear to be offline. (107258)
4800
4801     - Add support for returning errors when accesses are not completing
4802       in a timely manner.
4803
4804     - Avoid potential race in the volserver when creating transactions. (121263)
4805
4806     - Return sensible error when a release or restore exhausts server
4807       resources. (121040)
4808
4809     - volserver now returns EXDEV if a new replica would duplicate one which
4810       already existed elsewhere on the server.
4811
4812     - Disable jumbograms by default.
4813
4814     - volserver updates a volume's updateDate on volume creation. (110943)
4815
4816     - Partitions over 2tb are now supported. (88811)
4817
4818   All systems:
4819
4820     - Re-enable Rx client keepalives. (20727)
4821
4822     - Support autoconf 2.62. (118058)
4823
4824     - Update Rx to avoid leaking packets.
4825
4826     - vos supports the -noresolve options to avoid issues with 127.0.0.1 being
4827       named in /etc/hosts.
4828
4829     - Additional documentation. (104110)
4830
4831 OpenAFS 1.4.7
4832
4833   File servers: Major bugfixes.
4834   All systems: Minor bugfixes.
4835
4836   * Bugfixes:
4837
4838   AIX:
4839
4840     - Kerberos as included in AIX has missing symbols. AFS krb5 tools now
4841       deal correctly.
4842
4843     - AIX LAM aklog plugin can now be used CDE screenlocker.
4844
4845     - Add support for getting the current PAG in pagsh and PAM.
4846
4847     - Avoid sending a terminal hangup to STREAMS in aklog.
4848
4849     - Fix afsdb support in the client.
4850
4851   Linux:
4852
4853     - Kernels through 2.6.25 are now supported. (77370,88000,83716,83890,80463)
4854
4855     - Client now only hashes dirty inodes. (78544)
4856
4857     - Fix to avoid returning invalid mount point data when -fakestat-all is in use.
4858       (93898)
4859
4860     - RPM build system updates. (93616)
4861
4862     - Restored write-on-close-or-fsync semantics when possible. (17509)
4863
4864     - Enabled support for flock() on files in AFS. (53457)
4865
4866     - ARM Linux now supported.
4867
4868     - Kernel keyring support updated.
4869
4870     - Fix client-displayed timestamp ordering by zeroing nanosecond field.
4871
4872   MacOS:
4873
4874     - Boot time init script now uses afs.conf to store config options. (81825)
4875
4876     - Avoid kernel panic due to excessive lock tracking when removing files.
4877
4878     - Avoid leaking kernel memory when trying to read() a directory.
4879
4880   Solaris:
4881
4882     - Avoid potential kernel panic if the root vnode of AFS changes.
4883
4884     - Avoid potential kernel panic when shutting down if contracts are in use.
4885
4886     - Avoid potential delays when creating new PAGs if the system clock
4887       has gone backwards.
4888
4889   All client systems:
4890
4891     - At client shutdown, try harder to clean up in-use resources. (74479)
4892
4893     - When fakestat is in use, enable optimization for Gnome Nautilus lookups.
4894
4895     - Properly hold lock when updating disk cache metadata to avoid
4896       kernel panic. (59136)
4897
4898     - Avoid wrapping to the start of a file when attempting to write a large file
4899       to a pre-largefile fileserver. (73720)
4900
4901   All server systems:
4902
4903     - Fixed to avoid truncating ubik databases during recovery. (77183)
4904
4905     - fileserver issue with internal file cache filling has been fixed. (87977)
4906
4907     - fileserver thread quota enforcement now done in all cases. (87416)
4908
4909     - fileserver avoids potential network-related deadlock when breaking
4910       callbacks.
4911
4912     - fileserver avoids crash due to race of resource creation and user requests
4913       at startup.
4914
4915     - fileserver avoids crash when reinitializing Ubik connections.
4916
4917     - volserver fixed to avoid leaving orphaned files during restore. (46937)
4918
4919     - volserver now supports convertROtoRW for inode fileservers.
4920
4921     - Support disabling kerberos 4 style username protection in servers. (75101)
4922
4923   All systems:
4924
4925     - Fix to butc to avoid crash due to threaded library variant.
4926
4927     - Fix to avoid network retransmission issues if the system clock goes
4928       backwards.
4929
4930     - vos syncvldb and syncserver now support a dryrun (do nothing) mode.
4931
4932     - vos addsite now supports adding a site where a replica is already
4933       available.
4934
4935     - vos clone now supports creating properly-named readonly and backup clones.
4936
4937     - vos restore now allows an older copy of a volume at an alternate site to
4938       not be removed.
4939
4940     - cmdebug now supports dumping a client's CellServDB.
4941
4942     - cmdebug now supports showing human-readable expiration times.
4943
4944     - aklog now handles Kerberos referrals.
4945
4946     - Additional documentation now included. (89288,89289,86677)
4947
4948 OpenAFS 1.4.6
4949
4950   All systems: Major bugfixes.
4951
4952   * Bugfixes:
4953
4954   All systems:
4955
4956     - fileserver host tracking code had a missing lock on a host structure;
4957       that lock has been added.
4958
4959     - fileserver handling for clients which are giving up callbacks did not
4960       hold a lock, making it unsafe and allowing clients to potentially
4961       crash the server by racing.
4962
4963     - fileserver will now leave a corefile when it is doing a shutdown due
4964       to error conditions.
4965
4966     - fileserver again allows ufs as a valid filesystem type (regression in 1.4.5).
4967
4968     - cbd handler for fileserver status data has an interpretation error which
4969       could cause crashes corrected.
4970
4971     - fileserver accurately tracks number of callbacks on a given file.
4972
4973 OpenAFS 1.4.5
4974
4975   All systems: Minor bugfixes.
4976   New systems: MacOS 10.5.
4977
4978   All systems:
4979
4980     - fileserver address tracking is improved to avoid potentially merging
4981       unrelated hosts.
4982
4983     - Documentation updates.
4984
4985     - namei fileserver now does fsync()s in background batches for performance
4986       improvements.
4987
4988     - Kerberos ticket support corrected in bundled Kerberos 4 utilities on 64
4989       bit platforms.
4990
4991     - fileserver includes limited per-host thread quota support to avoid
4992       resource starvation.
4993
4994     - fileserver deals with more damaged volumes without asserting.
4995
4996     - vos validates dumpfiles before attempting restores.
4997
4998     - vos clone will no longer potentially delete the parent volume.
4999
5000     - Client no longer permits empty UUID to be created.
5001
5002     - fs uuid command for checking, regenerating UUID added.
5003
5004     - Updates for gcc 4.2.
5005
5006     - fileserver treats w (write) permission as granting read lock permission
5007       in addition to write.
5008
5009   AIX:
5010
5011     - Bundled NAS Kerberos is now supported. (5.x)
5012
5013     - LAM aklog module is provided. (5.x)
5014
5015     - Associate cache files with correct filesystem to avoid snapshots when
5016       performing maintenance on local filesystems.
5017
5018   Irix:
5019
5020     - Makefile updates.
5021
5022   Linux:
5023
5024     - Kernels throigh 2.6.23 are known to work.
5025
5026     - Updates to syscall table probing.
5027
5028     - Bug fix in keyring PAG support to avoid oops.
5029
5030     - updated sample RPM configuration.
5031
5032     - sparc32 lwp support updated.
5033
5034     - Avoid potential oops in symlink support in certain older kernels.
5035
5036     - Avoid potential deadlock during vmalloc.
5037
5038     - Corrected locking while interacting with kernel task list.
5039
5040   MacOS:
5041
5042     - Several panics fixed, including remove_fsref. (10.4 and later)
5043
5044     - IP address changes now tracked.
5045
5046     - Corrected support for dropboxes (li access without r) with cp and Finder.
5047
5048     - fstrace and ancillary files now included.
5049
5050     - man pages are now installed in the default MANPATH.
5051
5052     - Servers will be timed out quickly if there is no route available.
5053
5054     - Temporary files from remove-while-busy now cleaned up correctly.
5055
5056   Solaris:
5057
5058     - Updates to accomodate kernel interface changes. (10u4 and later)
5059
5060     - knfs and NFS translator support updated.
5061
5062     - Changes to accomodate version 5.4 xbsa library.
5063
5064     - Updates for new SunStudio defaults.
5065
5066 OpenAFS 1.4.2
5067
5068   All systems: Major bugfixes.
5069
5070   * Bugfixes:
5071
5072   All systems:
5073
5074     * A bug in the namei volserver which could erroneously make a replicated or
5075       moved volume go offline has been fixed.
5076
5077     * Volume package users (fileserver, volserver, salvager) avoid using lockf to
5078       avoid leaking byte range locks on volume internal files.
5079
5080   MacOS 10.4:
5081
5082     * A bug where the client kernel module could free stack memory (which caused
5083       issues with 64 bit Intel most commonly) has been fixed.
5084
5085   Linux:
5086
5087     * A missing kernel feature test has been fixed.
5088
5089     * group based PAG support is still enabled when possible.
5090
5091     * ia32 syscall table support for amd64 has build fixes for modern kernels.
5092
5093   Solaris:
5094
5095     * fopen() is not safe for use with more than 255 file descriptors open;
5096       Emulate it in the afsconf package so afsconf can be used in the fileserver.
5097
5098   Windows:
5099
5100     * DNS registration is disabled for the loopback adapter, and we make sure
5101       Netbios is turned on.
5102
5103   Since 1.4.1:
5104
5105   All platforms:
5106     * Remove use of ubik_Call in the source code so prototypes are used.
5107
5108     * Avoid synchrony in call from the fileserver to the ptserver.
5109
5110     * Fix a bug in the backup suite when restoring.
5111
5112     * fileserver and volserver now log for error conditions which may cause
5113       exiting.
5114
5115     * rx avoids a stack overrun when more packets are needed.
5116
5117     * volserver avoids holding a lock too long when purging volumes.
5118
5119     * volserver lock initialization fixes
5120
5121     * volserver volume nuke fixes to avoid leaving files behind
5122
5123     * fileserver avoids error when authenticating ptserver requests
5124
5125     * fileserver no longer crashes when GetCPS fails
5126
5127     * salvager enhancements to deal better with corrupt volumes for namei
5128
5129   Unix:
5130
5131     * aklog deals with KDCs which give "generic" replies to principals not
5132       existing.
5133
5134     * Fix bug in cache parameter autotuning
5135
5136   RedHat:
5137
5138     * packaging fixes
5139
5140   Linux:
5141
5142     * amd64 pthread library family updates.
5143
5144     * autoconf fixes for kernel feature testing
5145
5146     * keyring PAG support now only enabled if needed features are present
5147       and other updates
5148
5149     * inline a version of BUG() so we get better oopses
5150
5151   AIX:
5152
5153     * tsm is updated to work with the new AIX 5 interface.
5154
5155   MacOS:
5156
5157     * Cross compile fixes
5158
5159     * Packaging improvements
5160
5161     * Large file support fixed (Thanks to Chaskiel Grundman)
5162
5163     * Fixes for Leopard seed.
5164
5165     * Installer image updates
5166
5167   Windows:
5168
5169     * Removes race conditions and a deadlock introduced in 1.4.1
5170
5171     * Fixes ANSI filename option.
5172
5173     * Establishes new connections to file servers when
5174       IP address configuration changes are detected.
5175
5176     * Improved CIFS compatibility
5177
5178     * Cache Manager optimizations
5179
5180     * Fixes vlserver failover when mounting 'root.afs'
5181       (Freelance mode disabled)
5182
5183     * Installs help files in the correct location for use by afscreds.exe
5184       and afs control panel.
5185
5186     * Improve reporting of "over quota" and "disk full" errors.
5187
5188     * Prevent crash when evaluating mount points to volumes that do
5189       not exist
5190
5191     * Removes auto-registration of AFS ID in foreign ptservers from
5192       Integrated Logon DLL.  This prevents crashes if the DLL is loaded
5193       and unloaded prior to termination of the process.
5194
5195     * SDK moved to \Program Files\OpenAFS\SDK
5196
5197     * NSIS and WiX Installer Frameworks update to the latest versions
5198
5199     * Improvements to the Kerberos Logon Integration
5200
5201     * Prevents exception in Integrated Logon DLL during SysPrep
5202
5203     * Prevents displays of MessageBox dialogs in response to Network Adapter
5204       errors
5205
5206     * Hard Dead and Connection Timeout values restricted to the CIFS Session
5207       Timeout value.
5208
5209     * Correct writing of BackConnectionsHostNames registry value.
5210
5211     * Properly recycles Volume entries
5212
5213     * The AFS Explorer Shell Extension always finds its resource library.
5214
5215     * The export list for AFSAUTHENT.DLL has been corrected.  (The AFS
5216       plugin for NetIDMgr will no longer use 100% of CPU.)
5217
5218     * Renaming files on Microsoft Vista Build 5536 works.
5219
5220     * Better handling of "." directory in fs commands
5221
5222     * Add OpenAFS License text to installers
5223
5224     * fs setquota and fs mkmount commands behave the same as the UNIX
5225       version
5226
5227 OpenAFS 1.4.2
5228
5229   All systems: Major bugfixes.
5230
5231   * Bugfixes:
5232
5233   All systems:
5234
5235     - Volume dump parsing code in the volserver has better error checking.
5236
5237     - salvager has improved damaged volume handling on namei fileservers.
5238
5239     - fileserver has size validity checks for when large file support is disabled.
5240
5241     - fileserver avoids potentially multiply adding a host to its hash table.
5242
5243     - rxkad client private data storage is allocated dynamically on ticket size.
5244
5245     - Handle universal error code translation for file locking.
5246
5247     - fileserver needs to swap callback connections on a client IP change.
5248
5249     - fileserver host package revised to reduce lock contention.
5250
5251     - Rx has been fixed to count hard acks, thus opening the congestion window.
5252
5253     - All servers support bound Rx sockets (on one interface).
5254
5255     - namei fileserver no longer use lockf() to avoid range locking issues.
5256
5257     - most binaries now support the -version switch.
5258
5259     - backup suite fixes for 64 bit platforms.
5260
5261     - volserver avoids holding holds during volume purges.
5262
5263     - volserver avoids losing files on namei during vos zap.
5264
5265   AIX:
5266
5267     - fileserver now properly supports large files.
5268
5269     - TSM updates for AIX 5
5270
5271     - Kernel module avoids leaking Rx packets.
5272
5273     - Avoid use of global ubik client structure in fileserver.
5274
5275     - Update ubik call client interface to allow for prototyping.
5276
5277     - audit logging fixes when stdarg does not provide integral va_list type.
5278
5279   MacOS 10.4:
5280
5281     - A bug where the client kernel module could free stack memory (which
5282       caused issues with 64 bit Intel most commonly) has been fixed.
5283
5284     - Packaging fixes and updates.
5285
5286     - Uninstaller added.
5287
5288     - Fix large file support.
5289
5290   Linux:
5291
5292     - autoconf kernel feature testing has been restructured.
5293
5294     - PAG garbage collection is enabled by default.
5295
5296     - Kerberos updates for RHEL3.
5297
5298     - Fix POSIX lock enrollment for older Linux kernels.
5299
5300     - Updates for new 2.6 kernels.
5301
5302     - Avoid deadlocks in put_inode handler.
5303
5304     - Keyring-based PAG support.
5305
5306     - Fixes to avoid getting better oops info in the kernel.
5307
5308   Solaris:
5309
5310     - Remove some kernel symbol bindings for symbols we don't use.
5311
5312     - Cleanup for loopback mount of AFS on Solaris 10.
5313
5314     - Avoid issues with stdio not supporting file descriptors above 255 on
5315       Solaris 8 and lower in the fileserver.
5316
5317 OpenAFS 1.4.1
5318
5319   All systems: Major bugfixes.
5320   New systems: MacOS 10.4 (PowerPC and Intel)
5321
5322   * Bugfixes:
5323
5324   All systems:
5325
5326     - Several race conditions in the host tracking and handling in the fileserver
5327       which could cause inconsistent behavior and crashes have been fixed.
5328
5329     - A fileserver bug where a reference to a volume could be leaked and later
5330       cause a deadlock as a result of a bulk status call
5331
5332     - Reference counting of fileserver objects in unsigned 32 bit integers
5333       instead of signed 16 bit integers.
5334
5335     - Avoid type mismatches when handling time values (betweemn 32 bit and 64 bit
5336       variables).
5337
5338     - Fix a memory leak during multilevel packet queue handling.
5339
5340     - Audit log output had been updated to include FIDs for newly created files.
5341
5342   HP-UX 11i:
5343
5344     - 64 bit (large file) inodes are supported.
5345
5346     - Salvager will now handle large (>4gb) partitions.
5347
5348     * New features:
5349
5350   All systems:
5351
5352     - asetkey is now included to ease Kerberos 5 integration for server
5353       administrators.
5354
5355     - A new fileserver statistics collection including callback statistics was
5356       added.
5357
5358     - man pages are now generated.
5359
5360   Microsoft Windows:
5361
5362     - Fixes error message problems experienced by fs.exe and the AFS Explorer
5363       Shell Extensions related to the use of Universal Error Codes by the
5364       AFS File Server
5365
5366     - Adds full SMB/CIFS support for byte range locking.  In this implementation
5367       all locks are allocated locally and the AFS lock privilege is ignored.
5368       While this will not prevent two processes on different machines from
5369       simultaneously writing to the same file, it will prevent two processes
5370       on the same machine from doing so.
5371
5372     - The UP server check period has been reduced to once every ten minutes to
5373       match the period used by the UNIX clients.  The shorter period will
5374       assist clients maintain RX connections through NATs.
5375
5376     - Fixes the DOWN server check logic to ensure that any server that responds
5377       to a check is marked UP unless it is in the process of restarting.
5378
5379     - Add logic to better handle objects that no longer exist on the file server.
5380       (VNOVNODE errors.)
5381
5382     - Prevent the removal of existing drive mappings by "afscreds.exe -M"
5383
5384     - Fixes the procmgmt library so that it doesn't cause applications that
5385       unload it to crash.
5386
5387     - Improves the warnings written to the afsd_init.log file when the
5388       Windows RPC Protocol drivers are improperly configured.
5389
5390     - Fixes "fs setserverprefs -vlserver".  Multiple calls with the same
5391       server parameter could result in a crash of afsd_service.exe.
5392
5393     - The SMB/CIFS layer was audited for reference miscounts and memory leaks.
5394       All SMB objects are now properly counted, locked, and released when
5395       their work is done.
5396
5397     - Prevent file truncation of the user does not have the appropriate access.
5398
5399     - Token management was re-written to allow user tokens to be preserved
5400       during integrated login and freed after logoff is complete.
5401
5402     - Added a mechanism by which abandoned SMB virtual circuits can be
5403       detected and the associated resources cleaned up.
5404
5405     - Prevent the allocation of SMB file handles with a value of 0 or 0xFFFF
5406       which would be considered invalid by Windows applications.
5407
5408     - Fixed the processing of cell names to ensure that they are always
5409       treated as case insensitive strings.
5410
5411     - Fixed the network provider code to avoid querying the profile location
5412       if integrated login is disabled.
5413
5414     - If a mount point string is empty, return Path Not Found to the application.
5415
5416     - Windows returns WSAECONNRESET when an ICMP packet is received in response
5417       to a transmitted UDP packet that cannot be delivered.  Do not mark the
5418       connection as bad but instead retry the request.
5419
5420     - Fix the data written to the registry as part of the BackConnectionHostnames
5421       values.
5422
5423     - Fixed the rx-lwp implementation to always generate unique rx call
5424       identitiers.
5425
5426     - The default "fs minidump" type now includes data segments.
5427
5428
5429 OpenAFS 1.3
5430
5431   * -nosettime is now the default for afsd.  Use "-settime" to get the
5432     old behavior.
5433
5434   * OpenBSD is now supported.
5435
5436   * Mountpoint directory information is now only faked for cross-cell
5437     mountpoints when using the -fakestat flag (e.g. for the directories
5438     under /afs, but not for most other volumes mounted inside the cell).
5439     The -fakestat-all switch can be used to fake information for all
5440     mountpoints.
5441
5442   * When fakestat is enabled on MacOSX, the Finder can be used to browse
5443     a fully-populated /afs directory.  However, this precludes reliable
5444     use of entire volumes as MacOS bundles (i.e. containing a Contents
5445     directory in the root of the volume).
5446
5447   * Mountpoint directory information can be faked by the cache manager,
5448     making operations such as stat'ing all cells under /afs much faster.
5449     This is enabled by passing -fakestat to afsd, but might not be stable
5450     on all platforms.
5451
5452
5453 OpenAFS 1.2.9
5454
5455   * The kaserver now defaults to not allowing interrealm authentication,
5456     due to security vulnerabilities in the krb4 protocol.  The new
5457     "-crossrealm" flag to the kaserver is provided to reenable interrealm
5458     authentication if desired.
5459
5460   * RedHat Linux 9.0 is now supported.
5461
5462   * Solaris 9 12/02 is now supported.  Solaris 7 and 8 x86 should now
5463     work again.
5464
5465   * On Linux machines using 2.2 series kernels, 2.2.19 or higher is now
5466     required.
5467
5468   * An OpenAFS 1.2.9 afsd will not work with kernel modules built from
5469     an earlier OpenAFS release.  In general, using a mismatched afsd and
5470     kernel modules set is unsupported; it is not recommended that you use
5471     such a configuration on a regular basis.
5472
5473
5474 OpenAFS 1.2.8
5475
5476   * Mountpoint directory information is now only faked for cross-cell
5477     mountpoits when using the -fakestat flag (e.g. for the directories
5478     under /afs, but not for most other volumes mounted inside the cell).
5479     The -fakestat-all switch can be used to fake information for all
5480     mountpoints.
5481
5482   * HPUX 11.0 is now supported.
5483
5484   * It is now possible for AFS to use Kerberos 5 directly, via rxkad 2b.
5485     See the OpenAFS 1.2.8 Release Notes for more information on using this
5486     capability.
5487
5488   * An NFS translator kernel module is now included and compiled by
5489     default for Solaris only.
5490
5491
5492 OpenAFS 1.2.7
5493
5494   * MacOS X 10.2 is now supported.  FreeBSD 4.3 and later support is
5495     included in this release, but is still under active development and
5496     should only be used by those doing active development on the OpenAFS
5497     FreeBSD client.
5498
5499   * When fakestat is enabled on MacOSX, the Finder can be used to browse a
5500     fully-populated /afs directory.  However, this precludes reliable use
5501     of entire volumes as MacOS bundles (i.e. containing a Contents
5502     directory in the root of the volume).
5503
5504   * The fileserver will now use Rx pings to determine if clients are
5505     reachable prior to allocating resources to them, to prevent asymmetric
5506     clients from consuming all fileserver resources.
5507
5508
5509 OpenAFS 1.2.6
5510
5511   * Mountpoint directory information can be faked by the cache manager,
5512     making operations such as stat'ing all cells under /afs much faster.
5513     This is enabled by passing -fakestat to afsd.
5514
5515   * Solaris 9 FCS and Solaris 7 and 8 x86 are now supported.
5516
5517
5518 OpenAFS 1.2.5
5519
5520   * A remote denial of service attack in the AIX and IRIX clients has been
5521     fixed.  Users of those platforms are strongly encouraged to upgrade.
5522
5523   * Fixed race conditions in fileserver that could result in crash.
5524
5525
5526 OpenAFS 1.2.4
5527
5528   * Server logfiles now more consistant about format in which hosts are
5529     referred to.
5530
5531   * vfsck on Solaris will now allow force runs (using -y flag) even if old
5532     inodes exist.
5533
5534
5535 OpenAFS 1.2.3
5536
5537   * Cell aliases for dynroot can be specified in the CellAlias file in
5538     /usr/vice/etc or /usr/local/etc/openafs, in format "realname alias",
5539     one per line.  They can also be managed at runtime with "fs newalias"
5540     and "fs listaliases".
5541
5542
5543 OpenAFS 1.2.2
5544
5545   * Solaris 9 and Linux PA-RISC are now supported.
5546
5547   * fileserver will not erroneously delay legitimate errors for 3 seconds
5548     after 10 errors are returned (e.g. stat() on a directory you can't
5549     read).
5550
5551   * Rx MTU calculation now works for Irix, Solaris and Linux
5552
5553   * If afsd is started with the -dynroot flag, /afs will be locally
5554     generated from the CellServDB.  AFSDB cells will be mounted
5555     automatically upon access.
5556
5557   * The namei fileserver allows vice "partitions" to be directories
5558     instead of partitions and will attach and display accordingly.
5559     Creating the file "AlwaysAttach" in the /vicepX directory is used as
5560     the trigger to attach it.
5561
5562   * TSM support for butc no longer requires editing a Makefile, simply
5563     specify the --enable-tivoli-tsm configure option.
5564
5565   * Linux builds no longer require source changes every time the kernel
5566     inode structure changes; the OpenAFS sources will now configure itself
5567     to the actual inode structure as defined in the kernel sources.
5568
5569
5570 OpenAFS 1.2.1
5571
5572   * vfsck on Digital UNIX and Solaris will now refuse to fsck mounted
5573     mounted partitions.
5574
5575
5576 OpenAFS 1.2.0
5577
5578   * AFS now supports --prefix and the other directory options of
5579     configure.  By default AFS builds assuming it will be installed in
5580     /usr/local.  In order to get traditional AFS directory paths (/usr/afs
5581     and /usr/vice/etc) use the --enable-transarc-paths option to
5582     configure.  More details on the new directory layout are found in
5583     README.
5584
5585
5586 OpenAFS 1.1.1a
5587
5588   * Windows 95/98/ME/NT/2000 - Consistent versioning:  Installation, AFS
5589     Control Center, Client dialog boxes and properties pages for
5590     executables display a consistent OpenAFS version number.  Installation
5591     detects previous installation and prompts the user for upgrade
5592     options.
5593
5594   * Windows 95/98/ME/NT/2000 - Installation features:  During installation
5595     the user can select the source of the CellservDB file, AFS home cell,
5596     and drive mappings.  During installation a drive path mapping can
5597     include a variable that will be substituted with the current UserName
5598     that is logged in.
5599
5600   * Windows 2000/NT - Integrated logon:  The Integrated Logon feature
5601     works now.
5602
5603   * Windows 95/98/ME - Logon script features:  The Windows 95/98/ME client
5604     now offers a command-line option for starting up the AFS client
5605     without authenication. It is now possilbe to start the AFS client
5606     first and obtain tokens, and map drives all through Windows scripts.
5607     This helps using Windows 95/98/ME client in Kerberos 5 environment.
5608
5609   * Windows 2000/NT - LANA numbers:  AFS client now scans the LANA numbers
5610     to establish the correct NETBIOS connection.  NetBEUI is no longer
5611     needed.  The user no longer needs to find the correct LANA number.
5612
5613   * Windows 2000/NT - OpenAFS naming consistancy:  Further progress has
5614     been made to remove references to "Transarc AFS" and replace with
5615     "OpenAFS".
5616
5617
5618 OpenAFS 1.0
5619
5620   * AFS now builds with configure. The README for building has been
5621     updated and includes full details.
5622
5623   * A client system can now have multiple sysname values for @sys.  They
5624     will be searched in order when looking up files in AFS.  The
5625     -newsysname argument to fs sysname can be repeated to set multiple
5626     sysnames.
5627
5628   * A new system group is created for new cells (system:ptsviewers with id
5629     -203).  If this group exists, members of this group can examine and
5630     read the entire protection database.  They can examine all users and
5631     groups and can get the membership of any group.
5632
5633   * A new program, pt_util has been added to the distribution.  This
5634     program allows users to print the contents of the protection database
5635     or to edit the protection database without running a ptserver.  It can
5636     be used to set up a new cell without ever running in noauth mode.  Run
5637     pt_util -h for help.
5638
5639   * The fs setcrypt and fs getcrypt commands have been added.  These
5640     commands allow the system administrator to require that the client
5641     encrypt all authenticated traffic between the client workstation and
5642     AFS.  The encryption used is weak, but is likely better than sending
5643     unencrypted traffic in most environments.  Some functions, such as
5644     looking for a volume may not be encrypted, but data transfer certainly
5645     is.  By default data is not encrypted.  At this time no significant
5646     experimentation with server performance has been conducted.
5647
5648   * By default AFS is compiled with AFS_AFSDB_ENV, enabling the -afsdb
5649     option to be given to afsd on startup.  If this option is used, then
5650     new cells will be looked up using AFSDB records stored in DNS if they
5651     are not found in CellServDB.  This means that users can create
5652     cross-cell mountpoints in directories they control to access cells not
5653     in root.afs, and that cells in root.afs need not be in the client's
5654     CellServDB.
5655
5656   * AFS database servers can be marked as read-only clones.  Surround the
5657     hostname in square brackets on the bos addhost command and the
5658     database server will never be elected sync site.  This is useful for
5659     cells distributed over a wide region.
5660
5661   * The AFS servers now support the -syslog flag.  This flag causes them
5662     to log to syslog rather than to files.  This flag is not supported on
5663     NT.  For all servers besides the salvager, the flag can also be
5664     specified as -syslog=facility, where facility is an integer facility
5665     code from syslog.h.  A -syslogfacility option is provided for the
5666     salvager to accomplish the same goal.
5667
5668   * If the --enable-fast-restart flag is given when configuring AFS, then
5669     the salvager supports the -dontsalvage flag which causes it to exit
5670     without salvaging any volumes.  If this is configured into the third
5671     command of a fs process, then the fileserver will start without
5672     salvaging.  It will fail to attach volumes that need salvaging and
5673     they can be salvaged manually.  This provides significantly better
5674     server startup performance at the cost of administrative complexity.
5675
5676   * If the --enable-bitmap-later flag is given when configuring AFS, then
5677     the fileserver creates bitmaps for free vnodes on demand, allowing
5678     faster starts.
5679
5680   * If bosserver finds a BosConfig.new file at startup, it reads this file
5681     and renames it to BosConfig.  This allows bosserver to be reconfigured
5682     at next restart.
5683
5684   * The bosserver can be placed in a restricted mode in which AFS
5685     superusers are only granted limited access to the server host. The
5686     following functionality is disabled when restricted mode is in use:
5687
5688       bos exec
5689       bos getlog (except for files with no '/'s in their name)*
5690       bos create *
5691       bos delete
5692       bos install
5693       bos uninstall
5694
5695     specific exceptions are made for functionality that "bos salvage"
5696     uses:
5697
5698     A cron bnode who's name is "salvage-tmp", time is now, and command
5699     begins with "/usr/afs/bin/salvager" may be created. This bnode deletes
5700     itself when complete, so no special "delete" support is needed.  This
5701     functionality may be removed in the future if a "Salvage" RPC is
5702     implimented.
5703
5704     The file with the exact path /usr/afs/logs/SalvageLog may be fetched,
5705     since that is how bos salvage [...] -showlog is implimented.
5706
5707     Restricted mode is enabled using a new bos command (bos setrestricted)
5708     or bossever command line switch (bosserver -restricted). Restricted
5709     mode can be disabled by a) sending the bosserver process a SIGFPE
5710     (which will then allow restricted operations until the next restart or
5711     setrestricted command) or b) editing /usr/afs/local/BosConfig (or
5712     BosConfig.new), and restarting the bosserver.
5713
5714   * The bos UserList of trusted administrators can now contain cross-realm
5715     Kerberos principals.
5716
5717   * udebug now takes --server not --servers.
5718
5719   * Several error messages have been improved to include volume numbers.
5720
5721   * Several new ports have been included for UNIX platforms: Darwin
5722     (ppc_darwin_12 and ppc_darwin_13), Linux 2.4 (i386_linux24), Linux on
5723     the Powerpc (ppc_linux22 and ppc_linux24), Linux on the Sparc
5724     (sparc_linux22, sparc64_linux22 and sparc64_linux24).
5725
5726   * Incomplete FreeBSD and Alpha Linux ports are included.  The FreeBSD
5727     port has a working server and the Alpha Linux port has a partially
5728     working client.
5729
5730   * A native client for Windows 95/98/ME has been added to the
5731     distribution.  With this program, a gateway machine is no longer
5732     required for Windows 9x to access AFS files.  One drive letter will be
5733     created on your machine by default - Z:.  The Z: drive will be the
5734     root of the AFS tree, allowing you to browse all sites that have AFS
5735     servers available.  Additional drive letters can be defined for other
5736     AFS directories.  A Windows Explorer shell extension is included that
5737     allows you to right click on items within an AFS tree to bring up an
5738     "AFS" menu item and perform various operations on a file or directory.
5739     The most useful item is "Access Control Lists", which allows you to
5740     view and edit the permissions of a particular directory.  Command line
5741     tools are also available in the install directory.  These commands
5742     include klog, unlog, tokens, kpasswd, symlink, fs and pts.  The
5743     installable includes a readme file that contains more information on
5744     how to use the client program and known issues.
5745
5746   * Support for large caches in afsd.  Cachefiles are stored in
5747     subdirectories.  The default is 2048 files per subdirectory, which
5748     should work fine in most situations.  You can use the new afsd option
5749     -files_per_subdir to change this number.  Note that the first time you
5750     run afsd with this patch, your cachefiles will get moved into
5751     subdirectories.  If you subsequently run an older version of afsd, you
5752     will lose all your cached files.