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