]> arthur.barton.de Git - netatalk.git/blob - NEWS
Convert passwords from legacy encoding (wire format) to host encoding
[netatalk.git] / NEWS
1 Changes in 2.2.2
2 ================
3
4 * NEW: afpd: New option "adminauthuser". Specifying eg "-adminauthuser root"
5        whenever a normal user login fails, afpd tries to authenticate as
6        the specified adminauthuser. If this succeeds, a normal session is created
7        for the original connecting user. Said differently: if you know the
8        password of adminauthuser, you can authenticate as any other user.
9 * UPD: afpd: Enhanced POSIX ACL mapping semantics, from Laura Mueller
10 * UPD: afpd: Reset options every time a :DEFAULT: line is found in a
11        AppleVolumes file
12 * UPD: afpd: Convert passwords from legacy encoding (wire format) to host
13        encoding
14 * FIX: afpd: ACL access checking
15 * FIX: afpd: Fix an error when duplicating files that lacked an AppleDouble file
16        which lead to a possible Finder crash
17 * FIX: afpd: Read-only filesystems lead to afpd processes running as root
18 * FIX: afpd: Fix for filesystem without NFSv4 ACL support on Solaris
19 * FIX: afpd: Fix catsearch bug, NetAFP Bug ID #12
20 * FIX: afpd: Fix dircache bug, NetAFP Bug ID #13
21 * FIX: dbd: Better checking for duplicated or bogus CNIDs from AppleDouble files
22 * FIX: Fix compilation error when AppleTalk support is disabled
23 * FIX: Portability fixes
24
25 Changes in 2.2.1
26 ================
27
28 * NEW: afpd: disable continous service feature by default, new option
29        -keepsessions to enable it
30 * NEW: configure option "--enable-redhat-systemd" for Fedora15 and later.
31        "--enable-redhat" is renamed "--enable-redhat-sysv".
32 * UPD: afpd: Enhance ACL support detection for volumes: enable them per volume
33        if
34        1) ACL support compiled in, 2) the volume supports ACLs, 3) the new
35        volume option "noacls" is not set for the volume.
36        The previous behaviour was to enable ACL support for a volume if
37        1) it was compiled in and 2) the volume supported ACLs. There was no way
38        to disable ACLs for a volume.
39 * UPD: afpd: add a configurable hold time option to FCE file modification event
40        generation, default is 60 s, new option "fceholdfmod" to change it
41 * UPD: afpd: add support for new NetBSD quota subsystem, Bug ID 3249879
42 * FIX: afpd: increase BerkeleyDB locks and lockobjs
43 * FIX: afpd: create special folder as root
44 * FIX: afpd: fix compilation error if --enable-ddp is used
45 * FIX: afpd: More robust IPC reconnect error handling
46 * FIX: afpd: ACL access checking
47 * FIX: afpd: fix a possible race condition between SIGCHLD handler and
48        new connection attempts
49 * FIX: afpd: fix undefined behaviour when more then ~510 connetions where
50        established
51 * FIX: afpd: fix a crash when searching for a UUID that is not a special
52        local UUID and LDAP support is not compiled in
53 * FIX: afpd: .volinfo file not created on first volume access if user in rolist
54 * FIX: afpd: possible crash at startup when registering with Avahi
55        when Avahi is not running
56 * FIX: afpd: return correct user/group type when mapping UUIDs to names
57 * FIX: afpd: for directories add DARWIN_ACE_DELETE ACE
58        if DARWIN_ACE_ADD_SUBDIRECTORY is set
59 * FIX: afpd: afpd crashed when it failed to register with Avahi because eg
60        user service registration is disabled in the Avahi config
61 * FIX: dbd: function checking and removing malformed ad:ea header files failed
62        to chdir back to the original working directory
63 * FIX: cnid_dbd: increase BerkeleyDB locks and lockobjs
64 * FIX: cnid_dbd: implement -d option, deletes CNID db
65 * FIX: dbd: better detection of local (or SMB/NFS) modifications on AFP volumes
66 * FIX: suse: initscript return better status
67 * FIX: Sourcecode distribution: add missing headers
68 * FIX: Solaris 10: missing dirfd replacement function
69 * FIX: case-conversion of surrogate pair
70 * FIX: Compilation error on GNU/kFreeBSD, fixes Bug ID 3392794 and
71        Debian #630349
72 * FIX: Fix Debian Bug#637025
73 * FIX: Multiple *BSD compilation compatibility fixes, Bug ID 3380785
74 * FIX: precompose_w() failed if tail character is decomposed surrogate pair
75
76 Changes in 2.2.0
77 ==============
78
79 * NEW: afpd: new volume option "nonetids"
80 * NEW: afpd: ACL access check caching
81 * NEW: afpd: FCE event notifications
82 * NEW: afpd: new option "-mimicmodel" for specifying Bonjour model registration
83 * UPD: Support for Berkeley DB 5.1
84 * UPD: case-conversion is based on Unicode 6.0.0
85 * UPD: cnid_metad: allow up to 4096 volumes
86 * UPD: afpd: only forward SIGTERM and SIGUSR1 from parent to childs
87 * UPD: afpd: use internal function instead of popening du -sh in order to
88        calculate the used size of a volume for option "volsizelimit"
89 * UPD: afpd: Add negative UUID caching, enhance local UUID handling
90 * FIX: afpd: configuration reload with SIGHUP
91 * FIX: afpd: crashes in the dircache
92 * FIX: afpd: Correct afp logout vs dsi eof behaviour
93 * FIX: afpd: new catsearch was broken
94 * FIX: afpd: only use volume UUIDs in master afpd
95 * FIX: dbd: Multiple fixes, reliable locking
96 * FIX: ad file suite: fix an error that resulted in CNID database
97        inconsistencies
98
99 Changes in 2.2beta4
100 ===================
101
102 * NEW: afpd: new afpd.conf options "tcprcvbuf" and "tcpsndbuf" to customize
103        the corresponding TCP socket options.
104 * NEW: afpd: new afpd.conf option "nozeroconf" which disabled automatic
105        Zeroconf service registration.
106 * FIX: afpd: generate mersenne primes for DHX2 UAM once at startup,
107        not for every login
108 * FIX: afpd: DSI streaming deadlock
109 * FIX: afpd: extended sleep
110 * FIX: afpd: directory cache
111 * FIX: Support for platforms that do not have the *at functions
112 * UPD: afpd: put POSIX write lock on volume files while reading them
113
114 Changes in 2.2beta3
115 ===================
116
117 * FIX: afpd: fix option volsizelimit to return a usefull value for the
118        volume free space using `du -sh` with popen
119 * FIX: afpd: fix idle connection disconnects
120 * FIX: afpd: don't disconnect sessions for clients if boottimes don't match
121 * FIX: afpd: better handling of very long filenames that contain many
122        multibyte UTF-8 glyphs
123
124 Changes in 2.2beta2
125 ====================
126
127 * NEW: afpd: AFP 3.3
128 * UPD: afpd: AFP 3.x can't be disabled
129
130 Changes in 2.2beta1
131 ====================
132
133 * FIX: composition of Surrogate Pair
134 * UPD: gentoo,suse,cobalt,tru64: inistscript name is "netatalk", not "atalk"
135 * UPD: gentoo: rc-update install don't hook in the Makefile
136
137 Changes in 2.2alpha5
138 ====================
139
140 * UPD: afpd: new option "searchdb" which enables fast catalog searches
141        using the CNID db.
142 * UPD: Case-insensitive fast search with the CNID db
143 * UPD: cnid_dbd: afpd now passes the volume path, not the db path when
144        connecting for a volume. cnid_dbd will read the
145        ".AppleDesktop/.volinfo" file of the volume in order to figure
146        out the CNID db path and the volume charset encoding.
147
148 Changes in 2.2alpha4
149 ====================
150
151 * NEW: Enhanced CNID "dbd" database for fast name search support.
152        Important: this makes cnidscheme "cdb" incompatible with "dbd".
153 * NEW: afpd: support for fast catalog searches
154 * NEW: ad utility: ad find
155 * UPD: afpd: CNID database versioning check for "cdb" scheme
156 * UPD: cnid_dbd: CNID database versioning and upgrading. Additional
157        CNID database index for fast name searches.
158
159 Changes in 2.2alpha3
160 ====================
161
162 * FIX: afpd: various fixes
163 * FIX: Any daemon did not run if atalkd doesn't exist (redhat/debian)
164
165 Changes in 2.2alpha2
166 ====================
167
168 * FIX: afpd: fix compilation error when ACL support is not available
169 * FIX: Ensure Appletalk manpages and config files are distributed
170
171 Changes in 2.2alpha1
172 ====================
173
174 * NEW: ad utility: ad cp
175 * NEW: ad utility: ad rm
176 * NEW: ad utility: ad mv
177 * NEW: afpd: dynamic directoy and CNID cache (new config option -dircachesize)
178 * NEW: afpd: POSIX 1e ACL support
179 * NEW: afpd: automagic Zeroconf registration with avahi, registering both
180        the service _afpovertcp._tcp and TimeMachine volumes with _adisk._tcp.
181 * UPD: afpd: ACLs usable (though not visible on the client side) without common
182        directory service, by mapping ACLs to UARight
183 * UPD: afpd: performance improvements for ACL access calculations
184 * UPD: AppleTalk is disabled by default at configuration time. If needed
185        use configure switch --enable-ddp.
186 * FIX: afpd: Solaris 10 compatibilty fix: don't use SO_SNDTIMEO/SO_RCVTIMEO,
187        use non-blocking IO and select instead.
188 * FIX: cnid_dbd: Solaris 10 compatibilty fix: don't use SO_SNDTIMEO/SO_RCVTIMEO,
189        use non-blocking IO and select instead.
190 * REM: afile/achfile/apple_cp/apple_mv/apple_rm: use ad
191
192 Changes in 2.1.6
193 ================
194
195 * FIX: afpd: Fix for LDAP user cache corruption
196 * FIX: afpd: Fix for not shown ACLs for when filesyem uid or gid
197        couldn't be resolved because (eg deleted users/groups)
198 * FIX: gentoo: cannot set $CNID_CONFIG
199 * FIX: ubuntu: servername was empty
200 * FIX: Solaris: configure script failed to enable DDP module
201 * FIX: AppleDouble buffer overrun by extremely long filename
202 * UPD: afpd: return version info with machine type in DSIGetStatus
203 * UPD: dbd: use on-disk temporary rebuild db instead of in-memory db
204 * UPD: suse: initscript update
205
206 Changes in 2.1.5
207 ================
208
209 * UPD: afpd: support newlines in -loginmesg with \n escaping syntax
210 * UPD: afpd: support for changed chmod semantics on ZFS with ACLs
211        in onnv145+
212 * FIX: afpd: fix leaking ressource when moving objects on the server
213 * FIX: afpd: backport Solaris 10 compatibilty fix from 2.2: don't use
214        SO_SNDTIMEO/SO_RCVTIMEO, use non-blocking IO and select instead.
215 * FIX: afpd: misaligned memory access on Sparc in ad_setattr, fixes
216        bug 3110004.
217 * FIX: cnid_dbd: backport Solaris 10 compatibilty fix from 2.2: don't
218        use SO_SNDTIMEO/SO_RCVTIMEO, use non-blocking IO and select instead.
219
220 Changes in 2.1.4
221 ================
222
223 * FIX: afpd: Downstream fix for FreeBSD PR 148022
224 * FIX: afpd: Fixes for bugs 3074077 and 3074078
225 * FIX: afpd: Better handling of symlinks in combination with ACLs and EAs.
226        Fixes bug 3074076.
227 * FIX: dbd: Adding a file with the CNID from it's adouble file did
228        not work in case that CNID was already occupied in the database
229 * FIX: macusers: add support for Solaris
230 * NEW: cnid_metad: use a PID lockfile
231 * NEW: afpd: prevent log flooding
232 * UPD: dbd: ignore ".zfs" snapshot directories
233 * UPD: dbd: support interrupting -re mode
234
235 Changes in 2.1.3
236 ================
237
238 * FIX: afpd: fix a serious error in networking IO code
239 * FIX: afpd: Solaris 10 compatibilty fix: don't use SO_SNDTIMEO, use
240        non-blocking IO and select instead for writing/sending data.
241 * UPD: Support for BerkeleyDB 5.0.
242
243 Changes in 2.1.2
244 ================
245
246 * FIX: afpd: fix for possible crash in case more then one server is
247        configured in afpd.conf.
248 * FIX: afpd: ExtendedAttributes in FreeBSD
249 * FIX: afpd: sharing home folders corrupted the per volume umask.
250 * UPD: afpd: umask for home folders is no longer taken from startup umask.
251 * UPD: afpd: dont and permissions with parent folder when creating new
252        directories on "upriv" volumes.
253 * UPD: afpd: use 'afpserver@fqdn' instead of 'afpserver/fqdn@realm'.
254        Prevents a crash in older GNU GSSAPI libs on eg. CentOS 5.x.
255  
256 Changes in 2.1.1
257 ================
258
259 * UPD: fallback to a temporary in memory tdb CNID database if the volume
260        database can't be opened now works with the default backend "dbd" too.
261 * FIX: afpd: afp_ldap.conf was missing from tarball. This only effected
262        [Open]Solaris.
263 * FIX: afpd: Check if options->server is set in set_signature, preventing
264        SIGSEGV.
265 * FIX: afpd: server signature wasn't initialized in some cases
266 * FIX: DESTDIR support: DESTDIR was expanded twice
267 * FIX: Fix for compilation error if header files of an older Netatalk
268        version are installed.
269
270 Changes in 2.1-release
271 ======================
272
273 * NEW: afpd: new volume option "volsizelimit" for limitting reported volume
274        size. Useful for limitting TM backup size.
275 * UPD: dbd: -c option for rebuilding volumes which prevents the creation
276        of .AppleDouble stuff, only removes orphaned files.
277
278 Changes in 2.1-beta2
279 ====================
280
281 * NEW: afpd: static generated AFP signature stored in afp_signature.conf,
282        cf man 5 afp_signature.conf
283 * NEW: afpd: clustering support: new per volume option "cnidserver".
284 * UPD: afpd: set volume defaults options "upriv" and "usedots" in the
285        volume config file AppleVolumes.default. This will only affect
286        new installations, but not upgrades.
287 * FIX: afpd: prevent security attack guessing valid server accounts. afpd
288        now returns error -5023 for unknown users, as does AppleFileServer.
289
290 Changes in 2.1-beta1
291 ====================
292
293 * NEW: afpd: AFP 3.2 support
294 * NEW: afpd: Extended Attributes support using native attributes or
295        using files inside .AppleDouble directories.
296 * NEW: afpd: ACL support with ZFS
297 * NEW: cnid_metad: options -l and -f to configure logging
298 * NEW: IPv6 support
299 * NEW: AppleDouble compatible UNIX files utility suite `ad ...`.
300        With 2.1 only `ad ls`.
301 * NEW: CNID database maintanance utility dbd
302 * NEW: support BerkeleyDB upgrade. Starting with the next release
303        after 2.1 in case of BerkeleyDB library updates, Netatalk
304        will be able to upgrade the CNID databases.
305 * NEW: afpd: store and read CNIDs to/from AppleDouble files by default.
306        This is used as a cache and as a backup in case the database
307        is deleted or corrupted. It can be disabled with a new volume
308        option "nocnidcache".
309 * NEW: afpd: sending SIGINT to a child afpd process enables debug logging
310        to /tmp/afpd.PID.XXXXXX.
311 * NEW: configure args to download and install a "private" Webmin instance
312        including only basic Webmin modules plus our netatalk.wbm.
313 * NEW: fallback to a temporary in memory tdb CNID database if the volume
314        database can't be opened.
315 * NEW: support for Unicode characters in the range above U+010000 using
316        internal surrogate pairs
317 * NEW: apple_dump: utility to dump AppleSingle and AppleDouble files
318 * NEW: afpldaptest: utility to check afp_ldap.conf.
319 * UPD: atalkd and papd are now disabled by default. AppleTalk is legacy.
320 * UPD: slp advertisement is now disabled by default. server option -slp
321        SRVLOC is legacy.
322 * UPD: cdb/dbd CNID backend requires BerkeleyDB >= 4.6
323 * UPD: afpd: default CNID backend is "dbd"
324 * UPD: afpd: try to install PAM config that pulls in system|common auth
325 * UPD: afpd: symlink handling: never followed server side, client resolves
326        them, so it's safe to use them now.
327 * UPD: afpd: Comment out all extension->type/creator mappings in
328        AppleVolumes.system. They're unmaintained, possibly wrong and
329        do not fit for OS X.
330 * FIX: rewritten logger
331 * FIX: afpd: UNIX permissions handling
332 * FIX: cnid_dbd: always use BerkeleyDB transactions
333 * FIX: initscripts installation now correctly uses autoconf paths,
334        ie they're installed to --sysconfdir.
335 * FIX: UTF-8 volume name length
336 * FIX: atalkd: workaround for broken Linux 2.6 AT kernel module:
337        Linux 2.6 sends broadcast queries to the first available socket
338        which is in our case the last configured one. atalkd now tries to
339        find the right one.
340        Note: now a misconfigured or plugged router can broadcast a wrong route !
341 * REM: afpd: removed CNID backends "db3", "hash" and "mtab"
342 * REM: cnid_maint: use dbd
343 * REM: cleanappledouble.pl: use dbd
344 * REM: nu: use `macusers` instead
345
346 Changes in 2.0.5
347 ================
348
349 * NEW: afpd: Time Machine support with new volume option "tm".
350 * FIX: papd: Remove variable expansion for BSD printers. Fixes CVE-2008-5718.
351 * FIX: afpd: .AppleDxxx folders were user accessible if option 'usedots'
352        was set 
353 * FIX: afpd: vetoed files/dirs where still accessible
354 * FIX: afpd: cnid_resolve: don't return '..' as a valid name.
355 * FIX: uniconv: -d option wasn't working
356
357 Changes in 2.0.4
358 ================
359
360 * REM: remove timeout 
361 * NEW: afpd: DHX2 uams using GNU libgcrypt.
362 * NEW: afpd: volume options 'illegalseq', 'perm' and 'invisibledots'
363        'ilegalseq'  encode illegal sequence in filename asis, ex "\217-", which is not 
364        a valid SHIFT-JIS char, is encoded  as U\217 -.
365        'perm' value OR with the client requested permissions. (help with OSX 10.5
366        strange permissions).
367        Make dot files visible by default with 'usedots', use 'invisibledots' 
368        for keeping the old behavior, ie for OS9 (OSX hide dot files on its
369        own).
370 * NEW: afpd: volume options allow_hosts/denied hosts
371 * NEW: afpd: volume options dperm/fperm default directory and file
372        permissions or with server requests.
373 * NEW: afpd: afpd.conf, allow line continuation with \ 
374 * NEW: afpd: AppleVolumes.default allow line continuation with \
375 * NEW: afpd: Mac greek encoding.
376 * NEW: afpd: CJK encoding.
377 * UPD: afpd: Default UAMs: DHX + DHX2
378 * FIX: afpd: return the right error in createfile and copyfile if the disk
379        is full.
380 * FIX: afpd: resolveid return the same error code than OSX if it's a directory
381 * FIX: afpd: server name check, test for the whole loopback subnet 
382        not only 127.0.0.1.
383 * UPD: afpd: limit comments size to 128 bytes, (workaround for Adobe CS2 bug).
384 * UPD: afpd: no more daemon icon.
385 * UPD: usedots, return an invalide name only for .Applexxx files used by netatalk not
386        all files starting with .apple.
387 * UPD: cnid: increase the number of cnid_dbd slots to 512.
388 * FIX: cnid: dbd detach the daemon from the control terminal.
389 * UPD: cnid: never ending Berkeley API changes...
390 * UPD: cnid: dbd add a timeout when reading data from afpd client.
391 * UPD: cnid: Don't wait five second after the first error when speaking to the dbd
392        backend.
393 * FIX: papd: vars use % not $
394 * FIX: papd: quote chars in popen variables expansion. security fix.
395 * FIX: papd: papd -d didn't write to stderr.
396 * FIX: papd: ps comments don't always use ()
397 * FIX: many compilation errors (solaris, AFS, Tru64, xfs quota...).
398
399 Changes in 2.0.3
400 ================
401
402 * NEW: afpd: add a cachecnid option that controls if afpd should 
403        use the IDs stored in the AD2 files as cache. Defaults
404        to off.
405 * UPD: afpd: deal with more than 32 groups.
406 * FIX: afpd: several catsearch fixes, based on patch from
407        TSUBAKIMOTO Hiroya.
408 * FIX: afpd: fix a race when a client very quickly reconnects and 
409        tries to kill its old session.
410 * FIX: afpd: OSX style symlink caused problems with Panther clients.
411 * FIX: afpd: old files with default type didn't show the right icon
412        in finder, from Shlomi Yaakobovich, slightly modified.
413 * FIX: cnid_check: disable cnid_check if CNID db was configured with
414        transactions and really bail out after the first error.
415 * FIX: admin-group configure option was broken.
416 * FIX: several problems with IDs cached in AD2 files.
417 * FIX: Ignore BIDI in UTF8 hints from OSX.
418 * FIX: Lots of gcc warning fixes.
419 * FIX: small configure script changes.
420
421
422 Changes in 2.0.2
423 ================
424
425 * NEW: cnid: Add an indexes check and rebuild, optional for dbd 
426        (parameter check default no), standalone program cnid_index for
427        cdb.
428 * UPD: Enhanced afpd's -v command line switch and added -V for more 
429        verbose information
430 * UPD: uams_gss: build the principal used by uams_gss.so from afpd's
431        configuration, don't use GSS_C_NT_HOSTBASED_SERVICE
432 * UPD: cnid_dbd: add process id in syslog and small clean up
433 * REM: remove netatalkshorternamelinks.pl cf. SF bug [ 1061396 ]
434        netatalkshorternamelinks.pl broken
435 * FIX: afpd: check for DenyRead on FPCopyFile
436 * FIX: afpd: add missing flush for AD2 Metadata on FPCopyFile, SF bug 
437        [ 1055691 ] Word 98 OS 9 Saving an existing file
438 * FIX: afpd: Deal with AFP3 connection and type 2 (non-UTF8) names.
439        reported by Gair Heaton, HI RESOLUTION SYSTEMS
440 * FIX: afpd: Broken 'crlf' option
441 * FIX: afpd: fix SF bug [ 1079622 ] afpd/dhx memory bug, 
442        by Ralf Schuchardt
443 * FIX: afpd: Return an error if we cannot get the db stamp in 
444        afp_openvol.
445 * FIX: afpd: Fix slp registration with Solaris9 slpd, from
446        hat at fa2.so-net.ne.jp
447         
448
449 Changes in 2.0.1
450 ================
451
452 * NEW: --enable-debian configure option. Will install /etc/init.d/atalk
453        to get not in conflict with standard debian /etc/init.d/netatalk.
454        Reads netatalk.conf from $ETCDIR and not from /etc/default/
455 * UPD: Disable logger code by default. Log to syslog instead
456 * UPD: changed netatalk.conf default settings to prevent problems with
457        AppleTalk zone names containing spaces
458 * FIX: insecure tempfile handling bug in etc2ps.sh,
459        found by Trustix, CAN-2004-0974.
460 * REM: remove add_netatalk_printer and netatalk.template from stable 
461        branch until fixed. (possible symlink vulnerabilities)
462 * FIX: afpd: set hasBeenInited in default finder info. This bug caused 
463        endless finder refreshes with OS9 finder if the noadouble option 
464        was used. From TSUBAKIMOTO Hiroya.
465 * FIX: afpd: fix a bug in default CREATOR/TYPE handling. Due to this bug 
466        the type/creator mappings in AppleVolumes.system were ignored, 
467        causing problems i.e. with OS9 clients.
468 * FIX: AppleVolumes.system: By default don't define a CREATOR/TYPE for a
469        file of unknown type.
470 * FIX: fix two Tru64 UNIX compilation errors, 
471        from Burkhard Schmidt bs AT cpfs.mpg.de
472 * FIX: afpd: FPMapId wasn't using UTF8 for groups if requested by client.       
473
474 Changes in 2.0.0
475 ================
476
477 * UPD: afpd: add an error message if -ipaddr parameter cannot be parsed
478 * UPD: updated documentation
479 * FIX: afpd: fix a file descriptor and memory leak with OSX ._ resource fork
480 * FIX: afpd: Prevent overwriting a file by renaming a file in the same 
481        directory to the same name. Won't work with OSX, the dest file gets 
482        deleted by OSX first.
483 * FIX: sometimes '0' was used instead of 0 for creator/type
484 * FIX: removed setpgrp check from configure, we don't use it anymore and
485        it doesn't work with cross compile.
486 * FIX: fix for Solaris "make maintainer-clean", from Alexander Barton
487 * FIX: fix username matching bug in afppasswd. from kanai at nadmin dot org
488 * FIX: reworked username check a little. Depending on the UAM, the wrong
489        username _could_ have been selected.
490
491 Changes in 2.0-rc2
492 ==================
493
494 * UPD: use 0 0 for default creator/type rather than UNIX TEXT, from
495        Shlomi Yaakobovich.
496 * UPD: updated documentation
497 * UPD: change machine type from Macintosh to Netatalk in status reply
498 * FIX: afpd: CopyFile only create a resource fork for destination if source
499        has one.
500 * FIX: afpd: mangling: for utf8 --> max filename length is 255 bytes, else 31.
501 * FIX: cnid_dbd: fix a signed/unsigned, 16/32 bits mismatch. from Burkhard
502        Schmidt, bs at cpfs.mpg.de.
503 * FIX: afpd: After ad_setid don't flush resource fork if it has not been
504        modified.
505 * FIX: NEWS: Fixed ancient NEWS entries. Removed umlauts
506 * FIX: fix macname cache, SF bug 1021642
507 * FIX: revert Makefile change from 2.0-rc1. We have to include BDB_CFLAGS
508        after CFLAGS
509
510 Changes in 2.0-rc1
511 ==================
512
513 * NEW: new manual page for asip-status.pl
514 * UPD: updated documentation
515 * UPD: uams: link uam_dhx_passwd.so to lcrypt before lcrypto. might help with
516        MD5 passwords
517 * UPD: Improved BerkeleyDB detection
518 * UPD: sys/solaris/Makefile.in: enable 'make check', from Alexander Barton
519 * UPD: tcp wrappers detection should work on OpenBSD as well now
520 * UPD: macbin: increase the maximum size of macbinary forks, as suggested by 
521        Sourceforge bug ID 829221
522 * UPD: ASP: rework getstatus. use several ASP packets if the client allows
523        it, otherwise just send as much as we can
524 * FIX: FreeBSD 5 build, from Alex Barton (alex at barton.de)
525 * FIX: OSX 10.3 build
526 * FIX: papd: workaround a problem with PJL before Postscript
527 * FIX: afpd: make sure we only disconnect on old session if the users match
528 * FIX: apfd: Quark6 mangled long filenames should work better now
529 * FIX: enhance ADv1 to ADv2 conversion. Fixed a SIGSEGV reported by Mark Baker
530 * FIX: better detection of invalid resource forks
531 * FIX: fix some linking problems on OpenBSD
532 * FIX: afpd: catsearch.c, filedir.c: fix bogus casts, from Olaf Hering 
533        (olh at suse.de)
534 * FIX: afpd: don't try to create special folders and .volinfo on read-only
535        volumes
536 * FIX: iconv/unicode enhancements. fixed a sigsegv on conversion error
537 * FIX: configure.in: fix a typo, reported by Joerg Rossdeutscher
538 * FIX: uniconv: enhanced uniconv behaviour
539 * FIX: fixed some Solaris compilation problems
540 * FIX: papd/Makefile.am: add a missing $DESTDIR, from Vlad Agranovsky
541 * FIX: afpd: quota.c: remove a c99 declaration, from Yann Rouillard
542 * FIX: configure.in: Solaris/gcc 3.0 fix, from Yann Rouillard
543 * FIX: afpd: fix a SIGSEGV when sharing home dirs without any options in 
544        AppleVolumes.
545 * FIX: numerous small bugfixes
546
547 Changes in 2.0-beta2
548 ====================
549
550 * NEW: atalkd, papd and npb tools now support nbpnames with extended
551        characters
552 * NEW: integrated CUPS support for papd
553 * NEW: optionally advertise SSH tunneling capabilties
554 * NEW: automatic logfile removal for cnid_metad
555 * NEW: asip-status.pl has been added to netatalk
556 * UPD: updated documentation
557 * UPD: we now require Berkeley DB >= 4.1
558 * UPD: 64bit Linux fixes from Stew Benedict, Mandrakesoft
559 * UPD: remove --enable-sendfile
560 * UPD: more verbose error messages
561 * FIX: better handling for resource forks without read access
562 * FIX: Tru64 build, by Burkhard Schmidt
563 * FIX: MIT Kerberos detection
564 * FIX: varios *BSD compile problems
565 * FIX: compile problem with libiconv, reported by Joe Marcus Clarke
566 * FIX: adv1tov2: make it work with the new structure
567 * FIX: afpd: filenames longer than 127 bytes were not enumerated correctly,
568        reported by Thies C. Arntzen
569 * FIX: afpd: return IP before FQDN in status reply.
570 * FIX: afpd: Mac chooser could crash on a codepage conversion error
571 * FIX: afpd: KerberosV auth with Panther clients, make long AD tickets work,
572        reported by Andrew Smith
573 * FIX: atalkd: could send invalid NBPLKUP replies, e.g with more than 15
574        printers. Reported by Almacha
575 * FIX: papd: fix papd.conf parsing problems with consecutive ':' and missing 
576        newline. Reported by Craig White.
577 * FIX: megatron: make megatron work with UTF-8 volumes
578 * FIX: timeout: running timeout with commands which accept arguments, 
579        from Yuval Yeret.
580 * FIX: uniconv: fix a SEGFAULT, reported by Matthew Geier
581 * FIX: pam detection: PAM_C/LDFLAGS were always empty, from Alexander Barton
582 * FIX: numerous small bugfixes.
583
584 Changes in 2.0-beta1
585 ====================
586
587 * NEW: OSX style adouble scheme
588 * NEW: japanese SHIFT_JIS codepage (iconv supplied)
589 * NEW: Solaris kernel module build integrated with configure
590 * NEW: Gentoo start scripts
591 * NEW: cnid_dbd doesn't use transactions by default
592 * FIX: afpd: the volume casefold option was broken
593 * FIX: afpd: update AD2 headers and keep owner on file exchange
594 * FIX: Solaris 9 and FreeBSD 4.9/5.2 compilation
595 * FIX: free space reported with groups quotas on Linux
596 * FIX: OS9/OS X didn't update free space
597 * FIX: finder crash if folder opened got deleted by another process
598 * FIX: randnum UAM wasn't AFP3 ready
599 * FIX: numerous small bugfixes.
600
601 Changes in 2.0-alpha2
602 =====================
603
604 * NEW: uniconv tool for converting volume encoding.
605 * NEW: afpd: Make sure getstatus doesn't return loopback address as server IP.
606 * NEW: afpd: Specify USEDOTS with MSWINDOWS implicitely.
607 * NEW: afpd: SRVLOC register with IP address instead of hostname by default,
608        if -fqdn is specified register with FQDN.  Added extended character 
609        support for SLP, non ASCII characters are escaped Added ZONE to registration.
610 * NEW: atalkd: Make atalkd set interfaces to ALLMULTI on linux by default.
611 * NEW: cnid_metad: Use DB_PRIVATE attribute for dbd backend without transaction.
612 * FIX: afpd: Partial workaround for an OSX client deadlock.
613 * FIX: afpd: Reenumerate folder if db is out of sync in resolveID.
614 * FIX: afpd: Don't modify modification date in copyfile.
615 * FIX: afpd: Variable $v substitution: always use name defined in config files.
616 * FIX: libatalk: Speed optimisation for byte locking was broken on resource fork.
617 * FIX: Solaris 9 compilation.
618 * FIX: Tru64 compilation fixes.
619 * FIX: AFS compilation fixes.
620 * FIX: strncpy bugfix.
621 * FIX: configure, man pages update and small bugfixes.
622
623 Changes in 2.0-alpha1
624 =====================
625
626 * NEW: afpd: We now support AFP 3.x, which features long filenames and 
627        large file support
628 * NEW: CNID handling completely reworked. We now use per Volume configurable
629        CNID backends.
630 * NEW: Two new daemons, cnid_metad and cnid_dbd to implement the dbd CNID backend.
631        Using Berkeley DB transactions with the CNID database should be safe now.
632 * NEW: The on disk format of the CNID database has changed. We now support 8 byte
633        device and inode numbers and an additinal type field that should make 
634        detection of file/directory changes outside of afpd more robust. 
635        Changed from HASH to BTREE access which speeds things up in certain cases 
636        and reduces database file size.
637 * NEW: Long file name mangling is now implemented using the CNID ID, so no database is 
638        required to map names to mangled names. This is the same method Mac OS X uses. 
639 * NEW: New format (version 2) for Metadata in AppleDouble files. We record device and  
640        inode of the underlying file as well as the CNID. This can be used for recovery
641        and speeds up access to the CNID.
642 * NEW: The old NLS codepage system has been removed. It was replaced by an iconv 
643        based conversion system, which provides much more flexibility.
644 * NEW: You can safely use extended characters in volume names and for SIGUSR2 messaging.
645 * NEW: The default volume encoding is UTF-8.
646 * NEW: All documentation is now generated using DocBook. New or completely reworked 
647        sections about installing, setting up and upgrading Netatalk replace various 
648        README files in the doc directory.
649 * FIX: Protect afpd better against unexpected signals during updates of the CNID
650        database with the cdb backend. This makes database corruption less likely.   
651 * FIX: All manpages have been reviewed and should now be up to date.
652 * FIX: Tons of bug fixes since 1.6.4. Please consults the CVS change log for details.
653
654 Changes in 1.6.4
655 ================
656
657 * NEW: afpd: Using the mswindows option now implicitly specifies usedots.
658   [Sam Noble]
659 * UPD: afpd.8: Updated the option documentation.
660   [Thomas Kaiser, Sebastian Rittau]
661 * FIX: configure: Removed broken --with-flock-locks option. [Bjoern Fernhomberg]
662 * FIX: libatalk: Do not log network probe (OSX 10.3). [Didier Gautheron]
663 * FIX: libatalk: Deadlock in signal handlers. [Didier]
664 * FIX: libatalk: Compilation with Linux kernel 2.6 fixed. [Sebastian, Bjoern]
665 * FIX: afpd: Solaris compile issues. [Bjoern]
666 * FIX: afpd: If connection broke in dsi_tickle the child did never die. [Bjoern]
667 * FIX: afpd: Catsearch, fixes a possible segmentation fault. [Bjoern]
668 * FIX: afpd: Compilation issues. [Olaf Hering, Sebastian]
669 * FIX: cnid: Fix compile problems on Tru64. [Burkhard Schmidt]
670 * FIX: megatron: Fixed an uninitialized variable. [Olaf]
671 * FIX: installation: Don't overwrite PAM file if --enable-overwrite configure
672        option is not set. [Sam, Ryan Cleary]
673 * FIX: installation: Fixed BSD installation. [Toru TAKAMIZU]
674 * FIX: docs: Removed ssl-dir/ssl-dirs confusion from doc/INSTALL. [Bjoern]
675
676 Changes in 1.6.3
677 ================
678
679 * UPD: afpd: Infrastructural support for an upcoming Kerberos 5 UAM.
680        [Sam Noble]
681 * UPD: uams_dhx_passwd: Better random seed in Tru64. [Burkhard Schmidt]
682 * FIX: afpd: Bug in AFP connection negotiation stage. [Sam]
683 * FIX: afpd: Catsearch, when Mac and unix name differ, search on attributes.
684 * FIX: afpd: Files could be opened for writing on read-only filesystems.
685 * FIX: afpd: Debugging using SIGUSR1 was broken. [Stefan Muenkner]
686 * FIX: afpd: Segfault after login. [Robby Griffin, Sean Bolton]
687 * FIX: psf: Correct path to etc2ps.sh.
688 * FIX: shell_utils: Don't distribute generated files.
689 * FIX: aecho: -A option didn't work. [Chris Shiels]
690 * FIX: configure: Berkeley DB path detection could be wrong. [Stefan]
691 * FIX: Automake build fixes.
692
693 Changes in 1.6.2
694 ================
695
696 * FIX: atalkd: Fixes for reading long configuration file lines. [Dan Wilga]
697 * FIX: afpd: CNID id allocation in a multiuser environment.
698 * FIX: papd: Fix PSSP support when PAM is enabled.
699 * FIX: macusers: Can now cope with IP addresses as well as host names.
700 * FIX: etc2ps.sh: Install correctly.
701
702 Changes in 1.6.1
703 ================
704
705 * UPD: Improve --enable-fhs. [Olaf Hering]
706 * UPD: Add BDB 4.1.x support.
707 * UPD: Add more documentation on CNID, as well as list which versions
708        of Berkeley DB are supported.
709 * FIX: Codepage file maccode.koi8-r is now correctly cleaned.
710 * FIX: Fix init script location on SuSE. [Olaf]
711 * FIX: Build fixes. [Olaf, Steven N. Hirsch]
712 * FIX: Various bugs when a user doesn't have access permission to a folder.
713        (Fixes an OSX kernel panic.)
714 * FIX: CNID, folders' DID handling with concurrent access or symlinks.
715        (Fixes an endless loop in afpd.)
716
717 Changes in 1.6.0
718 ================
719
720 * FIX: pap looks at the STDOUT file descriptor to see if it's connected to
721        a tty, instead of STDIN.
722
723 Changes in 1.6pre2
724 ==================
725
726 * UPD: Removed --with-catsearch option from configure and enable FPCatSearch
727        by default.
728 * UPD: The dbpath argument does now support variable substitution.
729 * FIX: Build fix for non-GNU-C compilers in libatalk/util/logger.c.
730 * FIX: Two directories with the same name but different case confused the
731        Mac Finder.
732 * FIX: The ROOT_PARENT directory could get invalidated.
733
734 Changes in 1.6pre1
735 ====================
736
737 * NEW: Long file name mangling support.
738 * NEW: Improved log file support.
739 * NEW: Server-side find capability ("FPCatSearch")
740 * NEW: Concurrent datastore (CDB) is now the default CNID datastore.  This
741        should be heavily tested in a multiuser environment.
742 * NEW: Variable substitution support has been added for the dbpath AppleVolume
743        option.
744 * UPD: CNID DID handling is now enabled by default.
745 * FIX: Various bug and build fixes as well as code cleanups.
746
747 Changes in 1.5.5
748 ================
749
750 * NEW: Allow afpd debugging to be enabled by sending the afpd process
751        a SIGUSR1.
752 * NEW: Allow SLP to be disabled per afpd process by adding a new -noslp flag
753        to afpd.conf.
754 * FIX: Use server name (if not NULL) for the SLP URL.
755 * FIX: papd: buffer overflow during config file read (Olaf Hering)
756
757 Changes in 1.5.4
758 ================
759
760 * FIX: File open read only and then read write (aka pb with Illustrator).
761 * FIX: Problems with unexpected EOF when reading files on a ddp connection
762        Photoshop, old finder.
763 * FIX: --with-nls-dir option does now work
764
765 Changes in 1.5.3
766 ================
767
768 * UPD: Extend the --disable-shell-check functionality to ignore users
769        with _no_ shell.  Also, send a log message if a user is refused login
770        based on the fact that they have no shell.
771 * UPD: Autoconf updates.
772 * UPD: Tru64 afpd authentication updates.
773 * UPD: As always: lots of minor code cleanups.
774 * FIX: Problems with Photoshop trying to open image files has been
775        corrected.
776 * FIX: Preserve special permission bits when creating or modifying
777        directories.
778 * FIX: afp_deleteid() now deletes the specified file and not the parent
779        directory.
780 * FIX: papd does now announce that it supports binary data to its clients.
781 * FIX: NetBSD ELF support.
782 * FIX: acleandir.rc is now installed in the bin directory.
783 * FIX: megatron does now compile even if compiled with -DDEBUG.
784 * FIX: Clean up some syslog messages.
785
786 Changes in 1.5.2
787 ================
788
789 * NEW: NetBSD support contributed by David Rankin and NetBSD contributors.
790        This includes a new configure option --enable-netbsd.
791 * NEW: Add the -client_polling afpd.conf flag to allow for clients to poll
792        the server every 10 seconds for open window updates.  Currently
793        this is the only way to get asynchronous directory updates.
794 * UPD: Use separate macro for AFS configure check.
795 * UPD: Some Perl scripts are now (partially) auto-generated. This improves
796        out-of-the-box usage of Netatalk.
797 * UPD: Solaris Kernel Makefile is now auto-generated. This fixes some path
798        issues, but isn't perfect, yet. Added some Solaris compatibility
799        fixes to the Kernel sources, too.
800 * UPD: CNID DB code sync'd with the current CVS version.  NOTE: Using this
801        code requires you to delete _all_ existing .AppleDB directories in
802        order to avoid database corruption!
803 * FIX: The file AppleVolumes.system contained wrong line breaks so that
804        not all file types were properly recognized.
805 * FIX: AFS compilation would fail due to a misnamed variable.
806 * FIX: SLP configure check was wrong so SLP did not compile.
807 * FIX: Fix the way quotas are handled under certain situations.
808 * FIX: Do not enable debugging code if debugging option is not set.
809 * FIX: Some problems with wrongly assigned DIDs were fixed.
810 * FIX: Various bug fixes and code cleanups.
811
812 Changes in 1.5.1
813 ================
814
815 * NEW: Added a program called cnid_didname_verify that can be used to
816        verify the consistency of the CNID database.
817 * NEW: New afpd option: -timeout. Warning: This still doesn't do what it's
818        supposed to!
819 * UPD: Code cleanups and compatibility fixes to macusers.
820 * UPD: AppleVolumes.system was cleaned up.
821 * FIX: Really fix Tru64 compilation (see last entry).
822 * FIX: Hand correct error value back to AFP client when deleting files or
823        directories fails.
824 * FIX: Leading or trailing spaces are now forbidden on volumes that have
825        the AFPVOL_MSWINDOWS flag set.
826 * FIX: Minor code cleanups and warning fixes.
827 * FIX: Make quota support work on FreeBSD.
828
829 Changes in 1.5.0
830 ================
831
832 * FIX: Compilation on Tru64 systems was broken, since libtool's acinclude.m4
833        file on the packagers system did not contain the necessary patch.
834 * FIX: On some systems, atalkd refuses to start, since it couldn't detect
835        any interfaces. This was caused by an overzealous validity check.
836
837 Changes in 1.5rc2
838 =================
839
840 * FIX: contrib/shell_utils/lp2pap.sh was erased when "make clean" was called.
841        Now we distribute lp2pap.sh.tmpl instead, and lp2pap.sh is automatically
842        generated during package build.
843 * FIX: Some platforms (notably Tru64) don't have the snprintf() call, which
844        was used in etc/afp/afp_config.c. This call was replaced by sprintf()
845        and prior bounds checking.
846
847 Changes from the 1.4b1 release:
848 ===============================
849
850 *   Fixed the maximum free/total volume size in afpd.
851
852 *   Made ~ the default volume in afpd.
853
854 *   Fixed pid file handling and changed setpgrp() to setpgid() in afpd,
855     papd, and atalkd.
856
857 *   Added code to afpd to set the Unix file time stamps with utime().
858
859 *   Fixed a bug in papd's printcap code which limited it to 15 or so
860     printers.
861
862 *   Fixed papd's handling of piped printers.
863
864 *   Fixed papd's handling of bad job names.
865
866 *   Fixed atalkd to send NBP LKUP packets from NBP port.
867
868 *   Added "sync;sync;sync" to Solaris kinstall to help with streams
869     file corruption.
870
871 *   Added nlocalrts to streams ddp.conf.  Thanks Thomas Tornblom.
872
873 *   Fixed signed extension infinite loop in Solaris module.
874
875 *   Moved all the config files to .../config.
876
877 Changes from the 1.3.3 release:
878 ===============================
879
880 *   Added code from Sun Microsystems, Inc (OPCOM) for Solaris support.
881     See COPYRIGHT.
882
883 *   Added support for FreeBSD, mostly changes by Mark Dawson and Julian
884     Elischer.
885
886 *   All sorts of other stuff.
887
888 Changes from the 1.3.1 release:
889 ===============================
890
891 *   Added options to psf's filter names to support accounting on HPs.
892     !!! NOTE:  The location of the filters has changed, see the man
893     page for where.
894
895 *   Added code from Alan Cox to support Linux.
896
897 *   Rewrote papd.  Now handles dropped connections better.
898     Configuration has been modernized.  !!! NOTE: The format of the
899     configuration file has changed, but NOT THE NAME.
900
901 *   Added Kerberos support to papd.
902
903 *   atalkd now removes routes on a SIGTERM.  Still can't just restart
904     it, but it's closer.
905
906 *   Changed atalkd and the kernel driver to remove a hack added to
907     support sending to 0.255.  Now the kernel will allow multiple open
908     sockets with the same port, so long as the addess associated with
909     the port is different.  atalkd now opens a socket for each port on
910     each interface.
911
912 *   atalkd now rewrites its configuration file.  If no configuration
913     file is given, one will be generated.  Permissions on the new
914     configuration file will be inherited from the old one.  If there is
915     no old one, permissions default to 644.  Won't rewrite the file if
916     the owner doesn't have write permission.
917
918 *   Removed support for the "AFS Kerberos UAM", in favor of the
919     "AuthMan UAM".  Kerberos support should now be much more
920     straight-forward.
921
922 *   Fixed a bug in afpd which would cause incorrect group calculations
923     on ultrix machines.
924
925 *   Fixed a bug in afpd which causes SimpleText and some other
926     applications to silently fail to write.  There's also a bug in
927     MacOS, but we can't fix that.
928
929 *   Fixed a bad interaction with afpd and AFS which would cause file
930     writes to not propogate between AFS clients.
931
932 *   !!! CHANGED the name(s) of afpd's config files.  The new files are
933     AppleVolumes.system and AppleVolumes.default.  If AppleVolumes.system
934     exists, it is always read, AppleVolumes.default is only read if the
935     user has no AppleVolumes file.  Included a flag "-u" to indicate
936     which file has precedence.  "-u" user wins, otherwise ".system"
937     wins.
938
939 *   Rewrote the AppleVolumes parsing code.  Now works.
940
941 *   Added a filename extension mapping to afpd.  User always takes
942     precedence, regardless of the "-u" flag.  Code to change the type
943     of all Unix files contributed by Kee Hinckley <nazgul@utopia.com>.
944
945 *   afpd now supports both UFS and AFS volumes simultaneously.  It also
946     uses access() to attempt to calculate reasonable Mac permissions
947     for AFS directories.
948
949 *   Changed reporting of file times.  Files that are written from Unix
950     now update the Mac's idea of the files modification time.  Unix
951     mtime is now reported instead of ctime.
952
953 *   Added support for a new UAM to afpd.  This requires that client
954     Macs have MacTCP and AuthMan installed.  Should make running afpd
955     for AFS easier.
956
957 *   Removed code so that otherwise valid volumes for which the mounting
958     user has no permission will appear in the volume selection dialog
959     on the Mac gray-ed out.
960
961 *   Added code from Chris Metcalf of MIT to the AppleDouble library
962     which improves permission inheritance.
963
964 *   Added code from G. Paul Ziemba of Alantec, Inc to better report
965     errors in psf.  Also changed psf to use syslog for errors that
966     users aren't interested in.
967
968 *   Added information to psf's man page to better explain the
969     interaction between psf, pap, and lpd.
970
971 *   Make psf/pap/psa do accounting when it's turnes on in
972     /etc/printcap.
973
974 *   Changed pap's error message when there is no printer specified on
975     the command line and no .paprc is found.  Also heavily modified
976     pap's man page to reflect changes in the "new" version of pap,
977     including moving it from section 8 to section 1.
978
979 *   Fixed a byte-order bug in pap's sequence numbers.  Doubt if pap has
980     ever worked right on little endian machines!
981
982 *   Added a flag to pap to optionally close before receiving EOF from
983     the printer.  Off by default.  psf calls pap with this option on.
984
985 *   Added timeouts to the nbp library calls.  This means that processes
986     won't hang when atalkd dies during boot, thus hanging your
987     machine.
988
989 Changes from the 1.3 release:
990 =============================
991
992 *   Fixed a bug in afpd which would cause APPL mappings to contain both
993     mac and unix path names.  The fixed code will handle the old
994     (corrupted) database.
995
996 *   Fixed a *very* serious bug which would cause files to be corrupted
997     when copying to afpd.
998
999 *   Fixed a bug in afpd which would cause replies to icon writes to
1000     contain the written icon.
1001
1002 *   Filled in the function code switch in afpd.  Previously, a hacker
1003     could probably have used afpd to get unauthorized access to a
1004     machine running afpd.
1005
1006 *   Fixed a bug in the asp portion of libatalk.a which could cause the
1007     malloc()/free() database to be corrupted.
1008
1009 *   Fixed a bug in atalkd's zip query code.  With this bug, only the
1010     first N % 255 nets get queried.  However, since nets bigger than
1011     255 are usually pretty unstable, the unqueried for nets will
1012     eventually get done, when N drops by one.
1013
1014 *   Suppressed a spurious error ("route: No such process") in atalkd.
1015
1016 Changes from the 1.2.1 release:
1017 ===============================
1018
1019 *   atalkd is completely rewritten for phase 2 support.  atalkd.conf
1020     from previous version will not work!
1021
1022 *   afpd now has better AFS support.  In particular, the configuration
1023     for AFS was made much easier; a number of Kerberos-related
1024     byte-ordering and time problems were found; clear-text passwords
1025     were added (thanks to geeb@umich.edu).
1026
1027 *   afpd now handles Unix permissions much better (thanks to
1028     metcalf@mit.edu).
1029
1030 *   There are many, many more changes, but most are small bug fixes.
1031
1032 Changes from the 1.2 release:
1033 =============================
1034
1035 *   The Sun support now uses loadable kernel modules (a la VDDRV)
1036     instead of binary patches. As such, it should work on any sunos
1037     greater than 4.1, and is confirmed to work under 4.1.1 and 4.1.2.
1038
1039 *   The DEC support no longer requires source. It also runs under
1040     ultrix 4.1 and 4.2. It still requires patching your kernel, but the
1041     patches are limited to those files available to binary-only sites
1042     -- primarily hooks for things like netatalk.
1043
1044 *   The etc.rc script now uses changes made to nbprgstr (see below).
1045
1046 *   aecho now takes machine names on the command line.
1047
1048 *   nbplkup now takes a command line argument specifying the number of
1049     responses to accept. It also takes its defaults from the NBPLKUP
1050     environment variable.
1051
1052 *   nbprgstr may be used to register a name at any requested port.
1053
1054 *   afpd now logs if an illegal shell is used during login, instead of
1055     silently denying service.
1056
1057 *   A bug in afpd which caused position information for the directory
1058     children of the root of a volume to be ignored has been fixed.
1059
1060 *   Several typos in afpd which would cause include files necessary to
1061     ultrix to be skipped have been fixed.
1062
1063 *   atalkd will no long propagate routes to networks whose zone
1064     it doesn't know.
1065
1066 *   atalkd no longer dumps core if it receives a ZIP GetMyZone request
1067     from a network whose zone it doesn't know. (Since this currently
1068     can only happen from off net, it's not precisely a legal request.)
1069
1070 *   pap and papd (optionally) no longer check the connection id in PAP
1071     DATA responses. Both also maintain the function code in non-first-packet
1072     PAP DATA responses.  These changes are work-arounds to deal with
1073     certain AppleTalk printer cards, notably the BridgePort LocalTalk
1074     card for HP LJIIISIs.
1075
1076 *   pap no longer sends an EOF response to each PAP SENDDATA request,
1077     only the first.
1078
1079 *   A bug in papd which would cause it to return a random value when
1080     printing the procset to a piped printer has been fixed.
1081
1082 *   A bug relating to NBP on reverse-endian machines has been fixed.
1083
1084 *   atp_rsel() from libatalk now returns a correct value even if it
1085     hasn't recieved anything yet.
1086
1087 *   atalk_addr() from libatalk no longer accepts addresses in octal
1088     format, since AppleTalk addresses can have leading zeros. Also it
1089     checks that the separator character is a '.'.
1090
1091 *   Pseudo man pages for nbplkup, nbprgstr, and nbpunrgstr, have been
1092     added.
1093
1094 *   The example in the psf(8) man page is now correct.
1095
1096 *   The man pages for changed commands have been updated.
1097
1098 *   The README files for various machine have been updated
1099     appropriately.