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