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