9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Brandon Black photon@nol.net
Subject: (none)
Date: Wed, 29 Jan 1997 18:24:19 -0600	[thread overview]
Message-ID: <19970130002419.2tsaB2h9elVjPkSlFM3uKRrQJqaLeT3YJUrL4d9y8ME@z> (raw)


A pop3 mail server should be trivial to implement in C on plan 9, with the
exception of one point: Authentication.  Most pop3 implementations use
"USER" and "PASS" to authenticate themselves by transmitting  cleartext
passwords across the network.  Obviously, cleartext passwords will not do
for plan 9 (well, you could do it, buy why???).

According to RFC's 1734 and 1731 (POP AUTHentication command and IMAP
Authentication methods, respectively), there is an "AUTH" command in POP3
which can be used to implement more secure authentication methods.  The
methods listed in 1731 include kerberos, GSSAPI, and S/Key.

It would be possible to make an "AUTH SecureNet" POP3 AUTH method, but the
clients would have to be modified to know to send this authentication
type... Also, I'm not sure if any widely used pop clients implement the
AUTH SKEY protocol, but if they do, you could use that... simply have the
plan 9 pop3 server transmit the SecureNet challenge in place of the SKey
sequence number, and the user reponds with his securenet answer instead of
the skey answer.  If there was a client out there that support skey
authentication, and prompted the user with the sequence number... that
could conceivably work.....

brandon

On Wed, 29 Jan 1997, Kai  Radicke wrote:

> Tom if you ever find one (a POP server) can you please notify me?  
> 
> Thanks,
> 
> Kai M. Radicke -- mowogmg@dynanet.com 
> http://www.dynanet.com/~mowogmg
> 
> Webmaster -- webking@bigfoot.com
> Phat Enterprises -- http://www.dynanet.com/~mowogmg/phat/default.htm       
>         
> 
> 
> ----------
> > From: tab@cisco.COM
> > Newsgroups: comp.os.plan9
> > Subject: (none)
> > Date: Thursday, January 23, 1997 9:16 AM
> > 
> > I'm looking for a POP server for plan9.  Any clues?
> > 
> > Tom Bohannon
> > Cisco Systems
> > tab@cisco.com
> > 
> 


.................................             ..............
: Brandon Lee Black  : [Office] :.............: [Personal] :....
:....................: brandon.black@wcom.com : photon@nol.net :.......
: "Sanity is the     : +1.281.362.6466 .......: photon@gnu.ai.mit.edu :
: trademark of a     :.................:..../\: vis_blb@unx1.shsu.edu :
: weak mind. . ."    : LDDS WorldCom, Inc. :\/: +1.281.397.3490 ......:
:....................:.....................:..:.................:





             reply	other threads:[~1997-01-30  0:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-01-30  0:24 Brandon [this message]
  -- strict thread matches above, loose matches on Subject: below --
1997-01-29 19:51 (none) Kai
1996-09-05  6:48 (none) Igor
1996-03-12 18:04 (none) steve
1996-03-11 13:30 (none) Michael

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=19970130002419.2tsaB2h9elVjPkSlFM3uKRrQJqaLeT3YJUrL4d9y8ME@z \
    --to=9fans@9fans.net \
    /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).