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