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