]> arthur.barton.de Git - netatalk.git/blob - NEWS
Olaf's buffer overflow fix.
[netatalk.git] / NEWS
1 Changes from 1.5.4
2 ==================
3
4 * NEW: Allow afpd debugging to be enabled by sending the afpd process
5        a SIGUSR1.
6 * NEW: Allow SLP to be disabled per afpd process by adding a new -noslp flag
7        to afpd.conf.
8 * FIX: Use server name (if not NULL) for the SLP URL.
9 * FIX: papd: buffer overflow during config file read (Olaf Hering)
10
11 Changes from 1.5.3
12 ==================
13
14 * FIX: File open read only and then read write (aka pb with Illustrator).
15 * FIX: Problems with unexpected EOF when reading files on a ddp connection
16        Photoshop, old finder.
17 * FIX: --with-nls-dir option does now work
18
19 Changes from 1.5.2
20 ==================
21
22 * UPD: Extend the --disable-shell-check functionality to ignore users
23        with _no_ shell.  Also, send a log message if a user is refused login
24        based on the fact that they have no shell.
25 * UPD: Autoconf updates.
26 * UPD: Tru64 afpd authentication updates.
27 * UPD: As always: lots of minor code cleanups.
28 * FIX: Problems with Photoshop trying to open image files has been
29        corrected.
30 * FIX: Preserve special permission bits when creating or modifying
31        directories.
32 * FIX: afp_deleteid() now deletes the specified file and not the parent
33        directory.
34 * FIX: papd does now announce that it supports binary data to its clients.
35 * FIX: NetBSD ELF support.
36 * FIX: acleandir.rc is now installed in the bin directory.
37 * FIX: megatron does now compile even if compiled with -DDEBUG.
38 * FIX: Clean up some syslog messages.
39
40 Changes from 1.5.1
41 ==================
42
43 * NEW: NetBSD support contributed by David Rankin and NetBSD contributors.
44        This includes a new configure option --enable-netbsd.
45 * NEW: Add the -client_polling afpd.conf flag to allow for clients to poll
46        the server every 10 seconds for open window updates.  Currently
47        this is the only way to get asynchronous directory updates.
48 * UPD: Use separate macro for AFS configure check.
49 * UPD: Some Perl scripts are now (partially) auto-generated. This improves
50        out-of-the-box usage of Netatalk.
51 * UPD: Solaris Kernel Makefile is now auto-generated. This fixes some path
52        issues, but isn't perfect, yet. Added some Solaris compatibility
53        fixes to the Kernel sources, too.
54 * UPD: CNID DB code sync'd with the current CVS version.  NOTE: Using this
55        code requires you to delete _all_ existing .AppleDB directories in
56        order to avoid database corruption!
57 * FIX: The file AppleVolumes.system contained wrong line breaks so that
58        not all file types were properly recognized.
59 * FIX: AFS compilation would fail due to a misnamed variable.
60 * FIX: SLP configure check was wrong so SLP did not compile.
61 * FIX: Fix the way quotas are handled under certain situations.
62 * FIX: Do not enable debugging code if debugging option is not set.
63 * FIX: Some problems with wrongly assigned DIDs were fixed.
64 * FIX: Various bug fixes and code cleanups.
65
66 Changes from 1.5.0
67 ==================
68
69 * NEW: Added a program called cnid_didname_verify that can be used to
70        verify the consistency of the CNID database.
71 * NEW: New afpd option: -timeout. Warning: This still doesn't do what it's
72        supposed to!
73 * UPD: Code cleanups and compatibility fixes to macusers.
74 * UPD: AppleVolumes.system was cleaned up.
75 * FIX: Really fix Tru64 compilation (see last entry).
76 * FIX: Hand correct error value back to AFP client when deleting files or
77        directories fails.
78 * FIX: Leading or trailing spaces are now forbidden on volumes that have
79        the AFPVOL_MSWINDOWS flag set.
80 * FIX: Minor code cleanups and warning fixes.
81 * FIX: Make quota support work on FreeBSD.
82
83 Changes from 1.5rc2
84 ===================
85
86 * FIX: Compilation on Tru64 systems was broken, since libtool's acinclude.m4
87        file on the packagers system did not contain the necessary patch.
88 * FIX: On some systems, atalkd refuses to start, since it couldn't detect
89        any interfaces. This was caused by an overzealous validity check.
90
91 Changes from 1.5rc1
92 ===================
93
94 * FIX: contrib/shell_utils/lp2pap.sh was erased when "make clean" was called.
95        Now we distribute lp2pap.sh.tmpl instead, and lp2pap.sh is automatically
96        generated during package build.
97 * FIX: Some platforms (notably Tru64) don't have the snprintf() call, which
98        was used in etc/afp/afp_config.c. This call was replaced by sprintf()
99        and prior bounds checking.