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