Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Aug 1998 22:18:49 +0200 (CEST)
From:      Stefan Bethke <stb@hanse.de>
To:        freebsd-hackers@FreeBSD.ORG
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Warning: Change to netatalk's file name handling
Message-ID:  <Pine.BSF.3.96.980825220803.25049B-100000@transit.hanse.de>

next in thread | raw e-mail | index | archive | help
As you might be aware, Mac's tend to use characters in file names usually
not used on UN*X systems, namely in the range \0x01-\0x1F and \0x7f-\0xff.

Especially annoing is the "Icon\0x0D" for Custom Icons on Folders or
Volumes.

I will put a patch in the netatalk port that maps all characters outside
of \0x20 to \0x7E (aka isprint()) to the equivalent hex ":xx" sequence.

This will break access to files which names contain characters in the
range \0x01 to \0x1F; they no longer will be accessible from any AFP
client (they will be visible, but the client will get a "file not found"
error when trying to access it).

If nobody objects, I'll commit this the next few days.

Cheers,
Stefan

--
Stefan Bethke
Muehlendamm 12            Phone: +49-40-256848, +49-177-3504009
D-22087 Hamburg           <stefan.bethke@hanse.de>
Hamburg, Germany          <stb@freebsd.org>


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980825220803.25049B-100000>