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