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