]> arthur.barton.de Git - netatalk.git/blob - NEWS
Rev version to 2.0.5rc3
[netatalk.git] / NEWS
1 Changes in 2.0.5
2 ================
3
4 * NEW: afpd: Time Machine support with new volume option "tm".
5 * FIX: papd: Remove variable expansion for BSD printers. Fixes CVE-2008-5718.
6 * FIX: afpd: .AppleDxxx folders were user accessible if option 'usedots'
7        was set 
8 * FIX: afpd: vetoed files/dirs where still accessible
9 * FIX: afpd: cnid_resolve: don't return '..' as a valid name.
10 * FIX: uniconv: -d option wasn't working
11
12 Changes in 2.0.4
13 ================
14
15 * REM: remove timeout 
16 * NEW: afpd: DHX2 uams using GNU libgcrypt.
17 * NEW: afpd: volume options 'illegalseq', 'perm' and 'invisibledots'
18        'ilegalseq'  encode illegal sequence in filename asis, ex "\217-", which is not 
19        a valid SHIFT-JIS char, is encoded  as U\217 -.
20        'perm' value OR with the client requested permissions. (help with OSX 10.5
21        strange permissions).
22        Make dot files visible by default with 'usedots', use 'invisibledots' 
23        for keeping the old behavior, ie for OS9 (OSX hide dot files on its
24        own).
25 * NEW: afpd: volume options allow_hosts/denied hosts
26 * NEW: afpd: volume options dperm/fperm default directory and file
27        permissions or with server requests.
28 * NEW: afpd: afpd.conf, allow line continuation with \ 
29 * NEW: afpd: AppleVolumes.default allow line continuation with \
30 * NEW: afpd: Mac greek encoding.
31 * NEW: afpd: CJK encoding.
32 * UPD: afpd: Default UAMs: DHX + DHX2
33 * FIX: afpd: return the right error in createfile and copyfile if the disk
34        is full.
35 * FIX: afpd: resolveid return the same error code than OSX if it's a directory
36 * FIX: afpd: server name check, test for the whole loopback subnet 
37        not only 127.0.0.1.
38 * UPD: afpd: limit comments size to 128 bytes, (workaround for Adobe CS2 bug).
39 * UPD: afpd: no more daemon icon.
40 * UPD: usedots, return an invalide name only for .Applexxx files used by netatalk not
41        all files starting with .apple.
42 * UPD: cnid: increase the number of cnid_dbd slots to 512.
43 * FIX: cnid: dbd detach the daemon from the control terminal.
44 * UPD: cnid: never ending Berkeley API changes...
45 * UPD: cnid: dbd add a timeout when reading data from afpd client.
46 * UPD: cnid: Don't wait five second after the first error when speaking to the dbd
47        backend.
48 * FIX: papd: vars use % not $
49 * FIX: papd: quote chars in popen variables expansion. security fix.
50 * FIX: papd: papd -d didn't write to stderr.
51 * FIX: papd: ps comments don't always use ()
52 * FIX: many compilation errors (solaris, AFS, Tru64, xfs quota...).
53
54 Changes in 2.0.3
55 ================
56
57 * NEW: afpd: add a cachecnid option that controls if afpd should 
58        use the IDs stored in the AD2 files as cache. Defaults
59        to off.
60 * UPD: afpd: deal with more than 32 groups.
61 * FIX: afpd: several catsearch fixes, based on patch from
62        TSUBAKIMOTO Hiroya.
63 * FIX: afpd: fix a race when a client very quickly reconnects and 
64        tries to kill its old session.
65 * FIX: afpd: OSX style symlink caused problems with Panther clients.
66 * FIX: afpd: old files with default type didn't show the right icon
67        in finder, from Shlomi Yaakobovich, slightly modified.
68 * FIX: cnid_check: disable cnid_check if CNID db was configured with
69        transactions and really bail out after the first error.
70 * FIX: admin-group configure option was broken.
71 * FIX: several problems with IDs cached in AD2 files.
72 * FIX: Ignore BIDI in UTF8 hints from OSX.
73 * FIX: Lots of gcc warning fixes.
74 * FIX: small configure script changes.
75
76
77 Changes in 2.0.2
78 ================
79
80 * NEW: cnid: Add an indexes check and rebuild, optional for dbd 
81        (parameter check default no), standalone program cnid_index for
82        cdb.
83 * UPD: Enhanced afpd's -v command line switch and added -V for more 
84        verbose information
85 * UPD: uams_gss: build the principal used by uams_gss.so from afpd's
86        configuration, don't use GSS_C_NT_HOSTBASED_SERVICE
87 * UPD: cnid_dbd: add process id in syslog and small clean up
88 * REM: remove netatalkshorternamelinks.pl cf. SF bug [ 1061396 ]
89        netatalkshorternamelinks.pl broken
90 * FIX: afpd: check for DenyRead on FPCopyFile
91 * FIX: afpd: add missing flush for AD2 Metadata on FPCopyFile, SF bug 
92        [ 1055691 ] Word 98 OS 9 Saving an existing file
93 * FIX: afpd: Deal with AFP3 connection and type 2 (non-UTF8) names.
94        reported by Gair Heaton, HI RESOLUTION SYSTEMS
95 * FIX: afpd: Broken 'crlf' option
96 * FIX: afpd: fix SF bug [ 1079622 ] afpd/dhx memory bug, 
97        by Ralf Schuchardt
98 * FIX: afpd: Return an error if we cannot get the db stamp in 
99        afp_openvol.
100 * FIX: afpd: Fix slp registration with Solaris9 slpd, from
101        hat at fa2.so-net.ne.jp
102         
103
104 Changes in 2.0.1
105 ================
106
107 * NEW: --enable-debian configure option. Will install /etc/init.d/atalk
108        to get not in conflict with standard debian /etc/init.d/netatalk.
109        Reads netatalk.conf from $ETCDIR and not from /etc/default/
110 * UPD: Disable logger code by default. Log to syslog instead
111 * UPD: changed netatalk.conf default settings to prevent problems with
112        AppleTalk zone names containing spaces
113 * FIX: insecure tempfile handling bug in etc2ps.sh,
114        found by Trustix, CAN-2004-0974.
115 * REM: remove add_netatalk_printer and netatalk.template from stable 
116        branch until fixed. (possible symlink vulnerabilities)
117 * FIX: afpd: set hasBeenInited in default finder info. This bug caused 
118        endless finder refreshes with OS9 finder if the noadouble option 
119        was used. From TSUBAKIMOTO Hiroya.
120 * FIX: afpd: fix a bug in default CREATOR/TYPE handling. Due to this bug 
121        the type/creator mappings in AppleVolumes.system were ignored, 
122        causing problems i.e. with OS9 clients.
123 * FIX: AppleVolumes.system: By default don't define a CREATOR/TYPE for a
124        file of unknown type.
125 * FIX: fix two Tru64 UNIX compilation errors, 
126        from Burkhard Schmidt bs AT cpfs.mpg.de
127 * FIX: afpd: FPMapId wasn't using UTF8 for groups if requested by client.
128
129 Changes in 2.0.0
130 ================
131
132 * UPD: afpd: add an error message if -ipaddr parameter cannot be parsed
133 * UPD: updated documentation
134 * FIX: afpd: fix a file descriptor and memory leak with OSX ._ resource fork
135 * FIX: afpd: Prevent overwriting a file by renaming a file in the same 
136        directory to the same name. Won't work with OSX, the dest file gets 
137        deleted by OSX first.
138 * FIX: sometimes '0' was used instead of 0 for creator/type
139 * FIX: removed setpgrp check from configure, we don't use it anymore and
140        it doesn't work with cross compile.
141 * FIX: fix for Solaris "make maintainer-clean", from Alexander Barton
142 * FIX: fix username matching bug in afppasswd. from kanai at nadmin dot org
143 * FIX: reworked username check a little. Depending on the UAM, the wrong
144        username _could_ have been selected.
145
146 Changes in 2.0-rc2
147 ==================
148
149 * UPD: use 0 0 for default creator/type rather than UNIX TEXT, from
150        Shlomi Yaakobovich.
151 * UPD: updated documentation
152 * UPD: change machine type from Macintosh to Netatalk in status reply
153 * FIX: afpd: CopyFile only create a resource fork for destination if source
154        has one.
155 * FIX: afpd: mangling: for utf8 --> max filename length is 255 bytes, else 31.
156 * FIX: cnid_dbd: fix a signed/unsigned, 16/32 bits mismatch. from Burkhard
157        Schmidt, bs at cpfs.mpg.de.
158 * FIX: afpd: After ad_setid don't flush resource fork if it has not been
159        modified.
160 * FIX: NEWS: Fixed ancient NEWS entries. Removed umlauts
161 * FIX: fix macname cache, SF bug 1021642
162 * FIX: revert Makefile change from 2.0-rc1. We have to include BDB_CFLAGS
163        after CFLAGS
164
165 Changes in 2.0-rc1
166 ==================
167
168 * NEW: new manual page for asip-status.pl
169 * UPD: updated documentation
170 * UPD: uams: link uam_dhx_passwd.so to lcrypt before lcrypto. might help with
171        MD5 passwords
172 * UPD: Improved BerkeleyDB detection
173 * UPD: sys/solaris/Makefile.in: enable 'make check', from Alexander Barton
174 * UPD: tcp wrappers detection should work on OpenBSD as well now
175 * UPD: macbin: increase the maximum size of macbinary forks, as suggested by 
176        Sourceforge bug ID 829221
177 * UPD: ASP: rework getstatus. use several ASP packets if the client allows
178        it, otherwise just send as much as we can
179 * FIX: FreeBSD 5 build, from Alex Barton (alex at barton.de)
180 * FIX: OSX 10.3 build
181 * FIX: papd: workaround a problem with PJL before Postscript
182 * FIX: afpd: make sure we only disconnect on old session if the users match
183 * FIX: apfd: Quark6 mangled long filenames should work better now
184 * FIX: enhance ADv1 to ADv2 conversion. Fixed a SIGSEGV reported by Mark Baker
185 * FIX: better detection of invalid resource forks
186 * FIX: fix some linking problems on OpenBSD
187 * FIX: afpd: catsearch.c, filedir.c: fix bogus casts, from Olaf Hering 
188        (olh at suse.de)
189 * FIX: afpd: don't try to create special folders and .volinfo on read-only
190        volumes
191 * FIX: iconv/unicode enhancements. fixed a sigsegv on conversion error
192 * FIX: configure.in: fix a typo, reported by Joerg Rossdeutscher
193 * FIX: uniconv: enhanced uniconv behaviour
194 * FIX: fixed some Solaris compilation problems
195 * FIX: papd/Makefile.am: add a missing $DESTDIR, from Vlad Agranovsky
196 * FIX: afpd: quota.c: remove a c99 declaration, from Yann Rouillard
197 * FIX: configure.in: Solaris/gcc 3.0 fix, from Yann Rouillard
198 * FIX: afpd: fix a SIGSEGV when sharing home dirs without any options in 
199        AppleVolumes.
200 * FIX: numerous small bugfixes
201
202 Changes in 2.0-beta2
203 ====================
204
205 * NEW: atalkd, papd and npb tools now support nbpnames with extended
206        characters
207 * NEW: integrated CUPS support for papd
208 * NEW: optionally advertise SSH tunneling capabilties
209 * NEW: automatic logfile removal for cnid_metad
210 * NEW: asip-status.pl has been added to netatalk
211 * UPD: updated documentation
212 * UPD: we now require Berkeley DB >= 4.1
213 * UPD: 64bit Linux fixes from Stew Benedict, Mandrakesoft
214 * UPD: remove --enable-sendfile
215 * UPD: more verbose error messages
216 * FIX: better handling for resource forks without read access
217 * FIX: Tru64 build, by Burkhard Schmidt
218 * FIX: MIT Kerberos detection
219 * FIX: varios *BSD compile problems
220 * FIX: compile problem with libiconv, reported by Joe Marcus Clarke
221 * FIX: adv1tov2: make it work with the new structure
222 * FIX: afpd: filenames longer than 127 bytes were not enumerated correctly,
223        reported by Thies C. Arntzen
224 * FIX: afpd: return IP before FQDN in status reply.
225 * FIX: afpd: Mac chooser could crash on a codepage conversion error
226 * FIX: afpd: KerberosV auth with Panther clients, make long AD tickets work,
227        reported by Andrew Smith
228 * FIX: atalkd: could send invalid NBPLKUP replies, e.g with more than 15
229        printers. Reported by Almacha
230 * FIX: papd: fix papd.conf parsing problems with consecutive ':' and missing 
231        newline. Reported by Craig White.
232 * FIX: megatron: make megatron work with UTF-8 volumes
233 * FIX: timeout: running timeout with commands which accept arguments, 
234        from Yuval Yeret.
235 * FIX: uniconv: fix a SEGFAULT, reported by Matthew Geier
236 * FIX: pam detection: PAM_C/LDFLAGS were always empty, from Alexander Barton
237 * FIX: numerous small bugfixes.
238
239 Changes in 2.0-beta1
240 =====================
241
242 * NEW: OSX style adouble scheme
243 * NEW: japanese SHIFT_JIS codepage (iconv supplied)
244 * NEW: Solaris kernel module build integrated with configure
245 * NEW: Gentoo start scripts
246 * NEW: cnid_dbd doesn't use transactions by default
247 * FIX: afpd: the volume casefold option was broken
248 * FIX: afpd: update AD2 headers and keep owner on file exchange
249 * FIX: Solaris 9 and FreeBSD 4.9/5.2 compilation
250 * FIX: free space reported with groups quotas on Linux
251 * FIX: OS9/OS X didn't update free space
252 * FIX: finder crash if folder opened got deleted by another process
253 * FIX: randnum UAM wasn't AFP3 ready
254 * FIX: numerous small bugfixes.
255
256 Changes in 2.0-alpha2
257 =====================
258
259 * NEW: uniconv tool for converting volume encoding.
260 * NEW: afpd: Make sure getstatus doesn't return loopback address as server IP.
261 * NEW: afpd: Specify USEDOTS with MSWINDOWS implicitely.
262 * NEW: afpd: SRVLOC register with IP address instead of hostname by default,
263        if -fqdn is specified register with FQDN.  Added extended character 
264        support for SLP, non ASCII characters are escaped Added ZONE to registration.
265 * NEW: atalkd: Make atalkd set interfaces to ALLMULTI on linux by default.
266 * NEW: cnid_metad: Use DB_PRIVATE attribute for dbd backend without transaction.
267 * FIX: afpd: Partial workaround for an OSX client deadlock.
268 * FIX: afpd: Reenumerate folder if db is out of sync in resolveID.
269 * FIX: afpd: Don't modify modification date in copyfile.
270 * FIX: afpd: Variable $v substitution: always use name defined in config files.
271 * FIX: libatalk: Speed optimisation for byte locking was broken on resource fork.
272 * FIX: Solaris 9 compilation.
273 * FIX: Tru64 compilation fixes.
274 * FIX: AFS compilation fixes.
275 * FIX: strncpy bugfix.
276 * FIX: configure, man pages update and small bugfixes.
277
278 Changes in 2.0-alpha1
279 =====================
280
281 * NEW: afpd: We now support AFP 3.x, which features long filenames and 
282        large file support
283 * NEW: CNID handling completely reworked. We now use per Volume configurable
284        CNID backends.
285 * NEW: Two new daemons, cnid_metad and cnid_dbd to implement the dbd CNID backend.
286        Using Berkeley DB transactions with the CNID database should be safe now.
287 * NEW: The on disk format of the CNID database has changed. We now support 8 byte
288        device and inode numbers and an additinal type field that should make 
289        detection of file/directory changes outside of afpd more robust. 
290        Changed from HASH to BTREE access which speeds things up in certain cases 
291        and reduces database file size.
292 * NEW: Long file name mangling is now implemented using the CNID ID, so no database is 
293        required to map names to mangled names. This is the same method Mac OS X uses. 
294 * NEW: New format (version 2) for Metadata in AppleDouble files. We record device and  
295        inode of the underlying file as well as the CNID. This can be used for recovery
296        and speeds up access to the CNID.
297 * NEW: The old NLS codepage system has been removed. It was replaced by an iconv 
298        based conversion system, which provides much more flexibility.
299 * NEW: You can safely use extended characters in volume names and for SIGUSR2 messaging.
300 * NEW: The default volume encoding is UTF-8.
301 * NEW: All documentation is now generated using DocBook. New or completely reworked 
302        sections about installing, setting up and upgrading Netatalk replace various 
303        README files in the doc directory.
304 * FIX: Protect afpd better against unexpected signals during updates of the CNID
305        database with the cdb backend. This makes database corruption less likely.   
306 * FIX: All manpages have been reviewed and should now be up to date.
307 * FIX: Tons of bug fixes since 1.6.4. Please consults the CVS change log for details.
308
309 Changes in 1.6.4
310 ================
311
312 * NEW: afpd: Using the mswindows option now implicitly specifies usedots.
313   [Sam Noble]
314 * UPD: afpd.8: Updated the option documentation.
315   [Thomas Kaiser, Sebastian Rittau]
316 * FIX: configure: Removed broken --with-flock-locks option. [Bjoern Fernhomberg]
317 * FIX: libatalk: Do not log network probe (OSX 10.3). [Didier Gautheron]
318 * FIX: libatalk: Deadlock in signal handlers. [Didier]
319 * FIX: libatalk: Compilation with Linux kernel 2.6 fixed. [Sebastian, Bjoern]
320 * FIX: afpd: Solaris compile issues. [Bjoern]
321 * FIX: afpd: If connection broke in dsi_tickle the child did never die. [Bjoern]
322 * FIX: afpd: Catsearch, fixes a possible segmentation fault. [Bjoern]
323 * FIX: afpd: Compilation issues. [Olaf Hering, Sebastian]
324 * FIX: cnid: Fix compile problems on Tru64. [Burkhard Schmidt]
325 * FIX: megatron: Fixed an uninitialized variable. [Olaf]
326 * FIX: installation: Don't overwrite PAM file if --enable-overwrite configure
327        option is not set. [Sam, Ryan Cleary]
328 * FIX: installation: Fixed BSD installation. [Toru TAKAMIZU]
329 * FIX: docs: Removed ssl-dir/ssl-dirs confusion from doc/INSTALL. [Bjoern]
330
331 Changes in 1.6.3
332 ================
333
334 * UPD: afpd: Infrastructural support for an upcoming Kerberos 5 UAM.
335        [Sam Noble]
336 * UPD: uams_dhx_passwd: Better random seed in Tru64. [Burkhard Schmidt]
337 * FIX: afpd: Bug in AFP connection negotiation stage. [Sam]
338 * FIX: afpd: Catsearch, when Mac and unix name differ, search on attributes.
339 * FIX: afpd: Files could be opened for writing on read-only filesystems.
340 * FIX: afpd: Debugging using SIGUSR1 was broken. [Stefan Muenkner]
341 * FIX: afpd: Segfault after login. [Robby Griffin, Sean Bolton]
342 * FIX: psf: Correct path to etc2ps.sh.
343 * FIX: shell_utils: Don't distribute generated files.
344 * FIX: aecho: -A option didn't work. [Chris Shiels]
345 * FIX: configure: Berkeley DB path detection could be wrong. [Stefan]
346 * FIX: Automake build fixes.
347
348 Changes in 1.6.2
349 ================
350
351 * FIX: atalkd: Fixes for reading long configuration file lines. [Dan Wilga]
352 * FIX: afpd: CNID id allocation in a multiuser environment.
353 * FIX: papd: Fix PSSP support when PAM is enabled.
354 * FIX: macusers: Can now cope with IP addresses as well as host names.
355 * FIX: etc2ps.sh: Install correctly.
356
357 Changes in 1.6.1
358 ================
359
360 * UPD: Improve --enable-fhs. [Olaf Hering]
361 * UPD: Add BDB 4.1.x support.
362 * UPD: Add more documentation on CNID, as well as list which versions
363        of Berkeley DB are supported.
364 * FIX: Codepage file maccode.koi8-r is now correctly cleaned.
365 * FIX: Fix init script location on SuSE. [Olaf]
366 * FIX: Build fixes. [Olaf, Steven N. Hirsch]
367 * FIX: Various bugs when a user doesn't have access permission to a folder.
368        (Fixes an OSX kernel panic.)
369 * FIX: CNID, folders' DID handling with concurrent access or symlinks.
370        (Fixes an endless loop in afpd.)
371
372 Changes in 1.6.0
373 ================
374
375 * FIX: pap looks at the STDOUT file descriptor to see if it's connected to
376        a tty, instead of STDIN.
377
378 Changes in 1.6pre2
379 ==================
380
381 * UPD: Removed --with-catsearch option from configure and enable FPCatSearch
382        by default.
383 * UPD: The dbpath argument does now support variable substitution.
384 * FIX: Build fix for non-GNU-C compilers in libatalk/util/logger.c.
385 * FIX: Two directories with the same name but different case confused the
386        Mac Finder.
387 * FIX: The ROOT_PARENT directory could get invalidated.
388
389 Changes in 1.6pre1
390 ====================
391
392 * NEW: Long file name mangling support.
393 * NEW: Improved log file support.
394 * NEW: Server-side find capability ("FPCatSearch")
395 * NEW: Concurrent datastore (CDB) is now the default CNID datastore.  This
396        should be heavily tested in a multiuser environment.
397 * NEW: Variable substitution support has been added for the dbpath AppleVolume
398        option.
399 * UPD: CNID DID handling is now enabled by default.
400 * FIX: Various bug and build fixes as well as code cleanups.
401
402 Changes in 1.5.5
403 ================
404
405 * NEW: Allow afpd debugging to be enabled by sending the afpd process
406        a SIGUSR1.
407 * NEW: Allow SLP to be disabled per afpd process by adding a new -noslp flag
408        to afpd.conf.
409 * FIX: Use server name (if not NULL) for the SLP URL.
410 * FIX: papd: buffer overflow during config file read (Olaf Hering)
411
412 Changes in 1.5.4
413 ================
414
415 * FIX: File open read only and then read write (aka pb with Illustrator).
416 * FIX: Problems with unexpected EOF when reading files on a ddp connection
417        Photoshop, old finder.
418 * FIX: --with-nls-dir option does now work
419
420 Changes in 1.5.3
421 ================
422
423 * UPD: Extend the --disable-shell-check functionality to ignore users
424        with _no_ shell.  Also, send a log message if a user is refused login
425        based on the fact that they have no shell.
426 * UPD: Autoconf updates.
427 * UPD: Tru64 afpd authentication updates.
428 * UPD: As always: lots of minor code cleanups.
429 * FIX: Problems with Photoshop trying to open image files has been
430        corrected.
431 * FIX: Preserve special permission bits when creating or modifying
432        directories.
433 * FIX: afp_deleteid() now deletes the specified file and not the parent
434        directory.
435 * FIX: papd does now announce that it supports binary data to its clients.
436 * FIX: NetBSD ELF support.
437 * FIX: acleandir.rc is now installed in the bin directory.
438 * FIX: megatron does now compile even if compiled with -DDEBUG.
439 * FIX: Clean up some syslog messages.
440
441 Changes in 1.5.2
442 ================
443
444 * NEW: NetBSD support contributed by David Rankin and NetBSD contributors.
445        This includes a new configure option --enable-netbsd.
446 * NEW: Add the -client_polling afpd.conf flag to allow for clients to poll
447        the server every 10 seconds for open window updates.  Currently
448        this is the only way to get asynchronous directory updates.
449 * UPD: Use separate macro for AFS configure check.
450 * UPD: Some Perl scripts are now (partially) auto-generated. This improves
451        out-of-the-box usage of Netatalk.
452 * UPD: Solaris Kernel Makefile is now auto-generated. This fixes some path
453        issues, but isn't perfect, yet. Added some Solaris compatibility
454        fixes to the Kernel sources, too.
455 * UPD: CNID DB code sync'd with the current CVS version.  NOTE: Using this
456        code requires you to delete _all_ existing .AppleDB directories in
457        order to avoid database corruption!
458 * FIX: The file AppleVolumes.system contained wrong line breaks so that
459        not all file types were properly recognized.
460 * FIX: AFS compilation would fail due to a misnamed variable.
461 * FIX: SLP configure check was wrong so SLP did not compile.
462 * FIX: Fix the way quotas are handled under certain situations.
463 * FIX: Do not enable debugging code if debugging option is not set.
464 * FIX: Some problems with wrongly assigned DIDs were fixed.
465 * FIX: Various bug fixes and code cleanups.
466
467 Changes in 1.5.1
468 ================
469
470 * NEW: Added a program called cnid_didname_verify that can be used to
471        verify the consistency of the CNID database.
472 * NEW: New afpd option: -timeout. Warning: This still doesn't do what it's
473        supposed to!
474 * UPD: Code cleanups and compatibility fixes to macusers.
475 * UPD: AppleVolumes.system was cleaned up.
476 * FIX: Really fix Tru64 compilation (see last entry).
477 * FIX: Hand correct error value back to AFP client when deleting files or
478        directories fails.
479 * FIX: Leading or trailing spaces are now forbidden on volumes that have
480        the AFPVOL_MSWINDOWS flag set.
481 * FIX: Minor code cleanups and warning fixes.
482 * FIX: Make quota support work on FreeBSD.
483
484 Changes in 1.5.0
485 ================
486
487 * FIX: Compilation on Tru64 systems was broken, since libtool's acinclude.m4
488        file on the packagers system did not contain the necessary patch.
489 * FIX: On some systems, atalkd refuses to start, since it couldn't detect
490        any interfaces. This was caused by an overzealous validity check.
491
492 Changes in 1.5rc2
493 =================
494
495 * FIX: contrib/shell_utils/lp2pap.sh was erased when "make clean" was called.
496        Now we distribute lp2pap.sh.tmpl instead, and lp2pap.sh is automatically
497        generated during package build.
498 * FIX: Some platforms (notably Tru64) don't have the snprintf() call, which
499        was used in etc/afp/afp_config.c. This call was replaced by sprintf()
500        and prior bounds checking.
501
502 Changes from the 1.4b1 release:
503 ===============================
504
505 *   Fixed the maximum free/total volume size in afpd.
506
507 *   Made ~ the default volume in afpd.
508
509 *   Fixed pid file handling and changed setpgrp() to setpgid() in afpd,
510     papd, and atalkd.
511
512 *   Added code to afpd to set the Unix file time stamps with utime().
513
514 *   Fixed a bug in papd's printcap code which limited it to 15 or so
515     printers.
516
517 *   Fixed papd's handling of piped printers.
518
519 *   Fixed papd's handling of bad job names.
520
521 *   Fixed atalkd to send NBP LKUP packets from NBP port.
522
523 *   Added "sync;sync;sync" to Solaris kinstall to help with streams
524     file corruption.
525
526 *   Added nlocalrts to streams ddp.conf.  Thanks Thomas Tornblom.
527
528 *   Fixed signed extension infinite loop in Solaris module.
529
530 *   Moved all the config files to .../config.
531
532 Changes from the 1.3.3 release:
533 ===============================
534
535 *   Added code from Sun Microsystems, Inc (OPCOM) for Solaris support.
536     See COPYRIGHT.
537
538 *   Added support for FreeBSD, mostly changes by Mark Dawson and Julian
539     Elischer.
540
541 *   All sorts of other stuff.
542
543 Changes from the 1.3.1 release:
544 ===============================
545
546 *   Added options to psf's filter names to support accounting on HPs.
547     !!! NOTE:  The location of the filters has changed, see the man
548     page for where.
549
550 *   Added code from Alan Cox to support Linux.
551
552 *   Rewrote papd.  Now handles dropped connections better.
553     Configuration has been modernized.  !!! NOTE: The format of the
554     configuration file has changed, but NOT THE NAME.
555
556 *   Added Kerberos support to papd.
557
558 *   atalkd now removes routes on a SIGTERM.  Still can't just restart
559     it, but it's closer.
560
561 *   Changed atalkd and the kernel driver to remove a hack added to
562     support sending to 0.255.  Now the kernel will allow multiple open
563     sockets with the same port, so long as the addess associated with
564     the port is different.  atalkd now opens a socket for each port on
565     each interface.
566
567 *   atalkd now rewrites its configuration file.  If no configuration
568     file is given, one will be generated.  Permissions on the new
569     configuration file will be inherited from the old one.  If there is
570     no old one, permissions default to 644.  Won't rewrite the file if
571     the owner doesn't have write permission.
572
573 *   Removed support for the "AFS Kerberos UAM", in favor of the
574     "AuthMan UAM".  Kerberos support should now be much more
575     straight-forward.
576
577 *   Fixed a bug in afpd which would cause incorrect group calculations
578     on ultrix machines.
579
580 *   Fixed a bug in afpd which causes SimpleText and some other
581     applications to silently fail to write.  There's also a bug in
582     MacOS, but we can't fix that.
583
584 *   Fixed a bad interaction with afpd and AFS which would cause file
585     writes to not propogate between AFS clients.
586
587 *   !!! CHANGED the name(s) of afpd's config files.  The new files are
588     AppleVolumes.system and AppleVolumes.default.  If AppleVolumes.system
589     exists, it is always read, AppleVolumes.default is only read if the
590     user has no AppleVolumes file.  Included a flag "-u" to indicate
591     which file has precedence.  "-u" user wins, otherwise ".system"
592     wins.
593
594 *   Rewrote the AppleVolumes parsing code.  Now works.
595
596 *   Added a filename extension mapping to afpd.  User always takes
597     precedence, regardless of the "-u" flag.  Code to change the type
598     of all Unix files contributed by Kee Hinckley <nazgul@utopia.com>.
599
600 *   afpd now supports both UFS and AFS volumes simultaneously.  It also
601     uses access() to attempt to calculate reasonable Mac permissions
602     for AFS directories.
603
604 *   Changed reporting of file times.  Files that are written from Unix
605     now update the Mac's idea of the files modification time.  Unix
606     mtime is now reported instead of ctime.
607
608 *   Added support for a new UAM to afpd.  This requires that client
609     Macs have MacTCP and AuthMan installed.  Should make running afpd
610     for AFS easier.
611
612 *   Removed code so that otherwise valid volumes for which the mounting
613     user has no permission will appear in the volume selection dialog
614     on the Mac gray-ed out.
615
616 *   Added code from Chris Metcalf of MIT to the AppleDouble library
617     which improves permission inheritance.
618
619 *   Added code from G. Paul Ziemba of Alantec, Inc to better report
620     errors in psf.  Also changed psf to use syslog for errors that
621     users aren't interested in.
622
623 *   Added information to psf's man page to better explain the
624     interaction between psf, pap, and lpd.
625
626 *   Make psf/pap/psa do accounting when it's turnes on in
627     /etc/printcap.
628
629 *   Changed pap's error message when there is no printer specified on
630     the command line and no .paprc is found.  Also heavily modified
631     pap's man page to reflect changes in the "new" version of pap,
632     including moving it from section 8 to section 1.
633
634 *   Fixed a byte-order bug in pap's sequence numbers.  Doubt if pap has
635     ever worked right on little endian machines!
636
637 *   Added a flag to pap to optionally close before receiving EOF from
638     the printer.  Off by default.  psf calls pap with this option on.
639
640 *   Added timeouts to the nbp library calls.  This means that processes
641     won't hang when atalkd dies during boot, thus hanging your
642     machine.
643
644 Changes from the 1.3 release:
645 =============================
646
647 *   Fixed a bug in afpd which would cause APPL mappings to contain both
648     mac and unix path names.  The fixed code will handle the old
649     (corrupted) database.
650
651 *   Fixed a *very* serious bug which would cause files to be corrupted
652     when copying to afpd.
653
654 *   Fixed a bug in afpd which would cause replies to icon writes to
655     contain the written icon.
656
657 *   Filled in the function code switch in afpd.  Previously, a hacker
658     could probably have used afpd to get unauthorized access to a
659     machine running afpd.
660
661 *   Fixed a bug in the asp portion of libatalk.a which could cause the
662     malloc()/free() database to be corrupted.
663
664 *   Fixed a bug in atalkd's zip query code.  With this bug, only the
665     first N % 255 nets get queried.  However, since nets bigger than
666     255 are usually pretty unstable, the unqueried for nets will
667     eventually get done, when N drops by one.
668
669 *   Suppressed a spurious error ("route: No such process") in atalkd.
670
671 Changes from the 1.2.1 release:
672 ===============================
673
674 *   atalkd is completely rewritten for phase 2 support.  atalkd.conf
675     from previous version will not work!
676
677 *   afpd now has better AFS support.  In particular, the configuration
678     for AFS was made much easier; a number of Kerberos-related
679     byte-ordering and time problems were found; clear-text passwords
680     were added (thanks to geeb@umich.edu).
681
682 *   afpd now handles Unix permissions much better (thanks to
683     metcalf@mit.edu).
684
685 *   There are many, many more changes, but most are small bug fixes.
686
687 Changes from the 1.2 release:
688 =============================
689
690 *   The Sun support now uses loadable kernel modules (a la VDDRV)
691     instead of binary patches. As such, it should work on any sunos
692     greater than 4.1, and is confirmed to work under 4.1.1 and 4.1.2.
693
694 *   The DEC support no longer requires source. It also runs under
695     ultrix 4.1 and 4.2. It still requires patching your kernel, but the
696     patches are limited to those files available to binary-only sites
697     -- primarily hooks for things like netatalk.
698
699 *   The etc.rc script now uses changes made to nbprgstr (see below).
700
701 *   aecho now takes machine names on the command line.
702
703 *   nbplkup now takes a command line argument specifying the number of
704     responses to accept. It also takes its defaults from the NBPLKUP
705     environment variable.
706
707 *   nbprgstr may be used to register a name at any requested port.
708
709 *   afpd now logs if an illegal shell is used during login, instead of
710     silently denying service.
711
712 *   A bug in afpd which caused position information for the directory
713     children of the root of a volume to be ignored has been fixed.
714
715 *   Several typos in afpd which would cause include files necessary to
716     ultrix to be skipped have been fixed.
717
718 *   atalkd will no long propagate routes to networks whose zone
719     it doesn't know.
720
721 *   atalkd no longer dumps core if it receives a ZIP GetMyZone request
722     from a network whose zone it doesn't know. (Since this currently
723     can only happen from off net, it's not precisely a legal request.)
724
725 *   pap and papd (optionally) no longer check the connection id in PAP
726     DATA responses. Both also maintain the function code in non-first-packet
727     PAP DATA responses.  These changes are work-arounds to deal with
728     certain AppleTalk printer cards, notably the BridgePort LocalTalk
729     card for HP LJIIISIs.
730
731 *   pap no longer sends an EOF response to each PAP SENDDATA request,
732     only the first.
733
734 *   A bug in papd which would cause it to return a random value when
735     printing the procset to a piped printer has been fixed.
736
737 *   A bug relating to NBP on reverse-endian machines has been fixed.
738
739 *   atp_rsel() from libatalk now returns a correct value even if it
740     hasn't recieved anything yet.
741
742 *   atalk_addr() from libatalk no longer accepts addresses in octal
743     format, since AppleTalk addresses can have leading zeros. Also it
744     checks that the separator character is a '.'.
745
746 *   Pseudo man pages for nbplkup, nbprgstr, and nbpunrgstr, have been
747     added.
748
749 *   The example in the psf(8) man page is now correct.
750
751 *   The man pages for changed commands have been updated.
752
753 *   The README files for various machine have been updated
754     appropriately.