Index | Thread | Search

From:
Theo Buehler <tb@theobuehler.org>
Subject:
Re: ftp(1) prints TLS and short read errors to stdout rather than stderr
To:
Theo de Raadt <deraadt@openbsd.org>
Cc:
Pontus Stenetorp <pontus@stenetorp.se>, tech@openbsd.org
Date:
Tue, 28 Jul 2026 17:36:41 +0200

Download raw body.

Thread
On Tue, Jul 28, 2026 at 09:27:38AM -0600, Theo de Raadt wrote:
> Those fixes look good to me.  Anyone else want to comment?

With the exception of the vfprintf() in ftp_printf() and the dprintf(),
the remaining output is under verbose or debug, so the diff looks both
correct and complete to me.

ok tb