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