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