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