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