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