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