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