All of lore.kernel.org
 help / color / mirror / Atom feed
* [lustre-devel] OpenID 2.0 and Gerrit 2.11
@ 2015-06-03 19:52 Colin Faber
  2015-06-03 19:55 ` Christopher J. Morrone
  0 siblings, 1 reply; 9+ messages in thread
From: Colin Faber @ 2015-06-03 19:52 UTC (permalink / raw)
  To: lustre-devel

Hi,

This is probably more a question for the folks at Intel.. Is there an ETA
or plan in place to upgrade to Gerrit 2.11 and OpenID 2.0? Such changes
would allow for google logins to function correctly.

-cf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lustre.org/pipermail/lustre-devel-lustre.org/attachments/20150603/03172f8b/attachment-0001.htm>

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

* [lustre-devel] OpenID 2.0 and Gerrit 2.11
  2015-06-03 19:52 [lustre-devel] OpenID 2.0 and Gerrit 2.11 Colin Faber
@ 2015-06-03 19:55 ` Christopher J. Morrone
  2015-06-03 20:03   ` Colin Faber
  0 siblings, 1 reply; 9+ messages in thread
From: Christopher J. Morrone @ 2015-06-03 19:55 UTC (permalink / raw)
  To: lustre-devel

I think you might have that backwards.  Google has _stopped_ supporting 
OpenID 2.0.  To the best of my knowledge no version of gerrit yet 
supports Google's new OpenID Connect system.

Chris

On 06/03/2015 12:52 PM, Colin Faber wrote:
> Hi,
>
> This is probably more a question for the folks at Intel.. Is there an
> ETA or plan in place to upgrade to Gerrit 2.11 and OpenID 2.0? Such
> changes would allow for google logins to function correctly.
>
> -cf
>
>
>
> _______________________________________________
> lustre-devel mailing list
> lustre-devel at lists.lustre.org
> http://lists.lustre.org/listinfo.cgi/lustre-devel-lustre.org
>

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

* [lustre-devel] OpenID 2.0 and Gerrit 2.11
  2015-06-03 19:55 ` Christopher J. Morrone
@ 2015-06-03 20:03   ` Colin Faber
  2015-06-03 20:14     ` Read, Robert
  0 siblings, 1 reply; 9+ messages in thread
From: Colin Faber @ 2015-06-03 20:03 UTC (permalink / raw)
  To: lustre-devel

Hi Chris,

From what I can tell, the OAuth2 and OpenID 2.0 combo does work for google
account authentication against gerrit:

http://gerrit.cloudlinux.com:8080/login/%23%2Fq%2Fstatus%3Aopen


-cf



On Wed, Jun 3, 2015 at 1:55 PM, Christopher J. Morrone <morrone2@llnl.gov>
wrote:

> I think you might have that backwards.  Google has _stopped_ supporting
> OpenID 2.0.  To the best of my knowledge no version of gerrit yet supports
> Google's new OpenID Connect system.
>
> Chris
>
>
> On 06/03/2015 12:52 PM, Colin Faber wrote:
>
>> Hi,
>>
>> This is probably more a question for the folks at Intel.. Is there an
>> ETA or plan in place to upgrade to Gerrit 2.11 and OpenID 2.0? Such
>> changes would allow for google logins to function correctly.
>>
>> -cf
>>
>>
>>
>> _______________________________________________
>> lustre-devel mailing list
>> lustre-devel at lists.lustre.org
>> http://lists.lustre.org/listinfo.cgi/lustre-devel-lustre.org
>>
>>
> _______________________________________________
> lustre-devel mailing list
> lustre-devel at lists.lustre.org
> http://lists.lustre.org/listinfo.cgi/lustre-devel-lustre.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lustre.org/pipermail/lustre-devel-lustre.org/attachments/20150603/85461eda/attachment-0001.htm>

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

