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