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