* [lustre-devel] OpenID 2.0 and Gerrit 2.11
  2015-06-03 20:03   ` Colin Faber
@ 2015-06-03 20:14     ` Read, Robert
  2015-06-03 20:32       ` Colin Faber
                         ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Read, Robert @ 2015-06-03 20:14 UTC (permalink / raw)
  To: lustre-devel

Right, we need OAuth2, which is what Google calls Google OpenID Connect. It looks this has been addressed as of Gerrit 2.10.2.

https://code.google.com/p/gerrit/issues/detail?id=2677


robert


On Jun 3, 2015, at 13:03 , Colin Faber <colin.faber at seagate.com<mailto:colin.faber@seagate.com>> wrote:

Hi Chris,

From what I can tell, the OAuth2 and OpenID 2.0 combo does work for google account authentication against gerrit:

http://gerrit.cloudlinux.com:8080/login/%23%2Fq%2Fstatus%3Aopen


-cf



On Wed, Jun 3, 2015 at 1:55 PM, Christopher J. Morrone <morrone2 at llnl.gov<mailto:morrone2@llnl.gov>> wrote:
I think you might have that backwards.  Google has _stopped_ supporting OpenID 2.0.  To the best of my knowledge no version of gerrit yet supports Google's new OpenID Connect system.

Chris


On 06/03/2015 12:52 PM, Colin Faber wrote:
Hi,

This is probably more a question for the folks at Intel.. Is there an
ETA or plan in place to upgrade to Gerrit 2.11 and OpenID 2.0? Such
changes would allow for google logins to function correctly.

-cf



_______________________________________________
lustre-devel mailing list
lustre-devel at lists.lustre.org<mailto:lustre-devel@lists.lustre.org>
http://lists.lustre.org/listinfo.cgi/lustre-devel-lustre.org


_______________________________________________
lustre-devel mailing list
lustre-devel at lists.lustre.org<mailto:lustre-devel@lists.lustre.org>
http://lists.lustre.org/listinfo.cgi/lustre-devel-lustre.org

_______________________________________________
lustre-devel mailing list
lustre-devel at lists.lustre.org<mailto:lustre-devel@lists.lustre.org>
http://lists.lustre.org/listinfo.cgi/lustre-devel-lustre.org

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

* [lustre-devel] OpenID 2.0 and Gerrit 2.11
  2015-06-03 20:14     ` Read, Robert
