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