9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Inferno Auth support for plan9 factotum
@ 2012-09-06 10:17 Jiten Pathy
  2012-09-06 10:42 ` Charles Forsyth
  0 siblings, 1 reply; 8+ messages in thread
From: Jiten Pathy @ 2012-09-06 10:17 UTC (permalink / raw)
  To: inferno-list; +Cc: 9fans

[-- Attachment #1: Type: text/plain, Size: 205 bytes --]

Hi,
I was looking at the auth mechanisms for inferno. Anyone have done any work
to add support for inferno's public crypto auth mechanism based on
diffie-hellman to plan9 factotum ?

Regards,
Jiten

[-- Attachment #2: Type: text/html, Size: 220 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] Inferno Auth support for plan9 factotum
  2012-09-06 10:17 [9fans] Inferno Auth support for plan9 factotum Jiten Pathy
@ 2012-09-06 10:42 ` Charles Forsyth
  2012-09-06 10:55   ` Jiten Pathy
  0 siblings, 1 reply; 8+ messages in thread
From: Charles Forsyth @ 2012-09-06 10:42 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 357 bytes --]

yes, there are bits for both plan 9 and p9p factotum.

On 6 September 2012 11:17, Jiten Pathy <jpathy@mail.nanosouffle.net> wrote:

> Hi,
> I was looking at the auth mechanisms for inferno. Anyone have done any
> work to add support for inferno's public crypto auth mechanism based on
> diffie-hellman to plan9 factotum ?
>
> Regards,
> Jiten
>

[-- Attachment #2: Type: text/html, Size: 610 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] Inferno Auth support for plan9 factotum
  2012-09-06 10:42 ` Charles Forsyth
@ 2012-09-06 10:55   ` Jiten Pathy
  2012-09-07  8:05     ` Jiten Pathy
  0 siblings, 1 reply; 8+ messages in thread
From: Jiten Pathy @ 2012-09-06 10:55 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 562 bytes --]

can you point me where ? The official factotum has p9any and p9sk* but not
infauth support.

On Wed, Sep 5, 2012 at 11:42 PM, Charles Forsyth
<charles.forsyth@gmail.com>wrote:

> yes, there are bits for both plan 9 and p9p factotum.
>
>
> On 6 September 2012 11:17, Jiten Pathy <jpathy@mail.nanosouffle.net>wrote:
>
>> Hi,
>> I was looking at the auth mechanisms for inferno. Anyone have done any
>> work to add support for inferno's public crypto auth mechanism based on
>> diffie-hellman to plan9 factotum ?
>>
>> Regards,
>> Jiten
>>
>
>

[-- Attachment #2: Type: text/html, Size: 1094 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] Inferno Auth support for plan9 factotum
  2012-09-06 10:55   ` Jiten Pathy
@ 2012-09-07  8:05     ` Jiten Pathy
  2012-09-07  8:12       ` Charles Forsyth
  0 siblings, 1 reply; 8+ messages in thread
From: Jiten Pathy @ 2012-09-07  8:05 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 829 bytes --]

ok found some code here :
http://code.google.com/p/inferno-spki/source/browse/trunk#trunk%2F9%2Ffactotum.
I will try and see the current status.

On Wed, Sep 5, 2012 at 11:55 PM, Jiten Pathy <jpathy@mail.nanosouffle.net>wrote:

> can you point me where ? The official factotum has p9any and p9sk* but not
> infauth support.
>
>
> On Wed, Sep 5, 2012 at 11:42 PM, Charles Forsyth <
> charles.forsyth@gmail.com> wrote:
>
>> yes, there are bits for both plan 9 and p9p factotum.
>>
>>
>> On 6 September 2012 11:17, Jiten Pathy <jpathy@mail.nanosouffle.net>wrote:
>>
>>> Hi,
>>> I was looking at the auth mechanisms for inferno. Anyone have done any
>>> work to add support for inferno's public crypto auth mechanism based on
>>> diffie-hellman to plan9 factotum ?
>>>
>>> Regards,
>>> Jiten
>>>
>>
>>
>

[-- Attachment #2: Type: text/html, Size: 1700 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] Inferno Auth support for plan9 factotum
  2012-09-07  8:05     ` Jiten Pathy
@ 2012-09-07  8:12       ` Charles Forsyth
  2012-09-07  8:40         ` Charles Forsyth
  0 siblings, 1 reply; 8+ messages in thread
From: Charles Forsyth @ 2012-09-07  8:12 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 1126 bytes --]

