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