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