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