@ 2015-06-03 20:32       ` Colin Faber
  2015-06-03 21:02       ` Simmons, James A.
  2015-06-03 21:24       ` Christopher J. Morrone
  2 siblings, 0 replies; 9+ messages in thread
From: Colin Faber @ 2015-06-03 20:32 UTC (permalink / raw)
  To: lustre-devel

So I guess coming back around to the original question, any ETA or idea
when / if this will be available?

=)

-cf


On Wed, Jun 3, 2015 at 2:14 PM, Read, Robert <robert.read@intel.com> wrote:

> Right, we need OAuth2, which is what Google calls Google OpenID Connect.
> It looks this has been addressed as of Gerrit 2.10.2.
>
> https://code.google.com/p/gerrit/issues/detail?id=2677
>
>
> robert
>
>
> On Jun 3, 2015, at 13:03 , Colin Faber <colin.faber@seagate.com<mailto:
> colin.faber at seagate.com>> wrote:
>
> Hi Chris,
>
> From what I can tell, the OAuth2 and OpenID 2.0 combo does work for google
> account authentication against gerrit:
>
>
> https://urldefense.proofpoint.com/v2/url?u=http-3A__gerrit.cloudlinux.com-3A8080_login_-2523-252Fq-252Fstatus-253Aopen&d=AwIFAg&c=IGDlg0lD0b-nebmJJ0Kp8A&r=x9pM59OqndbWw-lPPdr8w1Vud29EZigcxcNkz0uw5oQ&m=2TZ9J8tYpzP7LWdaW6rjmipw1eWHcfszrDgaL-Ok6dc&s=uIy4ooW8SY3s2WtLNxy4Av8Yu3YE6wUY9sCn7DDnEws&e=
>
>
> -cf
>
>
>
> On Wed, Jun 3, 2015 at 1:55 PM, Christopher J. Morrone <morrone2@llnl.gov
> <mailto:morrone2@llnl.gov>> wrote:
> I think you might have that backwards.  Google has _stopped_ supporting
> OpenID 2.0.  To the best of my knowledge no version of gerrit yet supports
> Google's new OpenID Connect system.
>
> Chris
>
>
> On 06/03/2015 12:52 PM, Colin Faber wrote:
> Hi,
>
> This is probably more a question for the folks at Intel.. Is there an
> ETA or plan in place to upgrade to Gerrit 2.11 and OpenID 2.0? Such
> changes would allow for google logins to function correctly.
>
> -cf
>
>
>
> _______________________________________________
> lustre-devel mailing list
> lustre-devel at lists.lustre.org<mailto:lustre-devel@lists.lustre.org>
>
> https://urldefense.proofpoint.com/v2/url?u=http-3A__lists.lustre.org_listinfo.cgi_lustre-2Ddevel-2Dlustre.org&d=AwIFAg&c=IGDlg0lD0b-nebmJJ0Kp8A&r=x9pM59OqndbWw-lPPdr8w1Vud29EZigcxcNkz0uw5oQ&m=2TZ9J8tYpzP7LWdaW6rjmipw1eWHcfszrDgaL-Ok6dc&s=7ye70YNBCUYjesG3rFEiQo5M7y5yr4F6s_KuY1Ngaco&e=
>
>
> _______________________________________________
> lustre-devel mailing list
> lustre-devel at lists.lustre.org<mailto:lustre-devel@lists.lustre.org>
>
> https://urldefense.proofpoint.com/v2/url?u=http-3A__lists.lustre.org_listinfo.cgi_lustre-2Ddevel-2Dlustre.org&d=AwIFAg&c=IGDlg0lD0b-nebmJJ0Kp8A&r=x9pM59OqndbWw-lPPdr8w1Vud29EZigcxcNkz0uw5oQ&m=2TZ9J8tYpzP7LWdaW6rjmipw1eWHcfszrDgaL-Ok6dc&s=7ye70YNBCUYjesG3rFEiQo5M7y5yr4F6s_KuY1Ngaco&e=
>
> _______________________________________________
> lustre-devel mailing list
> lustre-devel at lists.lustre.org<mailto:lustre-devel@lists.lustre.org>
>
> https://urldefense.proofpoint.com/v2/url?u=http-3A__lists.lustre.org_listinfo.cgi_lustre-2Ddevel-2Dlustre.org&d=AwIFAg&c=IGDlg0lD0b-nebmJJ0Kp8A&r=x9pM59OqndbWw-lPPdr8w1Vud29EZigcxcNkz0uw5oQ&m=2TZ9J8tYpzP7LWdaW6rjmipw1eWHcfszrDgaL-Ok6dc&s=7ye70YNBCUYjesG3rFEiQo5M7y5yr4F6s_KuY1Ngaco&e=
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lustre.org/pipermail/lustre-devel-lustre.org/attachments/20150603/5408f298/attachment.htm>

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

* [lustre-devel] OpenID 2.0 and Gerrit 2.11
  2015-06-03 20:14     ` Read, Robert
  2015-06-03 20:32       ` Colin Faber
@ 2015-06-03 21:02       ` Simmons, James A.
  2015-06-03 21:24       ` Christopher J. Morrone
  2 siblings, 0 replies; 9+ messages in thread
From: Simmons, James A. @ 2015-06-03 21:02 UTC (permalink / raw)
  To: lustre-devel


>Right, we need OAuth2, which is what Google calls Google OpenID Connect. It looks this has been addressed as of Gerrit 2.10.2.
>
>https://code.google.com/p/gerrit/issues/detail?id=2677

Just after  we migrated so go through the hassle of going back :-(

On Jun 3, 2015, at 13:03 , Colin Faber <colin.faber at seagate.com<mailto:colin.faber@seagate.com>> wrote:

Hi Chris,

From what I can tell, the OAuth2 and OpenID 2.0 combo does work for google account authentication against gerrit:

http://gerrit.cloudlinux.com:8080/login/%23%2Fq%2Fstatus%3Aopen


-cf



On Wed, Jun 3, 2015 at 1:55 PM, Christopher J. Morrone <morrone2 at llnl.gov<mailto:morrone2@llnl.gov>> wrote:
I think you might have that backwards.  Google has _stopped_ supporting OpenID 2.0.  To the best of my knowledge no version of gerrit yet supports Google's new OpenID Connect system.

Chris


On 06/03/2015 12:52 PM, Colin Faber wrote:
Hi,

This is probably more a question for the folks at Intel.. Is there an
ETA or plan in place to upgrade to Gerrit 2.11 and OpenID 2.0? Such
changes would allow for google logins to function correctly.

-cf



_______________________________________________
lustre-devel mailing list
lustre-devel at lists.lustre.org<mailto:lustre-devel@lists.lustre.org>
http://lists.lustre.org/listinfo.cgi/lustre-devel-lustre.org


_______________________________________________
lustre-devel mailing list
lustre-devel at lists.lustre.org<mailto:lustre-devel@lists.lustre.org>
http://lists.lustre.org/listinfo.cgi/lustre-devel-lustre.org

_______________________________________________
lustre-devel mailing list
lustre-devel at lists.lustre.org<mailto:lustre-devel@lists.lustre.org>
http://lists.lustre.org/listinfo.cgi/lustre-devel-lustre.org

_______________________________________________
lustre-devel mailing list
lustre-devel at lists.lustre.org
http://lists.lustre.org/listinfo.cgi/lustre-devel-lustre.org

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

* [lustre-devel] OpenID 2.0 and Gerrit 2.11
  2015-06-03 20:14     ` Read, Robert
  2015-06-03 20:32       ` Colin Faber
  2015-06-03 21:02       ` Simmons, James A.
