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