]> arthur.barton.de Git - netatalk.git/blob - NEWS
Merge pull request #20 from hat001/redhatinit
[netatalk.git] / NEWS
1 Changes in 3.0.3
2 ================
3 * UPD: afpd: Increase default DSI server quantum to 1 MB
4 * UPD: bundled libevent2 is now static
5 * NEW: --with-lockfile=PATH configure option for specifying an
6        alternative path for the netatalk lockfile.
7 * UPD: systemd service file use PIDFile and ExecReload.
8        From FR #70.
9 * UPD: RedHat sysvinit: rm graceful, reimplement reload, add condrestart
10 * FIX: Couldn't create folders on FreeBSD 9.1 ZFS fileystems.
11        Fixed bug #491.
12
13 Changes in 3.0.2
14 ================
15 * NEW: afpd: Put file extension type/creator mapping back in which had
16        been removed in 3.0.
17 * NEW: afpd: new option 'ad domain'. From FR #66.
18 * FIX: volumes and home share with symlinks in the path
19 * FIX: Copying packages to a Netatalk share could fail, bug #469
20 * FIX: Reloading volumes from config file was broken.  Fixes bug #474.
21 * FIX: Fix _device-info service type registered with dns-sd API
22 * FIX: Fix pathname bug for FCE modified event.
23 * FIX: Remove length limitation of options like "valid users".
24        Fixes bug #473.
25 * FIX: Dont copy our metadata EA in copyfile(). Fixes bug #452.
26 * FIX: Fix an error where catalog search gave incomplete results.
27        Fixes bug #479.
28 * REM: Remove TimeMachine volume used size FCE event.
29 * UPD: Add quoting support to '[in]valid users' option. Fixes bug #472.
30 * FIX: Install working PAM config on Solaris 11. Fixes bug #481.
31 * FIX: Fix a race condition between dbd and the cnid_dbd daemon
32        which could result in users being disconnected from volumes
33        when dbd was scanning their volumes. Fixes bug #477.
34 * FIX: Netatalk didn't start when the last line of the config file
35        afp.conf wasn't terminated by a newline. Fixes bug #476.
36 * NEW: Add a new volumes option 'follow symlinks'. The default setting is
37        false, symlinks are not followed on the server. This is the same
38        behaviour as OS X's AFP server.
39        Setting the option to true causes afpd to follow symlinks on the
40        server. symlinks may point outside of the AFP volume, currently
41        afpd doesn't do any checks for "wide symlinks".
42 * FIX: Automatic AppleDouble conversion to EAs failing for directories.
43        Fixes bug #486.
44 * FIX: dbd failed to convert appledouble files of symlinks.
45        Fixes bug #490.
46
47 Changes in 3.0.1
48 ================
49 * NEW: afpd: Optional "ldap uuid encoding = string | ms-guid" parameter to
50        afp.conf, allowing for usage of the binary objectGUID fields from
51        Active Directory.
52 * FIX: afpd: Fix a Solaris 10 SPARC sendfilev bug
53 * FIX: afpd: Fix a crash on FreeBSD
54 * FIX: afpd: Fixes open file handle refcounting bug which was reported as
55        being unable to play movies off a Netatalk AFP share.
56        Bug ID 3559783.
57 * FIX: afpd: Fix a possible data corruption when reading from and writing
58        to the server simultaniously under load
59 * FIX: Fix possible alignment violations due to bad casts
60 * FIX: dbd: Fix logging
61 * FIX: apple_dump: Extended Attributes AppleDouble support for *BSD
62 * FIX: handling of '/' and ':' in volume name
63 * UPD: Install relevant includes necessary for building programs with
64        installed headers and shared lib libatalk
65 * UPD: libevent configure args to pick up installed version. Removed
66        configure arg --disable-libevent, added configure args
67        --with-libevent-header|lib.
68 * UPD: gentoo initscript: merge from portage netatalk.init,v 1.1
69 * REM: Remove --with-smbsharemodes configure option, it was an
70        empty stub not yet implemented
71
72 Changes in 3.0
73 ==============
74
75 * UPD: afpd: force read only mode if cnid scheme is last
76 * REM: afpd: removed global option "icon"
77 * FIX: CNID path for user homes
78
79 Changes in 3.0 beta2
80 ====================
81
82 * UPD: Solaris and friends: Replace initscript with SMF manifest
83 * FIX: Solaris and friends: resource fork handling
84
85 Changes in 3.0 beta1
86 ====================
87
88 * UPD: afpd: Performance tuning of read/write AFP operations. New option
89        "afp read locks" (default: no) which disables that the server
90        applies UNIX byte range locks to regions of files in AFP read and
91        write calls.
92 * UPD: apple_dump: Extended Attributes AppleDouble support.
93        (*BSD is not supported yet)
94
95 Changes in 3.0 alpha3
96 =====================
97
98 * NEW: afpd: Per volume "login message", NetAFP bug ID #18
99 * NEW: afpd: Cross-platform locking (share modes) on Solaris and derivates
100        with Solaris CIFS/SMB server. Uses new Solaris fcntl F_SHARE share
101        reservation locking primitives. Enabled by default, set global
102        "solaris share reservations" option to false to disable it.
103 * NEW: ad: ad set subcommand for changing Mac metadata on the server
104 * UPD: unix charset is UTF8 by default.
105        vol charset is same value as unix charset by default.
106 * UPD: .AppleDesktop/ are stored in $localstatedir/netatalk/CNID
107        (default: /var/netatalk/CNID), databases found in AFP volumes are
108        automatically moved
109 * FIX: afpd: Server info packet was malformed resulting in broken
110        server names being displayed on clients
111 * FIX: afpd: Byte order detection. Fixes an error where Netatalk on
112        OpenIndiana returned wrong volume size information.
113
114 Changes in 3.0 alpha2
115 =====================
116
117 * UPD: afpd: Store '.' as is and '/' as ':' on the server, don't
118        CAP hexencode as "2e" and "2f" respectively
119 * UPD: afdp: Automatic name conversion, renaming files and directories
120        containing CAP sequences to their not enscaped forms
121 * UPD: afpd: Correct handling of user homes and users without homes
122 * UPD: afpd: Perform complete automatic adouble:v2 to adouble:ea conversion
123        as root. Previously only unlinking the adouble:v2 file was done as root
124 * UPD: dbd: -C option removes CAP encoding
125 * UPD: Add graceful option to RedHat init script
126 * UPD: Add --disable-bundled-libevent configure options When set to yes,
127        we rely on a properly installed version on libevent CPPFLAGS and LDFLAGS
128        should be set properly to pick that up
129 * UPD: Run ldconfig on Linux at the end of make install
130 * FIX: afpd: ad cp on appledouble = ea volumes
131 * FIX: dbd: ignore ._ appledouble files
132 * REM: Volumes options "use dots" and "hex encoding"
133
134 Changes in 3.0 alpha1
135 =====================
136
137 * NEW: Central configuration file afp.conf which replaces all previous files
138 * NEW: netatalk: service controller starting and restarting afpd and cnid_metad
139        as necessary
140 * NEW: afpd: Extended Attributes AppleDouble backend (default)
141 * UPD: CNID databases are stored in $localstatedir/netatalk/CNID
142        (default: /var/netatalk/CNID), databases found in AFP volumes are
143        automatically moved
144 * UPD: Start scripts and service manifests have been changed to only start
145        the new netatalk service controller process
146 * UPD: afpd: UNIX privileges and use dots enabled by default
147 * UPD: afpd: Support for arbitrary AFP volumes using variable expansion has been
148        removed
149 * UPD: afpd: afp_voluuid.conf and afp_signature.conf location has been
150        changed to $localstatedir/netatalk/ (default: /var/netatalk/)
151 * UPD: afpd: default server messages dir changed to $localstatedir/netatalk/msg/
152 * UPD: dbd: new option -C for conversion from AppleDouble v2 to ea
153 * REM: AppleTalk support has been removed
154 * REM: afpd: SLP and AFP proxy support have been removed
155 * REM: afpd: legacy file extension to type/creator mapping has been removed
156 * REM: afpd: AppleDouble backends v1, osx and sfm have been removed
157
158 Changes in 2.2.4
159 ================
160
161 * FIX: Missing UAM links
162 * FIX: Lockup in AFP logout on Fedora 17
163 * FIX: Reset signal handlers and alarm timer after successfull PAM
164        authentication. Fixes a problem with AFP disconnects caused
165        by pam_smbpass.so messing with our handlers and timer.
166 * FIX: afpd: Fix a possible problem with sendfile on Solaris derived
167        platforms
168
169 Changes in 2.2.3
170 ================
171
172 * NEW: afpd: support for mdnsresponder
173 * NEW: afpd: new LDAP config option ldap_uuid_string
174 * UPD: based on Unicode 6.1.0
175 * UPD: experimental systemd service files: always run both afpd and cnid_metad
176 * UPD: afpd: Ensure our umask is not altered by eg pam_umask
177 * UPD: afpd: Use GSS_C_NO_NAME as server principal when Kerberos options -fqdn
178        and -krb5service are not set, from Jamie Gilbertson
179 * UPD: afpd: Changed behaviour for TimeMachine volumes in case there's a problem
180        talking to the CNID daemons. Previously the volume was flagged read-only
181        and an AFP message was sent to the client. As this might result in
182        TimeMachine assuming the backup sparse bundle is damaged, we now just
183        switch the CNID database to an in-memory tdb without the additional stuff.
184 * FIX: afpd: sendfile() on FreeBSD was broken, courtesy of Denis Ahrens
185 * FIX: afpd: Dont use searchdb when doing partial name search
186 * FIX: afpd: Fix a possible bug handling disconnected sessions,
187        NetAFP Bug ID #16
188 * FIX: afpd: Close IPC fds in afpd session child inherited from the afpd
189        master process
190 * FIX: dbd: Don't remove BerkeleyDB if it's still in use by eg cnid_dbd, fixes
191        bug introduced in 2.2.2
192 * FIX: debian initscript: start avahi-daemon (if available) before atalkd
193 * FIX: Zeroconf could not advertise non-ASCII time machine volume name
194
195 Changes in 2.2.2
196 ================
197
198 * NEW: afpd: New option "adminauthuser". Specifying eg "-adminauthuser root"
199        whenever a normal user login fails, afpd tries to authenticate as
200        the specified adminauthuser. If this succeeds, a normal session is
201        created for the original connecting user. Said differently: if you
202        know the password of adminauthuser, you can authenticate as any other
203        user.
204 * NEW: configure option "--enable-suse-systemd" for openSUSE12.1 and later.
205        "--enable-redhat-systemd" and "--enable-suse-systemd" are same as
206        "--enable-systemd".
207        "--enable-suse" is renamed "--enable-suse-sysv".
208 * NEW: experimental systemd service files in distrib/systemd/
209 * UPD: afpd: Enhanced POSIX ACL mapping semantics, from Laura Mueller
210 * UPD: afpd: Reset options every time a :DEFAULT: line is found in a
211        AppleVolumes file
212 * UPD: afpd: Convert passwords from legacy encoding (wire format) to host
213        encoding, NetAFP Bug ID #14
214 * UPD: afpd: Don't set ATTRBIT_SHARED flag for directories
215 * UPD: afpd: Use sendfile() on Solaris and FreeBSD for sending data
216 * UPD: afpd: Faster volume used size calculation for "volsizelimit" option,
217        cf man AppleVolume.default for details
218 * FIX: afpd: ACL access checking
219 * FIX: afpd: Fix an error when duplicating files that lacked an AppleDouble
220        file which lead to a possible Finder crash
221 * FIX: afpd: Read-only filesystems lead to afpd processes running as root
222 * FIX: afpd: Fix for filesystem without NFSv4 ACL support on Solaris
223 * FIX: afpd: Fix catsearch bug, NetAFP Bug ID #12
224 * FIX: afpd: Fix dircache bug, NetAFP Bug ID #13
225 * FIX: dbd: Better checking for duplicated or bogus CNIDs from AppleDouble
226        files
227 * FIX: dbd: Remove BerkeleyDB database environment after running `dbd`. This
228        is crucial for the automatic BerkeleyDB database upgrade feature which
229        is built into cnid_dbd and dbd.
230 * FIX: Fix compilation error when AppleTalk support is disabled
231 * FIX: Portability fixes
232 * FIX: search of surrogate pair
233
234 Changes in 2.2.1
235 ================
236
237 * NEW: afpd: disable continous service feature by default, new option
238        -keepsessions to enable it
239 * NEW: configure option "--enable-redhat-systemd" for Fedora15 and later.
240        "--enable-redhat" is renamed "--enable-redhat-sysv".
241 * UPD: afpd: Enhance ACL support detection for volumes: enable them per volume
242        if
243        1) ACL support compiled in, 2) the volume supports ACLs, 3) the new
244        volume option "noacls" is not set for the volume.
245        The previous behaviour was to enable ACL support for a volume if
246        1) it was compiled in and 2) the volume supported ACLs. There was no way
247        to disable ACLs for a volume.
248 * UPD: afpd: add a configurable hold time option to FCE file modification event
249        generation, default is 60 s, new option "fceholdfmod" to change it
250 * UPD: afpd: add support for new NetBSD quota subsystem, Bug ID 3249879
251 * FIX: afpd: increase BerkeleyDB locks and lockobjs
252 * FIX: afpd: create special folder as root
253 * FIX: afpd: fix compilation error if --enable-ddp is used
254 * FIX: afpd: More robust IPC reconnect error handling
255 * FIX: afpd: ACL access checking
256 * FIX: afpd: fix a possible race condition between SIGCHLD handler and
257        new connection attempts
258 * FIX: afpd: fix undefined behaviour when more then ~510 connetions where
259        established
260 * FIX: afpd: fix a crash when searching for a UUID that is not a special
261        local UUID and LDAP support is not compiled in
262 * FIX: afpd: .volinfo file not created on first volume access if user in rolist
263 * FIX: afpd: possible crash at startup when registering with Avahi
264        when Avahi is not running
265 * FIX: afpd: return correct user/group type when mapping UUIDs to names
266 * FIX: afpd: for directories add DARWIN_ACE_DELETE ACE
267        if DARWIN_ACE_ADD_SUBDIRECTORY is set
268 * FIX: afpd: afpd crashed when it failed to register with Avahi because eg
269        user service registration is disabled in the Avahi config
270 * FIX: dbd: function checking and removing malformed ad:ea header files failed
271        to chdir back to the original working directory
272 * FIX: cnid_dbd: increase BerkeleyDB locks and lockobjs
273 * FIX: cnid_dbd: implement -d option, deletes CNID db
274 * FIX: dbd: better detection of local (or SMB/NFS) modifications on AFP volumes
275 * FIX: suse: initscript return better status
276 * FIX: Sourcecode distribution: add missing headers
277 * FIX: Solaris 10: missing dirfd replacement function
278 * FIX: case-conversion of surrogate pair
279 * FIX: Compilation error on GNU/kFreeBSD, fixes Bug ID 3392794 and
280        Debian #630349
281 * FIX: Fix Debian Bug#637025
282 * FIX: Multiple *BSD compilation compatibility fixes, Bug ID 3380785
283 * FIX: precompose_w() failed if tail character is decomposed surrogate pair
284
285 Changes in 2.2.0
286 ==============
287
288 * NEW: afpd: new volume option "nonetids"
289 * NEW: afpd: ACL access check caching
290 * NEW: afpd: FCE event notifications
291 * NEW: afpd: new option "-mimicmodel" for specifying Bonjour model registration
292 * UPD: Support for Berkeley DB 5.1
293 * UPD: case-conversion is based on Unicode 6.0.0
294 * UPD: cnid_metad: allow up to 4096 volumes
295 * UPD: afpd: only forward SIGTERM and SIGUSR1 from parent to childs
296 * UPD: afpd: use internal function instead of popening du -sh in order to
297        calculate the used size of a volume for option "volsizelimit"
298 * UPD: afpd: Add negative UUID caching, enhance local UUID handling
299 * FIX: afpd: configuration reload with SIGHUP
300 * FIX: afpd: crashes in the dircache
301 * FIX: afpd: Correct afp logout vs dsi eof behaviour
302 * FIX: afpd: new catsearch was broken
303 * FIX: afpd: only use volume UUIDs in master afpd
304 * FIX: dbd: Multiple fixes, reliable locking
305 * FIX: ad file suite: fix an error that resulted in CNID database
306        inconsistencies
307
308 Changes in 2.2beta4
309 ===================
310
311 * NEW: afpd: new afpd.conf options "tcprcvbuf" and "tcpsndbuf" to customize
312        the corresponding TCP socket options.
313 * NEW: afpd: new afpd.conf option "nozeroconf" which disabled automatic
314        Zeroconf service registration.
315 * FIX: afpd: generate mersenne primes for DHX2 UAM once at startup,
316        not for every login
317 * FIX: afpd: DSI streaming deadlock
318 * FIX: afpd: extended sleep
319 * FIX: afpd: directory cache
320 * FIX: Support for platforms that do not have the *at functions
321 * UPD: afpd: put POSIX write lock on volume files while reading them
322
323 Changes in 2.2beta3
324 ===================
325
326 * FIX: afpd: fix option volsizelimit to return a usefull value for the
327        volume free space using `du -sh` with popen
328 * FIX: afpd: fix idle connection disconnects
329 * FIX: afpd: don't disconnect sessions for clients if boottimes don't match
330 * FIX: afpd: better handling of very long filenames that contain many
331        multibyte UTF-8 glyphs
332
333 Changes in 2.2beta2
334 ====================
335
336 * NEW: afpd: AFP 3.3
337 * UPD: afpd: AFP 3.x can't be disabled
338
339 Changes in 2.2beta1
340 ====================
341
342 * FIX: composition of Surrogate Pair
343 * UPD: gentoo,suse,cobalt,tru64: inistscript name is "netatalk", not "atalk"
344 * UPD: gentoo: rc-update install don't hook in the Makefile
345
346 Changes in 2.2alpha5
347 ====================
348
349 * UPD: afpd: new option "searchdb" which enables fast catalog searches
350        using the CNID db.
351 * UPD: Case-insensitive fast search with the CNID db
352 * UPD: cnid_dbd: afpd now passes the volume path, not the db path when
353        connecting for a volume. cnid_dbd will read the
354        ".AppleDesktop/.volinfo" file of the volume in order to figure
355        out the CNID db path and the volume charset encoding.
356
357 Changes in 2.2alpha4
358 ====================
359
360 * NEW: Enhanced CNID "dbd" database for fast name search support.
361        Important: this makes cnidscheme "cdb" incompatible with "dbd".
362 * NEW: afpd: support for fast catalog searches
363 * NEW: ad utility: ad find
364 * UPD: afpd: CNID database versioning check for "cdb" scheme
365 * UPD: cnid_dbd: CNID database versioning and upgrading. Additional
366        CNID database index for fast name searches.
367
368 Changes in 2.2alpha3
369 ====================
370
371 * FIX: afpd: various fixes
372 * FIX: Any daemon did not run if atalkd doesn't exist (redhat/debian)
373
374 Changes in 2.2alpha2
375 ====================
376
377 * FIX: afpd: fix compilation error when ACL support is not available
378 * FIX: Ensure Appletalk manpages and config files are distributed
379
380 Changes in 2.2alpha1
381 ====================
382
383 * NEW: ad utility: ad cp
384 * NEW: ad utility: ad rm
385 * NEW: ad utility: ad mv
386 * NEW: afpd: dynamic directoy and CNID cache (new config option -dircachesize)
387 * NEW: afpd: POSIX 1e ACL support
388 * NEW: afpd: automagic Zeroconf registration with avahi, registering both
389        the service _afpovertcp._tcp and TimeMachine volumes with _adisk._tcp.
390 * UPD: afpd: ACLs usable (though not visible on the client side) without common
391        directory service, by mapping ACLs to UARight
392 * UPD: afpd: performance improvements for ACL access calculations
393 * UPD: AppleTalk is disabled by default at configuration time. If needed
394        use configure switch --enable-ddp.
395 * FIX: afpd: Solaris 10 compatibilty fix: don't use SO_SNDTIMEO/SO_RCVTIMEO,
396        use non-blocking IO and select instead.
397 * FIX: cnid_dbd: Solaris 10 compatibilty fix: don't use SO_SNDTIMEO/SO_RCVTIMEO,
398        use non-blocking IO and select instead.
399 * REM: afile/achfile/apple_cp/apple_mv/apple_rm: use ad
400
401 Changes in 2.1.6
402 ================
403
404 * FIX: afpd: Fix for LDAP user cache corruption
405 * FIX: afpd: Fix for not shown ACLs for when filesyem uid or gid
406        couldn't be resolved because (eg deleted users/groups)
407 * FIX: gentoo: cannot set $CNID_CONFIG
408 * FIX: ubuntu: servername was empty
409 * FIX: Solaris: configure script failed to enable DDP module
410 * FIX: AppleDouble buffer overrun by extremely long filename
411 * UPD: afpd: return version info with machine type in DSIGetStatus
412 * UPD: dbd: use on-disk temporary rebuild db instead of in-memory db
413 * UPD: suse: initscript update
414
415 Changes in 2.1.5
416 ================
417
418 * UPD: afpd: support newlines in -loginmesg with \n escaping syntax
419 * UPD: afpd: support for changed chmod semantics on ZFS with ACLs
420        in onnv145+
421 * FIX: afpd: fix leaking ressource when moving objects on the server
422 * FIX: afpd: backport Solaris 10 compatibilty fix from 2.2: don't use
423        SO_SNDTIMEO/SO_RCVTIMEO, use non-blocking IO and select instead.
424 * FIX: afpd: misaligned memory access on Sparc in ad_setattr, fixes
425        bug 3110004.
426 * FIX: cnid_dbd: backport Solaris 10 compatibilty fix from 2.2: don't
427        use SO_SNDTIMEO/SO_RCVTIMEO, use non-blocking IO and select instead.
428
429 Changes in 2.1.4
430 ================
431
432 * FIX: afpd: Downstream fix for FreeBSD PR 148022
433 * FIX: afpd: Fixes for bugs 3074077 and 3074078
434 * FIX: afpd: Better handling of symlinks in combination with ACLs and EAs.
435        Fixes bug 3074076.
436 * FIX: dbd: Adding a file with the CNID from it's adouble file did
437        not work in case that CNID was already occupied in the database
438 * FIX: macusers: add support for Solaris
439 * NEW: cnid_metad: use a PID lockfile
440 * NEW: afpd: prevent log flooding
441 * UPD: dbd: ignore ".zfs" snapshot directories
442 * UPD: dbd: support interrupting -re mode
443
444 Changes in 2.1.3
445 ================
446
447 * FIX: afpd: fix a serious error in networking IO code
448 * FIX: afpd: Solaris 10 compatibilty fix: don't use SO_SNDTIMEO, use
449        non-blocking IO and select instead for writing/sending data.
450 * UPD: Support for BerkeleyDB 5.0.
451
452 Changes in 2.1.2
453 ================
454
455 * FIX: afpd: fix for possible crash in case more then one server is
456        configured in afpd.conf.
457 * FIX: afpd: ExtendedAttributes in FreeBSD
458 * FIX: afpd: sharing home folders corrupted the per volume umask.
459 * UPD: afpd: umask for home folders is no longer taken from startup umask.
460 * UPD: afpd: dont and permissions with parent folder when creating new
461        directories on "upriv" volumes.
462 * UPD: afpd: use 'afpserver@fqdn' instead of 'afpserver/fqdn@realm'.
463        Prevents a crash in older GNU GSSAPI libs on eg. CentOS 5.x.
464  
465 Changes in 2.1.1
466 ================
467
468 * UPD: fallback to a temporary in memory tdb CNID database if the volume
469        database can't be opened now works with the default backend "dbd" too.
470 * FIX: afpd: afp_ldap.conf was missing from tarball. This only effected
471        [Open]Solaris.
472 * FIX: afpd: Check if options->server is set in set_signature, preventing
473        SIGSEGV.
474 * FIX: afpd: server signature wasn't initialized in some cases
475 * FIX: DESTDIR support: DESTDIR was expanded twice
476 * FIX: Fix for compilation error if header files of an older Netatalk
477        version are installed.
478
479 Changes in 2.1-release
480 ======================
481
482 * NEW: afpd: new volume option "volsizelimit" for limitting reported volume
483        size. Useful for limitting TM backup size.
484 * UPD: dbd: -c option for rebuilding volumes which prevents the creation
485        of .AppleDouble stuff, only removes orphaned files.
486
487 Changes in 2.1-beta2
488 ====================
489
490 * NEW: afpd: static generated AFP signature stored in afp_signature.conf,
491        cf man 5 afp_signature.conf
492 * NEW: afpd: clustering support: new per volume option "cnidserver".
493 * UPD: afpd: set volume defaults options "upriv" and "usedots" in the
494        volume config file AppleVolumes.default. This will only affect
495        new installations, but not upgrades.
496 * FIX: afpd: prevent security attack guessing valid server accounts. afpd
497        now returns error -5023 for unknown users, as does AppleFileServer.
498
499 Changes in 2.1-beta1
500 ====================
501
502 * NEW: afpd: AFP 3.2 support
503 * NEW: afpd: Extended Attributes support using native attributes or
504        using files inside .AppleDouble directories.
505 * NEW: afpd: ACL support with ZFS
506 * NEW: cnid_metad: options -l and -f to configure logging
507 * NEW: IPv6 support
508 * NEW: AppleDouble compatible UNIX files utility suite `ad ...`.
509        With 2.1 only `ad ls`.
510 * NEW: CNID database maintanance utility dbd
511 * NEW: support BerkeleyDB upgrade. Starting with the next release
512        after 2.1 in case of BerkeleyDB library updates, Netatalk
513        will be able to upgrade the CNID databases.
514 * NEW: afpd: store and read CNIDs to/from AppleDouble files by default.
515        This is used as a cache and as a backup in case the database
516        is deleted or corrupted. It can be disabled with a new volume
517        option "nocnidcache".
518 * NEW: afpd: sending SIGINT to a child afpd process enables debug logging
519        to /tmp/afpd.PID.XXXXXX.
520 * NEW: configure args to download and install a "private" Webmin instance
521        including only basic Webmin modules plus our netatalk.wbm.
522 * NEW: fallback to a temporary in memory tdb CNID database if the volume
523        database can't be opened.
524 * NEW: support for Unicode characters in the range above U+010000 using
525        internal surrogate pairs
526 * NEW: apple_dump: utility to dump AppleSingle and AppleDouble files
527 * NEW: afpldaptest: utility to check afp_ldap.conf.
528 * UPD: atalkd and papd are now disabled by default. AppleTalk is legacy.
529 * UPD: slp advertisement is now disabled by default. server option -slp
530        SRVLOC is legacy.
531 * UPD: cdb/dbd CNID backend requires BerkeleyDB >= 4.6
532 * UPD: afpd: default CNID backend is "dbd"
533 * UPD: afpd: try to install PAM config that pulls in system|common auth
534 * UPD: afpd: symlink handling: never followed server side, client resolves
535        them, so it's safe to use them now.
536 * UPD: afpd: Comment out all extension->type/creator mappings in
537        AppleVolumes.system. They're unmaintained, possibly wrong and
538        do not fit for OS X.
539 * FIX: rewritten logger
540 * FIX: afpd: UNIX permissions handling
541 * FIX: cnid_dbd: always use BerkeleyDB transactions
542 * FIX: initscripts installation now correctly uses autoconf paths,
543        ie they're installed to --sysconfdir.
544 * FIX: UTF-8 volume name length
545 * FIX: atalkd: workaround for broken Linux 2.6 AT kernel module:
546        Linux 2.6 sends broadcast queries to the first available socket
547        which is in our case the last configured one. atalkd now tries to
548        find the right one.
549        Note: now a misconfigured or plugged router can broadcast a wrong route !
550 * REM: afpd: removed CNID backends "db3", "hash" and "mtab"
551 * REM: cnid_maint: use dbd
552 * REM: cleanappledouble.pl: use dbd
553 * REM: nu: use `macusers` instead
554
555 Changes in 2.0.5
556 ================
557
558 * NEW: afpd: Time Machine support with new volume option "tm".
559 * FIX: papd: Remove variable expansion for BSD printers. Fixes CVE-2008-5718.
560 * FIX: afpd: .AppleDxxx folders were user accessible if option 'usedots'
561        was set 
562 * FIX: afpd: vetoed files/dirs where still accessible
563 * FIX: afpd: cnid_resolve: don't return '..' as a valid name.
564 * FIX: uniconv: -d option wasn't working
565
566 Changes in 2.0.4
567 ================
568
569 * REM: remove timeout 
570 * NEW: afpd: DHX2 uams using GNU libgcrypt.
571 * NEW: afpd: volume options 'illegalseq', 'perm' and 'invisibledots'
572        'ilegalseq'  encode illegal sequence in filename asis, ex "\217-", which is not 
573        a valid SHIFT-JIS char, is encoded  as U\217 -.
574        'perm' value OR with the client requested permissions. (help with OSX 10.5
575        strange permissions).
576        Make dot files visible by default with 'usedots', use 'invisibledots' 
577        for keeping the old behavior, ie for OS9 (OSX hide dot files on its
578        own).
579 * NEW: afpd: volume options allow_hosts/denied hosts
580 * NEW: afpd: volume options dperm/fperm default directory and file
581        permissions or with server requests.
582 * NEW: afpd: afpd.conf, allow line continuation with \ 
583 * NEW: afpd: AppleVolumes.default allow line continuation with \
584 * NEW: afpd: Mac greek encoding.
585 * NEW: afpd: CJK encoding.
586 * UPD: afpd: Default UAMs: DHX + DHX2
587 * FIX: afpd: return the right error in createfile and copyfile if the disk
588        is full.
589 * FIX: afpd: resolveid return the same error code than OSX if it's a directory
590 * FIX: afpd: server name check, test for the whole loopback subnet 
591        not only 127.0.0.1.
592 * UPD: afpd: limit comments size to 128 bytes, (workaround for Adobe CS2 bug).
593 * UPD: afpd: no more daemon icon.
594 * UPD: usedots, return an invalide name only for .Applexxx files used by netatalk not
595        all files starting with .apple.
596 * UPD: cnid: increase the number of cnid_dbd slots to 512.
597 * FIX: cnid: dbd detach the daemon from the control terminal.
598 * UPD: cnid: never ending Berkeley API changes...
599 * UPD: cnid: dbd add a timeout when reading data from afpd client.
600 * UPD: cnid: Don't wait five second after the first error when speaking to the dbd
601        backend.
602 * FIX: papd: vars use % not $
603 * FIX: papd: quote chars in popen variables expansion. security fix.
604 * FIX: papd: papd -d didn't write to stderr.
605 * FIX: papd: ps comments don't always use ()
606 * FIX: many compilation errors (solaris, AFS, Tru64, xfs quota...).
607
608 Changes in 2.0.3
609 ================
610
611 * NEW: afpd: add a cachecnid option that controls if afpd should 
612        use the IDs stored in the AD2 files as cache. Defaults
613        to off.
614 * UPD: afpd: deal with more than 32 groups.
615 * FIX: afpd: several catsearch fixes, based on patch from
616        TSUBAKIMOTO Hiroya.
617 * FIX: afpd: fix a race when a client very quickly reconnects and 
618        tries to kill its old session.
619 * FIX: afpd: OSX style symlink caused problems with Panther clients.
620 * FIX: afpd: old files with default type didn't show the right icon
621        in finder, from Shlomi Yaakobovich, slightly modified.
622 * FIX: cnid_check: disable cnid_check if CNID db was configured with
623        transactions and really bail out after the first error.
624 * FIX: admin-group configure option was broken.
625 * FIX: several problems with IDs cached in AD2 files.
626 * FIX: Ignore BIDI in UTF8 hints from OSX.
627 * FIX: Lots of gcc warning fixes.
628 * FIX: small configure script changes.
629
630
631 Changes in 2.0.2
632 ================
633
634 * NEW: cnid: Add an indexes check and rebuild, optional for dbd 
635        (parameter check default no), standalone program cnid_index for
636        cdb.
637 * UPD: Enhanced afpd's -v command line switch and added -V for more 
638        verbose information
639 * UPD: uams_gss: build the principal used by uams_gss.so from afpd's
640        configuration, don't use GSS_C_NT_HOSTBASED_SERVICE
641 * UPD: cnid_dbd: add process id in syslog and small clean up
642 * REM: remove netatalkshorternamelinks.pl cf. SF bug [ 1061396 ]
643        netatalkshorternamelinks.pl broken
644 * FIX: afpd: check for DenyRead on FPCopyFile
645 * FIX: afpd: add missing flush for AD2 Metadata on FPCopyFile, SF bug 
646        [ 1055691 ] Word 98 OS 9 Saving an existing file
647 * FIX: afpd: Deal with AFP3 connection and type 2 (non-UTF8) names.
648        reported by Gair Heaton, HI RESOLUTION SYSTEMS
649 * FIX: afpd: Broken 'crlf' option
650 * FIX: afpd: fix SF bug [ 1079622 ] afpd/dhx memory bug, 
651        by Ralf Schuchardt
652 * FIX: afpd: Return an error if we cannot get the db stamp in 
653        afp_openvol.
654 * FIX: afpd: Fix slp registration with Solaris9 slpd, from
655        hat at fa2.so-net.ne.jp
656         
657
658 Changes in 2.0.1
659 ================
660
661 * NEW: --enable-debian configure option. Will install /etc/init.d/atalk
662        to get not in conflict with standard debian /etc/init.d/netatalk.
663        Reads netatalk.conf from $ETCDIR and not from /etc/default/
664 * UPD: Disable logger code by default. Log to syslog instead
665 * UPD: changed netatalk.conf default settings to prevent problems with
666        AppleTalk zone names containing spaces
667 * FIX: insecure tempfile handling bug in etc2ps.sh,
668        found by Trustix, CAN-2004-0974.
669 * REM: remove add_netatalk_printer and netatalk.template from stable 
670        branch until fixed. (possible symlink vulnerabilities)
671 * FIX: afpd: set hasBeenInited in default finder info. This bug caused 
672        endless finder refreshes with OS9 finder if the noadouble option 
673        was used. From TSUBAKIMOTO Hiroya.
674 * FIX: afpd: fix a bug in default CREATOR/TYPE handling. Due to this bug 
675        the type/creator mappings in AppleVolumes.system were ignored, 
676        causing problems i.e. with OS9 clients.
677 * FIX: AppleVolumes.system: By default don't define a CREATOR/TYPE for a
678        file of unknown type.
679 * FIX: fix two Tru64 UNIX compilation errors, 
680        from Burkhard Schmidt bs AT cpfs.mpg.de
681 * FIX: afpd: FPMapId wasn't using UTF8 for groups if requested by client.       
682
683 Changes in 2.0.0
684 ================
685
686 * UPD: afpd: add an error message if -ipaddr parameter cannot be parsed
687 * UPD: updated documentation
688 * FIX: afpd: fix a file descriptor and memory leak with OSX ._ resource fork
689 * FIX: afpd: Prevent overwriting a file by renaming a file in the same 
690        directory to the same name. Won't work with OSX, the dest file gets 
691        deleted by OSX first.
692 * FIX: sometimes '0' was used instead of 0 for creator/type
693 * FIX: removed setpgrp check from configure, we don't use it anymore and
694        it doesn't work with cross compile.
695 * FIX: fix for Solaris "make maintainer-clean", from Alexander Barton
696 * FIX: fix username matching bug in afppasswd. from kanai at nadmin dot org
697 * FIX: reworked username check a little. Depending on the UAM, the wrong
698        username _could_ have been selected.
699
700 Changes in 2.0-rc2
701 ==================
702
703 * UPD: use 0 0 for default creator/type rather than UNIX TEXT, from
704        Shlomi Yaakobovich.
705 * UPD: updated documentation
706 * UPD: change machine type from Macintosh to Netatalk in status reply
707 * FIX: afpd: CopyFile only create a resource fork for destination if source
708        has one.
709 * FIX: afpd: mangling: for utf8 --> max filename length is 255 bytes, else 31.
710 * FIX: cnid_dbd: fix a signed/unsigned, 16/32 bits mismatch. from Burkhard
711        Schmidt, bs at cpfs.mpg.de.
712 * FIX: afpd: After ad_setid don't flush resource fork if it has not been
713        modified.
714 * FIX: NEWS: Fixed ancient NEWS entries. Removed umlauts
715 * FIX: fix macname cache, SF bug 1021642
716 * FIX: revert Makefile change from 2.0-rc1. We have to include BDB_CFLAGS
717        after CFLAGS
718
719 Changes in 2.0-rc1
720 ==================
721
722 * NEW: new manual page for asip-status.pl
723 * UPD: updated documentation
724 * UPD: uams: link uam_dhx_passwd.so to lcrypt before lcrypto. might help with
725        MD5 passwords
726 * UPD: Improved BerkeleyDB detection
727 * UPD: sys/solaris/Makefile.in: enable 'make check', from Alexander Barton
728 * UPD: tcp wrappers detection should work on OpenBSD as well now
729 * UPD: macbin: increase the maximum size of macbinary forks, as suggested by 
730        Sourceforge bug ID 829221
731 * UPD: ASP: rework getstatus. use several ASP packets if the client allows
732        it, otherwise just send as much as we can
733 * FIX: FreeBSD 5 build, from Alex Barton (alex at barton.de)
734 * FIX: OSX 10.3 build
735 * FIX: papd: workaround a problem with PJL before Postscript
736 * FIX: afpd: make sure we only disconnect on old session if the users match
737 * FIX: apfd: Quark6 mangled long filenames should work better now
738 * FIX: enhance ADv1 to ADv2 conversion. Fixed a SIGSEGV reported by Mark Baker
739 * FIX: better detection of invalid resource forks
740 * FIX: fix some linking problems on OpenBSD
741 * FIX: afpd: catsearch.c, filedir.c: fix bogus casts, from Olaf Hering 
742        (olh at suse.de)
743 * FIX: afpd: don't try to create special folders and .volinfo on read-only
744        volumes
745 * FIX: iconv/unicode enhancements. fixed a sigsegv on conversion error
746 * FIX: configure.in: fix a typo, reported by Joerg Rossdeutscher
747 * FIX: uniconv: enhanced uniconv behaviour
748 * FIX: fixed some Solaris compilation problems
749 * FIX: papd/Makefile.am: add a missing $DESTDIR, from Vlad Agranovsky
750 * FIX: afpd: quota.c: remove a c99 declaration, from Yann Rouillard
751 * FIX: configure.in: Solaris/gcc 3.0 fix, from Yann Rouillard
752 * FIX: afpd: fix a SIGSEGV when sharing home dirs without any options in 
753        AppleVolumes.
754 * FIX: numerous small bugfixes
755
756 Changes in 2.0-beta2
757 ====================
758
759 * NEW: atalkd, papd and npb tools now support nbpnames with extended
760        characters
761 * NEW: integrated CUPS support for papd
762 * NEW: optionally advertise SSH tunneling capabilties
763 * NEW: automatic logfile removal for cnid_metad
764 * NEW: asip-status.pl has been added to netatalk
765 * UPD: updated documentation
766 * UPD: we now require Berkeley DB >= 4.1
767 * UPD: 64bit Linux fixes from Stew Benedict, Mandrakesoft
768 * UPD: remove --enable-sendfile
769 * UPD: more verbose error messages
770 * FIX: better handling for resource forks without read access
771 * FIX: Tru64 build, by Burkhard Schmidt
772 * FIX: MIT Kerberos detection
773 * FIX: varios *BSD compile problems
774 * FIX: compile problem with libiconv, reported by Joe Marcus Clarke
775 * FIX: adv1tov2: make it work with the new structure
776 * FIX: afpd: filenames longer than 127 bytes were not enumerated correctly,
777        reported by Thies C. Arntzen
778 * FIX: afpd: return IP before FQDN in status reply.
779 * FIX: afpd: Mac chooser could crash on a codepage conversion error
780 * FIX: afpd: KerberosV auth with Panther clients, make long AD tickets work,
781        reported by Andrew Smith
782 * FIX: atalkd: could send invalid NBPLKUP replies, e.g with more than 15
783        printers. Reported by Almacha
784 * FIX: papd: fix papd.conf parsing problems with consecutive ':' and missing 
785        newline. Reported by Craig White.
786 * FIX: megatron: make megatron work with UTF-8 volumes
787 * FIX: timeout: running timeout with commands which accept arguments, 
788        from Yuval Yeret.
789 * FIX: uniconv: fix a SEGFAULT, reported by Matthew Geier
790 * FIX: pam detection: PAM_C/LDFLAGS were always empty, from Alexander Barton
791 * FIX: numerous small bugfixes.
792
793 Changes in 2.0-beta1
794 ====================
795
796 * NEW: OSX style adouble scheme
797 * NEW: japanese SHIFT_JIS codepage (iconv supplied)
798 * NEW: Solaris kernel module build integrated with configure
799 * NEW: Gentoo start scripts
800 * NEW: cnid_dbd doesn't use transactions by default
801 * FIX: afpd: the volume casefold option was broken
802 * FIX: afpd: update AD2 headers and keep owner on file exchange
803 * FIX: Solaris 9 and FreeBSD 4.9/5.2 compilation
804 * FIX: free space reported with groups quotas on Linux
805 * FIX: OS9/OS X didn't update free space
806 * FIX: finder crash if folder opened got deleted by another process
807 * FIX: randnum UAM wasn't AFP3 ready
808 * FIX: numerous small bugfixes.
809
810 Changes in 2.0-alpha2
811 =====================
812
813 * NEW: uniconv tool for converting volume encoding.
814 * NEW: afpd: Make sure getstatus doesn't return loopback address as server IP.
815 * NEW: afpd: Specify USEDOTS with MSWINDOWS implicitely.
816 * NEW: afpd: SRVLOC register with IP address instead of hostname by default,
817        if -fqdn is specified register with FQDN.  Added extended character 
818        support for SLP, non ASCII characters are escaped Added ZONE to registration.
819 * NEW: atalkd: Make atalkd set interfaces to ALLMULTI on linux by default.
820 * NEW: cnid_metad: Use DB_PRIVATE attribute for dbd backend without transaction.
821 * FIX: afpd: Partial workaround for an OSX client deadlock.
822 * FIX: afpd: Reenumerate folder if db is out of sync in resolveID.
823 * FIX: afpd: Don't modify modification date in copyfile.
824 * FIX: afpd: Variable $v substitution: always use name defined in config files.
825 * FIX: libatalk: Speed optimisation for byte locking was broken on resource fork.
826 * FIX: Solaris 9 compilation.
827 * FIX: Tru64 compilation fixes.
828 * FIX: AFS compilation fixes.
829 * FIX: strncpy bugfix.
830 * FIX: configure, man pages update and small bugfixes.
831
832 Changes in 2.0-alpha1
833 =====================
834
835 * NEW: afpd: We now support AFP 3.x, which features long filenames and 
836        large file support
837 * NEW: CNID handling completely reworked. We now use per Volume configurable
838        CNID backends.
839 * NEW: Two new daemons, cnid_metad and cnid_dbd to implement the dbd CNID backend.
840        Using Berkeley DB transactions with the CNID database should be safe now.
841 * NEW: The on disk format of the CNID database has changed. We now support 8 byte
842        device and inode numbers and an additinal type field that should make 
843        detection of file/directory changes outside of afpd more robust. 
844        Changed from HASH to BTREE access which speeds things up in certain cases 
845        and reduces database file size.
846 * NEW: Long file name mangling is now implemented using the CNID ID, so no database is 
847        required to map names to mangled names. This is the same method Mac OS X uses. 
848 * NEW: New format (version 2) for Metadata in AppleDouble files. We record device and  
849        inode of the underlying file as well as the CNID. This can be used for recovery
850        and speeds up access to the CNID.
851 * NEW: The old NLS codepage system has been removed. It was replaced by an iconv 
852        based conversion system, which provides much more flexibility.
853 * NEW: You can safely use extended characters in volume names and for SIGUSR2 messaging.
854 * NEW: The default volume encoding is UTF-8.
855 * NEW: All documentation is now generated using DocBook. New or completely reworked 
856        sections about installing, setting up and upgrading Netatalk replace various 
857        README files in the doc directory.
858 * FIX: Protect afpd better against unexpected signals during updates of the CNID
859        database with the cdb backend. This makes database corruption less likely.   
860 * FIX: All manpages have been reviewed and should now be up to date.
861 * FIX: Tons of bug fixes since 1.6.4. Please consults the CVS change log for details.
862
863 Changes in 1.6.4
864 ================
865
866 * NEW: afpd: Using the mswindows option now implicitly specifies usedots.
867   [Sam Noble]
868 * UPD: afpd.8: Updated the option documentation.
869   [Thomas Kaiser, Sebastian Rittau]
870 * FIX: configure: Removed broken --with-flock-locks option. [Bjoern Fernhomberg]
871 * FIX: libatalk: Do not log network probe (OSX 10.3). [Didier Gautheron]
872 * FIX: libatalk: Deadlock in signal handlers. [Didier]
873 * FIX: libatalk: Compilation with Linux kernel 2.6 fixed. [Sebastian, Bjoern]
874 * FIX: afpd: Solaris compile issues. [Bjoern]
875 * FIX: afpd: If connection broke in dsi_tickle the child did never die. [Bjoern]
876 * FIX: afpd: Catsearch, fixes a possible segmentation fault. [Bjoern]
877 * FIX: afpd: Compilation issues. [Olaf Hering, Sebastian]
878 * FIX: cnid: Fix compile problems on Tru64. [Burkhard Schmidt]
879 * FIX: megatron: Fixed an uninitialized variable. [Olaf]
880 * FIX: installation: Don't overwrite PAM file if --enable-overwrite configure
881        option is not set. [Sam, Ryan Cleary]
882 * FIX: installation: Fixed BSD installation. [Toru TAKAMIZU]
883 * FIX: docs: Removed ssl-dir/ssl-dirs confusion from doc/INSTALL. [Bjoern]
884
885 Changes in 1.6.3
886 ================
887
888 * UPD: afpd: Infrastructural support for an upcoming Kerberos 5 UAM.
889        [Sam Noble]
890 * UPD: uams_dhx_passwd: Better random seed in Tru64. [Burkhard Schmidt]
891 * FIX: afpd: Bug in AFP connection negotiation stage. [Sam]
892 * FIX: afpd: Catsearch, when Mac and unix name differ, search on attributes.
893 * FIX: afpd: Files could be opened for writing on read-only filesystems.
894 * FIX: afpd: Debugging using SIGUSR1 was broken. [Stefan Muenkner]
895 * FIX: afpd: Segfault after login. [Robby Griffin, Sean Bolton]
896 * FIX: psf: Correct path to etc2ps.sh.
897 * FIX: shell_utils: Don't distribute generated files.
898 * FIX: aecho: -A option didn't work. [Chris Shiels]
899 * FIX: configure: Berkeley DB path detection could be wrong. [Stefan]
900 * FIX: Automake build fixes.
901
902 Changes in 1.6.2
903 ================
904
905 * FIX: atalkd: Fixes for reading long configuration file lines. [Dan Wilga]
906 * FIX: afpd: CNID id allocation in a multiuser environment.
907 * FIX: papd: Fix PSSP support when PAM is enabled.
908 * FIX: macusers: Can now cope with IP addresses as well as host names.
909 * FIX: etc2ps.sh: Install correctly.
910
911 Changes in 1.6.1
912 ================
913
914 * UPD: Improve --enable-fhs. [Olaf Hering]
915 * UPD: Add BDB 4.1.x support.
916 * UPD: Add more documentation on CNID, as well as list which versions
917        of Berkeley DB are supported.
918 * FIX: Codepage file maccode.koi8-r is now correctly cleaned.
919 * FIX: Fix init script location on SuSE. [Olaf]
920 * FIX: Build fixes. [Olaf, Steven N. Hirsch]
921 * FIX: Various bugs when a user doesn't have access permission to a folder.
922        (Fixes an OSX kernel panic.)
923 * FIX: CNID, folders' DID handling with concurrent access or symlinks.
924        (Fixes an endless loop in afpd.)
925
926 Changes in 1.6.0
927 ================
928
929 * FIX: pap looks at the STDOUT file descriptor to see if it's connected to
930        a tty, instead of STDIN.
931
932 Changes in 1.6pre2
933 ==================
934
935 * UPD: Removed --with-catsearch option from configure and enable FPCatSearch
936        by default.
937 * UPD: The dbpath argument does now support variable substitution.
938 * FIX: Build fix for non-GNU-C compilers in libatalk/util/logger.c.
939 * FIX: Two directories with the same name but different case confused the
940        Mac Finder.
941 * FIX: The ROOT_PARENT directory could get invalidated.
942
943 Changes in 1.6pre1
944 ====================
945
946 * NEW: Long file name mangling support.
947 * NEW: Improved log file support.
948 * NEW: Server-side find capability ("FPCatSearch")
949 * NEW: Concurrent datastore (CDB) is now the default CNID datastore.  This
950        should be heavily tested in a multiuser environment.
951 * NEW: Variable substitution support has been added for the dbpath AppleVolume
952        option.
953 * UPD: CNID DID handling is now enabled by default.
954 * FIX: Various bug and build fixes as well as code cleanups.
955
956 Changes in 1.5.5
957 ================
958
959 * NEW: Allow afpd debugging to be enabled by sending the afpd process
960        a SIGUSR1.
961 * NEW: Allow SLP to be disabled per afpd process by adding a new -noslp flag
962        to afpd.conf.
963 * FIX: Use server name (if not NULL) for the SLP URL.
964 * FIX: papd: buffer overflow during config file read (Olaf Hering)
965
966 Changes in 1.5.4
967 ================
968
969 * FIX: File open read only and then read write (aka pb with Illustrator).
970 * FIX: Problems with unexpected EOF when reading files on a ddp connection
971        Photoshop, old finder.
972 * FIX: --with-nls-dir option does now work
973
974 Changes in 1.5.3
975 ================
976
977 * UPD: Extend the --disable-shell-check functionality to ignore users
978        with _no_ shell.  Also, send a log message if a user is refused login
979        based on the fact that they have no shell.
980 * UPD: Autoconf updates.
981 * UPD: Tru64 afpd authentication updates.
982 * UPD: As always: lots of minor code cleanups.
983 * FIX: Problems with Photoshop trying to open image files has been
984        corrected.
985 * FIX: Preserve special permission bits when creating or modifying
986        directories.
987 * FIX: afp_deleteid() now deletes the specified file and not the parent
988        directory.
989 * FIX: papd does now announce that it supports binary data to its clients.
990 * FIX: NetBSD ELF support.
991 * FIX: acleandir.rc is now installed in the bin directory.
992 * FIX: megatron does now compile even if compiled with -DDEBUG.
993 * FIX: Clean up some syslog messages.
994
995 Changes in 1.5.2
996 ================
997
998 * NEW: NetBSD support contributed by David Rankin and NetBSD contributors.
999        This includes a new configure option --enable-netbsd.
1000 * NEW: Add the -client_polling afpd.conf flag to allow for clients to poll
1001        the server every 10 seconds for open window updates.  Currently
1002        this is the only way to get asynchronous directory updates.
1003 * UPD: Use separate macro for AFS configure check.
1004 * UPD: Some Perl scripts are now (partially) auto-generated. This improves
1005        out-of-the-box usage of Netatalk.
1006 * UPD: Solaris Kernel Makefile is now auto-generated. This fixes some path
1007        issues, but isn't perfect, yet. Added some Solaris compatibility
1008        fixes to the Kernel sources, too.
1009 * UPD: CNID DB code sync'd with the current CVS version.  NOTE: Using this
1010        code requires you to delete _all_ existing .AppleDB directories in
1011        order to avoid database corruption!
1012 * FIX: The file AppleVolumes.system contained wrong line breaks so that
1013        not all file types were properly recognized.
1014 * FIX: AFS compilation would fail due to a misnamed variable.
1015 * FIX: SLP configure check was wrong so SLP did not compile.
1016 * FIX: Fix the way quotas are handled under certain situations.
1017 * FIX: Do not enable debugging code if debugging option is not set.
1018 * FIX: Some problems with wrongly assigned DIDs were fixed.
1019 * FIX: Various bug fixes and code cleanups.
1020
1021 Changes in 1.5.1
1022 ================
1023
1024 * NEW: Added a program called cnid_didname_verify that can be used to
1025        verify the consistency of the CNID database.
1026 * NEW: New afpd option: -timeout. Warning: This still doesn't do what it's
1027        supposed to!
1028 * UPD: Code cleanups and compatibility fixes to macusers.
1029 * UPD: AppleVolumes.system was cleaned up.
1030 * FIX: Really fix Tru64 compilation (see last entry).
1031 * FIX: Hand correct error value back to AFP client when deleting files or
1032        directories fails.
1033 * FIX: Leading or trailing spaces are now forbidden on volumes that have
1034        the AFPVOL_MSWINDOWS flag set.
1035 * FIX: Minor code cleanups and warning fixes.
1036 * FIX: Make quota support work on FreeBSD.
1037
1038 Changes in 1.5.0
1039 ================
1040
1041 * FIX: Compilation on Tru64 systems was broken, since libtool's acinclude.m4
1042        file on the packagers system did not contain the necessary patch.
1043 * FIX: On some systems, atalkd refuses to start, since it couldn't detect
1044        any interfaces. This was caused by an overzealous validity check.
1045
1046 Changes in 1.5rc2
1047 =================
1048
1049 * FIX: contrib/shell_utils/lp2pap.sh was erased when "make clean" was called.
1050        Now we distribute lp2pap.sh.tmpl instead, and lp2pap.sh is automatically
1051        generated during package build.
1052 * FIX: Some platforms (notably Tru64) don't have the snprintf() call, which
1053        was used in etc/afp/afp_config.c. This call was replaced by sprintf()
1054        and prior bounds checking.
1055
1056 Changes from the 1.4b1 release:
1057 ===============================
1058
1059 *   Fixed the maximum free/total volume size in afpd.
1060
1061 *   Made ~ the default volume in afpd.
1062
1063 *   Fixed pid file handling and changed setpgrp() to setpgid() in afpd,
1064     papd, and atalkd.
1065
1066 *   Added code to afpd to set the Unix file time stamps with utime().
1067
1068 *   Fixed a bug in papd's printcap code which limited it to 15 or so
1069     printers.
1070
1071 *   Fixed papd's handling of piped printers.
1072
1073 *   Fixed papd's handling of bad job names.
1074
1075 *   Fixed atalkd to send NBP LKUP packets from NBP port.
1076
1077 *   Added "sync;sync;sync" to Solaris kinstall to help with streams
1078     file corruption.
1079
1080 *   Added nlocalrts to streams ddp.conf.  Thanks Thomas Tornblom.
1081
1082 *   Fixed signed extension infinite loop in Solaris module.
1083
1084 *   Moved all the config files to .../config.
1085
1086 Changes from the 1.3.3 release:
1087 ===============================
1088
1089 *   Added code from Sun Microsystems, Inc (OPCOM) for Solaris support.
1090     See COPYRIGHT.
1091
1092 *   Added support for FreeBSD, mostly changes by Mark Dawson and Julian
1093     Elischer.
1094
1095 *   All sorts of other stuff.
1096
1097 Changes from the 1.3.1 release:
1098 ===============================
1099
1100 *   Added options to psf's filter names to support accounting on HPs.
1101     !!! NOTE:  The location of the filters has changed, see the man
1102     page for where.
1103
1104 *   Added code from Alan Cox to support Linux.
1105
1106 *   Rewrote papd.  Now handles dropped connections better.
1107     Configuration has been modernized.  !!! NOTE: The format of the
1108     configuration file has changed, but NOT THE NAME.
1109
1110 *   Added Kerberos support to papd.
1111
1112 *   atalkd now removes routes on a SIGTERM.  Still can't just restart
1113     it, but it's closer.
1114
1115 *   Changed atalkd and the kernel driver to remove a hack added to
1116     support sending to 0.255.  Now the kernel will allow multiple open
1117     sockets with the same port, so long as the addess associated with
1118     the port is different.  atalkd now opens a socket for each port on
1119     each interface.
1120
1121 *   atalkd now rewrites its configuration file.  If no configuration
1122     file is given, one will be generated.  Permissions on the new
1123     configuration file will be inherited from the old one.  If there is
1124     no old one, permissions default to 644.  Won't rewrite the file if
1125     the owner doesn't have write permission.
1126
1127 *   Removed support for the "AFS Kerberos UAM", in favor of the
1128     "AuthMan UAM".  Kerberos support should now be much more
1129     straight-forward.
1130
1131 *   Fixed a bug in afpd which would cause incorrect group calculations
1132     on ultrix machines.
1133
1134 *   Fixed a bug in afpd which causes SimpleText and some other
1135     applications to silently fail to write.  There's also a bug in
1136     MacOS, but we can't fix that.
1137
1138 *   Fixed a bad interaction with afpd and AFS which would cause file
1139     writes to not propogate between AFS clients.
1140
1141 *   !!! CHANGED the name(s) of afpd's config files.  The new files are
1142     AppleVolumes.system and AppleVolumes.default.  If AppleVolumes.system
1143     exists, it is always read, AppleVolumes.default is only read if the
1144     user has no AppleVolumes file.  Included a flag "-u" to indicate
1145     which file has precedence.  "-u" user wins, otherwise ".system"
1146     wins.
1147
1148 *   Rewrote the AppleVolumes parsing code.  Now works.
1149
1150 *   Added a filename extension mapping to afpd.  User always takes
1151     precedence, regardless of the "-u" flag.  Code to change the type
1152     of all Unix files contributed by Kee Hinckley <nazgul@utopia.com>.
1153
1154 *   afpd now supports both UFS and AFS volumes simultaneously.  It also
1155     uses access() to attempt to calculate reasonable Mac permissions
1156     for AFS directories.
1157
1158 *   Changed reporting of file times.  Files that are written from Unix
1159     now update the Mac's idea of the files modification time.  Unix
1160     mtime is now reported instead of ctime.
1161
1162 *   Added support for a new UAM to afpd.  This requires that client
1163     Macs have MacTCP and AuthMan installed.  Should make running afpd
1164     for AFS easier.
1165
1166 *   Removed code so that otherwise valid volumes for which the mounting
1167     user has no permission will appear in the volume selection dialog
1168     on the Mac gray-ed out.
1169
1170 *   Added code from Chris Metcalf of MIT to the AppleDouble library
1171     which improves permission inheritance.
1172
1173 *   Added code from G. Paul Ziemba of Alantec, Inc to better report
1174     errors in psf.  Also changed psf to use syslog for errors that
1175     users aren't interested in.
1176
1177 *   Added information to psf's man page to better explain the
1178     interaction between psf, pap, and lpd.
1179
1180 *   Make psf/pap/psa do accounting when it's turnes on in
1181     /etc/printcap.
1182
1183 *   Changed pap's error message when there is no printer specified on
1184     the command line and no .paprc is found.  Also heavily modified
1185     pap's man page to reflect changes in the "new" version of pap,
1186     including moving it from section 8 to section 1.
1187
1188 *   Fixed a byte-order bug in pap's sequence numbers.  Doubt if pap has
1189     ever worked right on little endian machines!
1190
1191 *   Added a flag to pap to optionally close before receiving EOF from
1192     the printer.  Off by default.  psf calls pap with this option on.
1193
1194 *   Added timeouts to the nbp library calls.  This means that processes
1195     won't hang when atalkd dies during boot, thus hanging your
1196     machine.
1197
1198 Changes from the 1.3 release:
1199 =============================
1200
1201 *   Fixed a bug in afpd which would cause APPL mappings to contain both
1202     mac and unix path names.  The fixed code will handle the old
1203     (corrupted) database.
1204
1205 *   Fixed a *very* serious bug which would cause files to be corrupted
1206     when copying to afpd.
1207
1208 *   Fixed a bug in afpd which would cause replies to icon writes to
1209     contain the written icon.
1210
1211 *   Filled in the function code switch in afpd.  Previously, a hacker
1212     could probably have used afpd to get unauthorized access to a
1213     machine running afpd.
1214
1215 *   Fixed a bug in the asp portion of libatalk.a which could cause the
1216     malloc()/free() database to be corrupted.
1217
1218 *   Fixed a bug in atalkd's zip query code.  With this bug, only the
1219     first N % 255 nets get queried.  However, since nets bigger than
1220     255 are usually pretty unstable, the unqueried for nets will
1221     eventually get done, when N drops by one.
1222
1223 *   Suppressed a spurious error ("route: No such process") in atalkd.
1224
1225 Changes from the 1.2.1 release:
1226 ===============================
1227
1228 *   atalkd is completely rewritten for phase 2 support.  atalkd.conf
1229     from previous version will not work!
1230
1231 *   afpd now has better AFS support.  In particular, the configuration
1232     for AFS was made much easier; a number of Kerberos-related
1233     byte-ordering and time problems were found; clear-text passwords
1234     were added (thanks to geeb@umich.edu).
1235
1236 *   afpd now handles Unix permissions much better (thanks to
1237     metcalf@mit.edu).
1238
1239 *   There are many, many more changes, but most are small bug fixes.
1240
1241 Changes from the 1.2 release:
1242 =============================
1243
1244 *   The Sun support now uses loadable kernel modules (a la VDDRV)
1245     instead of binary patches. As such, it should work on any sunos
1246     greater than 4.1, and is confirmed to work under 4.1.1 and 4.1.2.
1247
1248 *   The DEC support no longer requires source. It also runs under
1249     ultrix 4.1 and 4.2. It still requires patching your kernel, but the
1250     patches are limited to those files available to binary-only sites
1251     -- primarily hooks for things like netatalk.
1252
1253 *   The etc.rc script now uses changes made to nbprgstr (see below).
1254
1255 *   aecho now takes machine names on the command line.
1256
1257 *   nbplkup now takes a command line argument specifying the number of
1258     responses to accept. It also takes its defaults from the NBPLKUP
1259     environment variable.
1260
1261 *   nbprgstr may be used to register a name at any requested port.
1262
1263 *   afpd now logs if an illegal shell is used during login, instead of
1264     silently denying service.
1265
1266 *   A bug in afpd which caused position information for the directory
1267     children of the root of a volume to be ignored has been fixed.
1268
1269 *   Several typos in afpd which would cause include files necessary to
1270     ultrix to be skipped have been fixed.
1271
1272 *   atalkd will no long propagate routes to networks whose zone
1273     it doesn't know.
1274
1275 *   atalkd no longer dumps core if it receives a ZIP GetMyZone request
1276     from a network whose zone it doesn't know. (Since this currently
1277     can only happen from off net, it's not precisely a legal request.)
1278
1279 *   pap and papd (optionally) no longer check the connection id in PAP
1280     DATA responses. Both also maintain the function code in non-first-packet
1281     PAP DATA responses.  These changes are work-arounds to deal with
1282     certain AppleTalk printer cards, notably the BridgePort LocalTalk
1283     card for HP LJIIISIs.
1284
1285 *   pap no longer sends an EOF response to each PAP SENDDATA request,
1286     only the first.
1287
1288 *   A bug in papd which would cause it to return a random value when
1289     printing the procset to a piped printer has been fixed.
1290
1291 *   A bug relating to NBP on reverse-endian machines has been fixed.
1292
1293 *   atp_rsel() from libatalk now returns a correct value even if it
1294     hasn't recieved anything yet.
1295
1296 *   atalk_addr() from libatalk no longer accepts addresses in octal
1297     format, since AppleTalk addresses can have leading zeros. Also it
1298     checks that the separator character is a '.'.
1299
1300 *   Pseudo man pages for nbplkup, nbprgstr, and nbpunrgstr, have been
1301     added.
1302
1303 *   The example in the psf(8) man page is now correct.
1304
1305 *   The man pages for changed commands have been updated.
1306
1307 *   The README files for various machine have been updated
1308     appropriately.