]> arthur.barton.de Git - netatalk.git/blob - NEWS
Attributed Bjoern with the Linux 2.4/2.6 compilation fix as well.
[netatalk.git] / NEWS
1 Changes in 1.6.4
2 ================
3
4 * NEW: afpd: Using the mswindows option now implicitly specifies usedots.
5   [Sam Noble]
6 * UPD: afpd.8: Updated the option documentation.
7   [Thomas Kaiser, Sebastian Rittau]
8 * FIX: configure: Removed broken --with-flock-locks option. [Björn Fernhomberg]
9 * FIX: libatalk: Do not log network probe (OSX 10.3). [Didier Gautheron]
10 * FIX: libatalk: Deadlock in signal handlers. [Didier]
11 * FIX: libatalk: Compilation with Linux kernel 2.6 fixed. [Sebastian, Björn]
12 * FIX: afpd: Solaris compile issues. [Björn]
13 * FIX: afpd: If connection broke in dsi_tickle the child did never die. [Björn]
14 * FIX: afpd: Catsearch, fixes a possible segmentation fault. [Björn]
15 * FIX: afpd: Compilation issues. [Olaf Hering, Sebastian]
16 * FIX: cnid: Fix compile problems on Tru64. [Burkhard Schmidt]
17 * FIX: megatron: Fixed an uninitialized variable. [Olaf]
18 * FIX: installation: Don't overwrite PAM file if --enable-overwrite configure
19        option is not set. [Sam, Ryan Cleary]
20 * FIX: installation: Fixed BSD installation. [Toru TAKAMIZU]
21 * FIX: docs: Removed ssl-dir/ssl-dirs confusion from doc/INSTALL. [Björn]
22
23 Changes in 1.6.3
24 ================
25
26 * UPD: afpd: Infrastructural support for an upcoming Kerberos 5 UAM.
27        [Sam Noble]
28 * UPD: uams_dhx_passwd: Better random seed in Tru64. [Burkhard Schmidt]
29 * FIX: afpd: Bug in AFP connection negotiation stage. [Sam]
30 * FIX: afpd: Catsearch, when Mac and unix name differ, search on attributes.
31 * FIX: afpd: Files could be opened for writing on read-only filesystems.
32 * FIX: afpd: Debugging using SIGUSR1 was broken. [Stefan Muenkner]
33 * FIX: afpd: Segfault after login. [Robby Griffin, Sean Bolton]
34 * FIX: psf: Correct path to etc2ps.sh.
35 * FIX: shell_utils: Don't distribute generated files.
36 * FIX: aecho: -A option didn't work. [Chris Shiels]
37 * FIX: configure: Berkeley DB path detection could be wrong. [Stefan]
38 * FIX: Automake build fixes.
39
40 Changes in 1.6.2
41 ================
42
43 * FIX: atalkd: Fixes for reading long configuration file lines. [Dan Wilga]
44 * FIX: afpd: CNID id allocation in a multiuser environment.
45 * FIX: papd: Fix PSSP support when PAM is enabled.
46 * FIX: macusers: Can now cope with IP addresses as well as host names.
47 * FIX: etc2ps.sh: Install correctly.
48
49 Changes in 1.6.1
50 ================
51
52 * UPD: Improve --enable-fhs. [Olaf Hering]
53 * UPD: Add BDB 4.1.x support.
54 * UPD: Add more documentation on CNID, as well as list which versions
55        of Berkeley DB are supported.
56 * FIX: Codepage file maccode.koi8-r is now correctly cleaned.
57 * FIX: Fix init script location on SuSE. [Olaf]
58 * FIX: Build fixes. [Olaf, Steven N. Hirsch]
59 * FIX: Various bugs when a user doesn't have access permission to a folder.
60        (Fixes an OSX kernel panic.)
61 * FIX: CNID, folders' DID handling with concurrent access or symlinks.
62        (Fixes an endless loop in afpd.)
63
64 Changes in 1.6.0
65 ================
66
67 * FIX: pap looks at the STDOUT file descriptor to see if it's connected to
68        a tty, instead of STDIN.
69
70 Changes in 1.6pre2
71 ==================
72
73 * UPD: Removed --with-catsearch option from configure and enable FPCatSearch
74        by default.
75 * UPD: The dbpath argument does now support variable substitution.
76 * FIX: Build fix for non-GNU-C compilers in libatalk/util/logger.c.
77 * FIX: Two directories with the same name but different case confused the
78        Mac Finder.
79 * FIX: The ROOT_PARENT directory could get invalidated.
80
81 Changes in 1.6pre1
82 ====================
83
84 * NEW: Long file name mangling support.
85 * NEW: Improved log file support.
86 * NEW: Server-side find capability ("FPCatSearch")
87 * NEW: Concurrent datastore (CDB) is now the default CNID datastore.  This
88        should be heavily tested in a multiuser environment.
89 * NEW: Variable substitution support has been added for the dbpath AppleVolume
90        option.
91 * UPD: CNID DID handling is now enabled by default.
92 * FIX: Various bug and build fixes as well as code cleanups.
93
94 Changes in 1.5.5
95 ================
96
97 * NEW: Allow afpd debugging to be enabled by sending the afpd process
98        a SIGUSR1.
99 * NEW: Allow SLP to be disabled per afpd process by adding a new -noslp flag
100        to afpd.conf.
101 * FIX: Use server name (if not NULL) for the SLP URL.
102 * FIX: papd: buffer overflow during config file read (Olaf Hering)
103
104 Changes in 1.5.4
105 ================
106
107 * FIX: File open read only and then read write (aka pb with Illustrator).
108 * FIX: Problems with unexpected EOF when reading files on a ddp connection
109        Photoshop, old finder.
110 * FIX: --with-nls-dir option does now work
111
112 Changes in 1.5.3
113 ================
114
115 * UPD: Extend the --disable-shell-check functionality to ignore users
116        with _no_ shell.  Also, send a log message if a user is refused login
117        based on the fact that they have no shell.
118 * UPD: Autoconf updates.
119 * UPD: Tru64 afpd authentication updates.
120 * UPD: As always: lots of minor code cleanups.
121 * FIX: Problems with Photoshop trying to open image files has been
122        corrected.
123 * FIX: Preserve special permission bits when creating or modifying
124        directories.
125 * FIX: afp_deleteid() now deletes the specified file and not the parent
126        directory.
127 * FIX: papd does now announce that it supports binary data to its clients.
128 * FIX: NetBSD ELF support.
129 * FIX: acleandir.rc is now installed in the bin directory.
130 * FIX: megatron does now compile even if compiled with -DDEBUG.
131 * FIX: Clean up some syslog messages.
132
133 Changes in 1.5.2
134 ================
135
136 * NEW: NetBSD support contributed by David Rankin and NetBSD contributors.
137        This includes a new configure option --enable-netbsd.
138 * NEW: Add the -client_polling afpd.conf flag to allow for clients to poll
139        the server every 10 seconds for open window updates.  Currently
140        this is the only way to get asynchronous directory updates.
141 * UPD: Use separate macro for AFS configure check.
142 * UPD: Some Perl scripts are now (partially) auto-generated. This improves
143        out-of-the-box usage of Netatalk.
144 * UPD: Solaris Kernel Makefile is now auto-generated. This fixes some path
145        issues, but isn't perfect, yet. Added some Solaris compatibility
146        fixes to the Kernel sources, too.
147 * UPD: CNID DB code sync'd with the current CVS version.  NOTE: Using this
148        code requires you to delete _all_ existing .AppleDB directories in
149        order to avoid database corruption!
150 * FIX: The file AppleVolumes.system contained wrong line breaks so that
151        not all file types were properly recognized.
152 * FIX: AFS compilation would fail due to a misnamed variable.
153 * FIX: SLP configure check was wrong so SLP did not compile.
154 * FIX: Fix the way quotas are handled under certain situations.
155 * FIX: Do not enable debugging code if debugging option is not set.
156 * FIX: Some problems with wrongly assigned DIDs were fixed.
157 * FIX: Various bug fixes and code cleanups.
158
159 Changes in 1.5.1
160 ================
161
162 * NEW: Added a program called cnid_didname_verify that can be used to
163        verify the consistency of the CNID database.
164 * NEW: New afpd option: -timeout. Warning: This still doesn't do what it's
165        supposed to!
166 * UPD: Code cleanups and compatibility fixes to macusers.
167 * UPD: AppleVolumes.system was cleaned up.
168 * FIX: Really fix Tru64 compilation (see last entry).
169 * FIX: Hand correct error value back to AFP client when deleting files or
170        directories fails.
171 * FIX: Leading or trailing spaces are now forbidden on volumes that have
172        the AFPVOL_MSWINDOWS flag set.
173 * FIX: Minor code cleanups and warning fixes.
174 * FIX: Make quota support work on FreeBSD.
175
176 Changes in 1.5.0
177 ================
178
179 * FIX: Compilation on Tru64 systems was broken, since libtool's acinclude.m4
180        file on the packagers system did not contain the necessary patch.
181 * FIX: On some systems, atalkd refuses to start, since it couldn't detect
182        any interfaces. This was caused by an overzealous validity check.
183
184 Changes in 1.5rc2
185 =================
186
187 * FIX: contrib/shell_utils/lp2pap.sh was erased when "make clean" was called.
188        Now we distribute lp2pap.sh.tmpl instead, and lp2pap.sh is automatically
189        generated during package build.
190 * FIX: Some platforms (notably Tru64) don't have the snprintf() call, which
191        was used in etc/afp/afp_config.c. This call was replaced by sprintf()
192        and prior bounds checking.
193
194 Changes from the 1.4b1 release:
195
196     Fixed the maximum free/total volume size in afpd.
197
198     Made ~ the default volume in afpd.
199
200     Fixed pid file handling and changed setpgrp() to setpgid() in afpd,
201     papd, and atalkd.
202
203     Added code to afpd to set the Unix file time stamps with utime().
204
205     Fixed a bug in papd's printcap code which limited it to 15 or so
206     printers.
207
208     Fixed papd's handling of piped printers.
209
210     Fixed papd's handling of bad job names.
211
212     Fixed atalkd to send NBP LKUP packets from NBP port.
213
214     Added "sync;sync;sync" to Solaris kinstall to help with streams
215     file corruption.
216
217     Added nlocalrts to streams ddp.conf.  Thanks Thomas Tornblom.
218
219     Fixed signed extension infinite loop in Solaris module.
220
221     Moved all the config files to .../config.
222
223 Changes from the 1.3.3 release:
224
225     Added code from Sun Microsystems, Inc (OPCOM) for Solaris support.
226     See COPYRIGHT.
227
228     Added support for FreeBSD, mostly changes by Mark Dawson and Julian
229     Elischer.
230
231     All sorts of other stuff.
232
233 Changes from the 1.3.1 release:
234
235     Added options to psf's filter names to support accounting on HPs.
236     !!! NOTE:  The location of the filters has changed, see the man
237     page for where.
238
239     Added code from Alan Cox to support Linux.
240
241     Rewrote papd.  Now handles dropped connections better.
242     Configuration has been modernized.  !!! NOTE: The format of the
243     configuration file has changed, but NOT THE NAME.
244
245     Added Kerberos support to papd.
246
247     atalkd now removes routes on a SIGTERM.  Still can't just restart
248     it, but it's closer.
249
250     Changed atalkd and the kernel driver to remove a hack added to
251     support sending to 0.255.  Now the kernel will allow multiple open
252     sockets with the same port, so long as the addess associated with
253     the port is different.  atalkd now opens a socket for each port on
254     each interface.
255
256     atalkd now rewrites its configuration file.  If no configuration
257     file is given, one will be generated.  Permissions on the new
258     configuration file will be inherited from the old one.  If there is
259     no old one, permissions default to 644.  Won't rewrite the file if
260     the owner doesn't have write permission.
261
262     Removed support for the "AFS Kerberos UAM", in favor of the
263     "AuthMan UAM".  Kerberos support should now be much more
264     straight-forward.
265
266     Fixed a bug in afpd which would cause incorrect group calculations
267     on ultrix machines.
268
269     Fixed a bug in afpd which causes SimpleText and some other
270     applications to silently fail to write.  There's also a bug in
271     MacOS, but we can't fix that.
272
273     Fixed a bad interaction with afpd and AFS which would cause file
274     writes to not propogate between AFS clients.
275
276     !!! CHANGED the name(s) of afpd's config files.  The new files are
277     AppleVolumes.system and AppleVolumes.default.  If AppleVolumes.system
278     exists, it is always read, AppleVolumes.default is only read if the
279     user has no AppleVolumes file.  Included a flag "-u" to indicate
280     which file has precedence.  "-u" user wins, otherwise ".system"
281     wins.
282
283     Rewrote the AppleVolumes parsing code.  Now works.
284
285     Added a filename extension mapping to afpd.  User always takes
286     precedence, regardless of the "-u" flag.  Code to change the type
287     of all Unix files contributed by Kee Hinckley <nazgul@utopia.com>.
288
289     afpd now supports both UFS and AFS volumes simultaneously.  It also
290     uses access() to attempt to calculate reasonable Mac permissions
291     for AFS directories.
292
293     Changed reporting of file times.  Files that are written from Unix
294     now update the Mac's idea of the files modification time.  Unix
295     mtime is now reported instead of ctime.
296
297     Added support for a new UAM to afpd.  This requires that client
298     Macs have MacTCP and AuthMan installed.  Should make running afpd
299     for AFS easier.
300
301     Removed code so that otherwise valid volumes for which the mounting
302     user has no permission will appear in the volume selection dialog
303     on the Mac gray-ed out.
304
305     Added code from Chris Metcalf of MIT to the AppleDouble library
306     which improves permission inheritance.
307
308     Added code from G. Paul Ziemba of Alantec, Inc to better report
309     errors in psf.  Also changed psf to use syslog for errors that
310     users aren't interested in.
311
312     Added information to psf's man page to better explain the
313     interaction between psf, pap, and lpd.
314
315     Make psf/pap/psa do accounting when it's turnes on in
316     /etc/printcap.
317
318     Changed pap's error message when there is no printer specified on
319     the command line and no .paprc is found.  Also heavily modified
320     pap's man page to reflect changes in the "new" version of pap,
321     including moving it from section 8 to section 1.
322
323     Fixed a byte-order bug in pap's sequence numbers.  Doubt if pap has
324     ever worked right on little endian machines!
325
326     Added a flag to pap to optionally close before receiving EOF from
327     the printer.  Off by default.  psf calls pap with this option on.
328
329     Added timeouts to the nbp library calls.  This means that processes
330     won't hang when atalkd dies during boot, thus hanging your
331     machine.
332
333 Changes from the 1.3 release:
334
335     Fixed a bug in afpd which would cause APPL mappings to contain both
336     mac and unix path names.  The fixed code will handle the old
337     (corrupted) database.
338
339     Fixed a *very* serious bug which would cause files to be corrupted
340     when copying to afpd.
341
342     Fixed a bug in afpd which would cause replies to icon writes to
343     contain the written icon.
344
345     Filled in the function code switch in afpd.  Previously, a hacker
346     could probably have used afpd to get unauthorized access to a
347     machine running afpd.
348
349     Fixed a bug in the asp portion of libatalk.a which could cause the
350     malloc()/free() database to be corrupted.
351
352     Fixed a bug in atalkd's zip query code.  With this bug, only the
353     first N % 255 nets get queried.  However, since nets bigger than
354     255 are usually pretty unstable, the unqueried for nets will
355     eventually get done, when N drops by one.
356
357     Suppressed a spurious error ("route: No such process") in atalkd.
358
359 Changes from the 1.2.1 release:
360
361     atalkd is completely rewritten for phase 2 support.  atalkd.conf
362     from previous version will not work!
363
364     afpd now has better AFS support.  In particular, the configuration
365     for AFS was made much easier; a number of Kerberos-related
366     byte-ordering and time problems were found; clear-text passwords
367     were added (thanks to geeb@umich.edu).
368
369     afpd now handles Unix permissions much better (thanks to
370     metcalf@mit.edu).
371
372     There are many, many more changes, but most are small bug fixes.
373
374 Changes from the 1.2 release:
375
376     The Sun support now uses loadable kernel modules (a la VDDRV)
377     instead of binary patches. As such, it should work on any sunos
378     greater than 4.1, and is confirmed to work under 4.1.1 and 4.1.2.
379
380     The DEC support no longer requires source. It also runs under
381     ultrix 4.1 and 4.2. It still requires patching your kernel, but the
382     patches are limited to those files available to binary-only sites
383     -- primarily hooks for things like netatalk.
384
385     The etc.rc script now uses changes made to nbprgstr (see below).
386
387     aecho now takes machine names on the command line.
388
389     nbplkup now takes a command line argument specifying the number of
390     responses to accept. It also takes its defaults from the NBPLKUP
391     environment variable.
392
393     nbprgstr may be used to register a name at any requested port.
394
395     afpd now logs if an illegal shell is used during login, instead of
396     silently denying service.
397
398     A bug in afpd which caused position information for the directory
399     children of the root of a volume to be ignored has been fixed.
400
401     Several typos in afpd which would cause include files necessary to
402     ultrix to be skipped have been fixed.
403
404     atalkd will no long propagate routes to networks whose zone
405     it doesn't know.
406
407     atalkd no longer dumps core if it receives a ZIP GetMyZone request
408     from a network whose zone it doesn't know. (Since this currently
409     can only happen from off net, it's not precisely a legal request.)
410
411     pap and papd (optionally) no longer check the connection id in PAP
412     DATA responses. Both also maintain the function code in non-first-packet
413     PAP DATA responses.  These changes are work-arounds to deal with
414     certain AppleTalk printer cards, notably the BridgePort LocalTalk
415     card for HP LJIIISIs.
416
417     pap no longer sends an EOF response to each PAP SENDDATA request,
418     only the first.
419
420     A bug in papd which would cause it to return a random value when
421     printing the procset to a piped printer has been fixed.
422
423     A bug relating to NBP on reverse-endian machines has been fixed.
424
425     atp_rsel() from libatalk now returns a correct value even if it
426     hasn't recieved anything yet.
427
428     atalk_addr() from libatalk no longer accepts addresses in octal
429     format, since AppleTalk addresses can have leading zeros. Also it
430     checks that the separator character is a '.'.
431
432     Pseudo man pages for nbplkup, nbprgstr, and nbpunrgstr, have been
433     added.
434
435     The example in the psf(8) man page is now correct.
436
437     The man pages for changed commands have been updated.
438
439     The README files for various machine have been updated
440     appropriately.