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