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