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