Gnus development mailing list
 help / color / mirror / Atom feed
From: Simon Josefsson <jas@extundo.com>
Cc: <ding@gnus.org>
Subject: Re: two imap.el patches
Date: Wed, 20 Jun 2001 10:33:46 +0200 (CEST)	[thread overview]
Message-ID: <Pine.LNX.4.33.0106201023370.633-100000@lie.extundo.com> (raw)
In-Reply-To: <dzcr8wgrusy.fsf@pandora.inf.elte.hu>

On 20 Jun 2001, NAGY Andras wrote:

> On Tue, 19 Jun 2001, at 21:10, Simon Josefsson <jas@extundo.com> wrote:
>
> > I mean, if the default is nil, it will not work at all if I have the
> > old imtest, and will work but with line length problems (that's all
>                                     ^out, you mean?

Right. Oops.

> > right?) with the new imtest.  If the default is t, it will work but
> > have line length problems regardless of imtest version.
>
> Hm, I not sure about these line length problems... the major reason I
> was looking for a solution not using a pty was the insecure pty
> allocation method on some systems (notably AIX 4.3, which I am using
> :).  I don't know if using a pty might introduce line length problems.

Aha.  Using a pty makes us hurt from OS buffers on line length limits,
and some OSs (Irix come to mind) have 256 character line length buffers.
So using a pipe probably (but I'm not sure) means we don't have that
problem anymore, and that's a good thing.  If it improves security as
well, great.

> imtest version / p-c-t       nil                              t
> <2.0.14                      does not work not at all         insecure
> 2.0.14+                      fine and secure                  insecure

Right.  So it's a tradeoff between providing almost working solutions for
as many people as possible, or to provide a completely working and secure
solution for fewer. But then, people using GSSAPI or Krb4 is probably not
completely clueless and should be able to figure these things out, so nil
is a good default here. I added some information to gnus.texi about this.



      reply	other threads:[~2001-06-20  8:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-06-19 11:31 NAGY Andras
2001-06-19 19:10 ` Simon Josefsson
2001-06-19 22:03   ` NAGY Andras
2001-06-20  8:33     ` Simon Josefsson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.33.0106201023370.633-100000@lie.extundo.com \
    --to=jas@extundo.com \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).