@ 2015-06-03 21:24       ` Christopher J. Morrone
  2015-06-03 21:25         ` Colin Faber
  2 siblings, 1 reply; 9+ messages in thread
From: Christopher J. Morrone @ 2015-06-03 21:24 UTC (permalink / raw)
  To: lustre-devel

Is it perhaps that gerrit doesn't entirely support it natively, but 
there is an external gerrit plugin (gerrit-oauth-provier) that makes it 
work with gerrit 2.10.3.1 or 2.11?  Their documentation is none too clear.

Chris

On 06/03/2015 01:14 PM, Read, Robert wrote:
> Right, we need OAuth2, which is what Google calls Google OpenID Connect. It looks this has been addressed as of Gerrit 2.10.2.
>
> https://code.google.com/p/gerrit/issues/detail?id=2677
>
>
> robert
>
>
> On Jun 3, 2015, at 13:03 , Colin Faber <colin.faber at seagate.com<mailto:colin.faber@seagate.com>> wrote:
>
> Hi Chris,
>
>>From what I can tell, the OAuth2 and OpenID 2.0 combo does work for google account authentication against gerrit:
>
> http://gerrit.cloudlinux.com:8080/login/%23%2Fq%2Fstatus%3Aopen
>
>
> -cf
>
>
>
> On Wed, Jun 3, 2015 at 1:55 PM, Christopher J. Morrone <morrone2 at llnl.gov<mailto:morrone2@llnl.gov>> wrote:
> I think you might have that backwards.  Google has _stopped_ supporting OpenID 2.0.  To the best of my knowledge no version of gerrit yet supports Google's new OpenID Connect system.
>
> Chris
>
>
> On 06/03/2015 12:52 PM, Colin Faber wrote:
> Hi,
>
> This is probably more a question for the folks at Intel.. Is there an
> ETA or plan in place to upgrade to Gerrit 2.11 and OpenID 2.0? Such
> changes would allow for google logins to function correctly.
>
> -cf
>
>
>
> _______________________________________________
> lustre-devel mailing list
> lustre-devel at lists.lustre.org<mailto:lustre-devel@lists.lustre.org>
> http://lists.lustre.org/listinfo.cgi/lustre-devel-lustre.org
>
>
> _______________________________________________
> lustre-devel mailing list
> lustre-devel at lists.lustre.org<mailto:lustre-devel@lists.lustre.org>
> http://lists.lustre.org/listinfo.cgi/lustre-devel-lustre.org
>
> _______________________________________________
> lustre-devel mailing list
> lustre-devel at lists.lustre.org<mailto:lustre-devel@lists.lustre.org>
> http://lists.lustre.org/listinfo.cgi/lustre-devel-lustre.org
>
>

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

