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