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