* [lustre-devel] OpenID 2.0 and Gerrit 2.11
  2015-06-03 21:24       ` Christopher J. Morrone
@ 2015-06-03 21:25         ` Colin Faber
  2015-06-03 23:44           ` Jones, Peter A
  0 siblings, 1 reply; 9+ messages in thread
From: Colin Faber @ 2015-06-03 21:25 UTC (permalink / raw)
  To: lustre-devel

I believe that's the case from what I understand.

On Wed, Jun 3, 2015 at 3:24 PM, Christopher J. Morrone <morrone2@llnl.gov>
wrote:

> Is it perhaps that gerrit doesn't entirely support it natively, but there
> is an external gerrit plugin (gerrit-oauth-provier) that makes it work with
> gerrit 2.10.3.1 or 2.11?  Their documentation is none too clear.
>
> Chris
>
>
> On 06/03/2015 01:14 PM, Read, Robert wrote:
>
>> Right, we need OAuth2, which is what Google calls Google OpenID Connect.
>> It looks this has been addressed as of Gerrit 2.10.2.
>>
>> https://code.google.com/p/gerrit/issues/detail?id=2677
>>
>>
>> robert
>>
>>
>> On Jun 3, 2015, at 13:03 , Colin Faber <colin.faber@seagate.com<mailto:
>> colin.faber at seagate.com>> wrote:
>>
>> Hi Chris,
>>
>>  From what I can tell, the OAuth2 and OpenID 2.0 combo does work for
>>> google account authentication against gerrit:
>>>
>>
>> http://gerrit.cloudlinux.com:8080/login/%23%2Fq%2Fstatus%3Aopen
>>
>>
>> -cf
>>
>>
>>
>> On Wed, Jun 3, 2015 at 1:55 PM, Christopher J. Morrone <morrone2@llnl.gov
>> <mailto:morrone2@llnl.gov>> wrote:
>> I think you might have that backwards.  Google has _stopped_ supporting
>> OpenID 2.0.  To the best of my knowledge no version of gerrit yet supports
>> Google's new OpenID Connect system.
>>
>> Chris
>>
>>
>> On 06/03/2015 12:52 PM, Colin Faber wrote:
>> Hi,
>>
>> This is probably more a question for the folks at Intel.. Is there an
>> ETA or plan in place to upgrade to Gerrit 2.11 and OpenID 2.0? Such
>> changes would allow for google logins to function correctly.
>>
>> -cf
>>
>>
>>
>> _______________________________________________
>> lustre-devel mailing list
>> lustre-devel at lists.lustre.org<mailto:lustre-devel@lists.lustre.org>
>> http://lists.lustre.org/listinfo.cgi/lustre-devel-lustre.org
>>
>>
>> _______________________________________________
>> lustre-devel mailing list
>> lustre-devel at lists.lustre.org<mailto:lustre-devel@lists.lustre.org>
>> http://lists.lustre.org/listinfo.cgi/lustre-devel-lustre.org
>>
>> _______________________________________________
>> lustre-devel mailing list
>> lustre-devel at lists.lustre.org<mailto:lustre-devel@lists.lustre.org>
>> http://lists.lustre.org/listinfo.cgi/lustre-devel-lustre.org
>>
>>
>>
> _______________________________________________
> lustre-devel mailing list
> lustre-devel at lists.lustre.org
> http://lists.lustre.org/listinfo.cgi/lustre-devel-lustre.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lustre.org/pipermail/lustre-devel-lustre.org/attachments/20150603/201423a9/attachment.htm>

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

* [lustre-devel] OpenID 2.0 and Gerrit 2.11
  2015-06-03 21:25         ` Colin Faber
