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