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