Subject: Re: finger
To: None <tech-userlevel@netbsd.org>
From: Kimmo Suominen <kim@tac.nyc.ny.us>
List: tech-userlevel
Date: 09/11/2002 21:49:58
I didn't get the message by T.SHIOZAKI that Johan is quoting below, so
I'm replying to Johan's message...

As you probably could tell from my commit message, I was not happy with
the fingerd change myself.  I just wanted to have a quick hack to make
myself happy by seeing 8-bit data from fingerd.	 I should have taken the
two more minutes that it took to do it right.

I just committed a -8 option to finger(1) and fingerd(8), which enable
true 8-bit pass-through.  The -i option is gone from fingerd(8).

Regards,
+ Kim


| From:    joda@pdc.kth.se (Johan Danielsson)
| Date:    11 Sep 2002 23:57:35 +0200
|
| "T.SHIOZAKI" <tshiozak@bsdclub.org> writes:
|
| > I think that at least the finger *server* complying with RFC1288
| > should not use isprint().  This server should simply work as:
| >   - by default, only 0x20-0x7E are allowed.
| >   - by optional, 0x80-0xFF are allowed.
|
| I think so too. Only the client needs to look at the data.