Sorry. Got distracted with other work. I'll send the current version of the
relevant files.
That archive was used during the GSoC project, and is unlikely to be
up-to-date.

On 7 September 2012 09:05, Jiten Pathy <jpathy@mail.nanosouffle.net> wrote:

> ok found some code here :
> http://code.google.com/p/inferno-spki/source/browse/trunk#trunk%2F9%2Ffactotum.
> I will try and see the current status.
>
>
> On Wed, Sep 5, 2012 at 11:55 PM, Jiten Pathy <jpathy@mail.nanosouffle.net>wrote:
>
>> can you point me where ? The official factotum has p9any and p9sk* but
>> not infauth support.
>>
>>
>> On Wed, Sep 5, 2012 at 11:42 PM, Charles Forsyth <
>> charles.forsyth@gmail.com> wrote:
>>
>>> yes, there are bits for both plan 9 and p9p factotum.
>>>
>>>
>>> On 6 September 2012 11:17, Jiten Pathy <jpathy@mail.nanosouffle.net>wrote:
>>>
>>>> Hi,
>>>> I was looking at the auth mechanisms for inferno. Anyone have done any
>>>> work to add support for inferno's public crypto auth mechanism based on
>>>> diffie-hellman to plan9 factotum ?
>>>>
>>>> Regards,
>>>> Jiten
>>>>
>>>
>>>
>>
>

[-- Attachment #2: Type: text/html, Size: 2267 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] Inferno Auth support for plan9 factotum
  2012-09-07  8:12       ` Charles Forsyth
@ 2012-09-07  8:40         ` Charles Forsyth
  2012-09-07  8:48           ` Jiten Pathy
  0 siblings, 1 reply; 8+ messages in thread
From: Charles Forsyth @ 2012-09-07  8:40 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 47 bytes --]

http://www.vitanuova.com/dist/iauth/iauth.tgz

[-- Attachment #2: Type: text/html, Size: 115 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] Inferno Auth support for plan9 factotum
  2012-09-07  8:40         ` Charles Forsyth
@ 2012-09-07  8:48           ` Jiten Pathy
  2012-09-07  8:57             ` Charles Forsyth
  0 siblings, 1 reply; 8+ messages in thread
From: Jiten Pathy @ 2012-09-07  8:48 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 156 bytes --]

thanks ! :)

On Thu, Sep 6, 2012 at 9:40 PM, Charles Forsyth
<charles.forsyth@gmail.com>wrote:

> http://www.vitanuova.com/dist/iauth/iauth.tgz
>
>

[-- Attachment #2: Type: text/html, Size: 484 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] Inferno Auth support for plan9 factotum
  2012-09-07  8:48           ` Jiten Pathy
@ 2012-09-07  8:57             ` Charles Forsyth
  0 siblings, 0 replies; 8+ messages in thread
From: Charles Forsyth @ 2012-09-07  8:57 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 358 bytes --]

You'll need to use Inferno's auth/ai2key to convert the keyring file to the
form used by that infauth.

On 7 September 2012 09:48, Jiten Pathy <jpathy@mail.nanosouffle.net> wrote:

> thanks ! :)
>
> On Thu, Sep 6, 2012 at 9:40 PM, Charles Forsyth <charles.forsyth@gmail.com
> > wrote:
>
>> http://www.vitanuova.com/dist/iauth/iauth.tgz
>>
>>
>

[-- Attachment #2: Type: text/html, Size: 933 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-09-07  8:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-06 10:17 [9fans] Inferno Auth support for plan9 factotum Jiten Pathy
2012-09-06 10:42 ` Charles Forsyth
2012-09-06 10:55   ` Jiten Pathy
2012-09-07  8:05     ` Jiten Pathy
2012-09-07  8:12       ` Charles Forsyth
2012-09-07  8:40         ` Charles Forsyth
2012-09-07  8:48           ` Jiten Pathy
2012-09-07  8:57             ` Charles Forsyth

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).