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