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