@ 2015-06-03 23:44           ` Jones, Peter A
  0 siblings, 0 replies; 9+ messages in thread
From: Jones, Peter A @ 2015-06-03 23:44 UTC (permalink / raw)
  To: lustre-devel

Colin

In answer to your original question, no, we do not have an ETA yet for upgrading to gerrit 2.11, but we?ll certainly get to it eventually. Due to the aforementioned earlier limitations I think that those actively working on Lustre development have moved away from relying on Google logins. Once we have upgraded we can certainly experiment and see what exactly is possible.

Peter

On 6/3/15, 2:25 PM, "Colin Faber" <cfaber at gmail.com<mailto:cfaber@gmail.com>> wrote:

I believe that's the case from what I understand.

On Wed, Jun 3, 2015 at 3:24 PM, Christopher J. Morrone <morrone2 at llnl.gov<mailto:morrone2@llnl.gov>> wrote:
Is it perhaps that gerrit doesn't entirely support it natively, but there is an external gerrit plugin (gerrit-oauth-provier) that makes it work with gerrit 2.10.3.1 or 2.11?  Their documentation is none too clear.

Chris


On 06/03/2015 01:14 PM, Read, Robert wrote:
Right, we need OAuth2, which is what Google calls Google OpenID Connect. It looks this has been addressed as of Gerrit 2.10.2.

https://code.google.com/p/gerrit/issues/detail?id=2677


robert


On Jun 3, 2015, at 13:03 , Colin Faber <colin.faber at seagate.com<mailto:colin.faber@seagate.com><mailto:colin.faber at seagate.com<mailto:colin.faber@seagate.com>>> wrote:

Hi Chris,

From what I can tell, the OAuth2 and OpenID 2.0 combo does work for google account authentication against gerrit:

http://gerrit.cloudlinux.com:8080/login/%23%2Fq%2Fstatus%3Aopen


-cf



On Wed, Jun 3, 2015 at 1:55 PM, Christopher J. Morrone <morrone2 at llnl.gov<mailto:morrone2@llnl.gov><mailto:morrone2 at llnl.gov<mailto:morrone2@llnl.gov>>> wrote:
I think you might have that backwards.  Google has _stopped_ supporting OpenID 2.0.  To the best of my knowledge no version of gerrit yet supports Google's new OpenID Connect system.

Chris


On 06/03/2015 12:52 PM, Colin Faber wrote:
Hi,

This is probably more a question for the folks at Intel.. Is there an
ETA or plan in place to upgrade to Gerrit 2.11 and OpenID 2.0? Such
changes would allow for google logins to function correctly.

-cf



_______________________________________________
lustre-devel mailing list
lustre-devel at lists.lustre.org<mailto:lustre-devel@lists.lustre.org><mailto:lustre-devel at lists.lustre.org<mailto:lustre-devel@lists.lustre.org>>
http://lists.lustre.org/listinfo.cgi/lustre-devel-lustre.org


_______________________________________________
lustre-devel mailing list
lustre-devel at lists.lustre.org<mailto:lustre-devel@lists.lustre.org><mailto:lustre-devel at lists.lustre.org<mailto:lustre-devel@lists.lustre.org>>
http://lists.lustre.org/listinfo.cgi/lustre-devel-lustre.org

_______________________________________________
lustre-devel mailing list
lustre-devel at lists.lustre.org<mailto:lustre-devel@lists.lustre.org><mailto:lustre-devel at lists.lustre.org<mailto:lustre-devel@lists.lustre.org>>
http://lists.lustre.org/listinfo.cgi/lustre-devel-lustre.org



_______________________________________________
lustre-devel mailing list
lustre-devel at lists.lustre.org<mailto:lustre-devel@lists.lustre.org>
http://lists.lustre.org/listinfo.cgi/lustre-devel-lustre.org

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

end of thread, other threads:[~2015-06-03 23:44 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-03 19:52 [lustre-devel] OpenID 2.0 and Gerrit 2.11 Colin Faber
2015-06-03 19:55 ` Christopher J. Morrone
2015-06-03 20:03   ` Colin Faber
2015-06-03 20:14     ` Read, Robert
2015-06-03 20:32       ` Colin Faber
2015-06-03 21:02       ` Simmons, James A.
2015-06-03 21:24       ` Christopher J. Morrone
2015-06-03 21:25         ` Colin Faber
2015-06-03 23:44           ` Jones, Peter A

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.