Re: [PATCH 3/3] Keys: Make request-key create an authorisation key

2005-03-31 Thread Benoit Boissinot
On Wed, 23 Mar 2005 20:52:45 +, David Howells <[EMAIL PROTECTED]> wrote: > > The attached patch makes the following changes: > > (6) One of the process keyrings can be nominated as the default to which > request_key() should attach new keys if not otherwise specified. This is >

Re: [PATCH 3/3] Keys: Make request-key create an authorisation key

2005-03-31 Thread Benoit Boissinot
On Wed, 23 Mar 2005 20:52:45 +, David Howells [EMAIL PROTECTED] wrote: The attached patch makes the following changes: (6) One of the process keyrings can be nominated as the default to which request_key() should attach new keys if not otherwise specified. This is done with

[PATCH 3/3] Keys: Make request-key create an authorisation key [try #2]

2005-03-24 Thread David Howells
The attached patch makes the following changes: (1) There's a new special key type called ".request_key_auth". This is an authorisation key for when one process requests a key and another process is started to construct it. This type of key cannot be created by the user; nor can

[PATCH 3/3] Keys: Make request-key create an authorisation key [try #2]

2005-03-24 Thread David Howells
The attached patch makes the following changes: (1) There's a new special key type called .request_key_auth. This is an authorisation key for when one process requests a key and another process is started to construct it. This type of key cannot be created by the user; nor can

[PATCH 3/3] Keys: Make request-key create an authorisation key

2005-03-23 Thread David Howells
The attached patch makes the following changes: (1) There's a new special key type called ".request_key_auth". This is an authorisation key for when one process requests a key and another process is started to construct it. This type of key cannot be created by the user; nor can

[PATCH 3/3] Keys: Make request-key create an authorisation key

2005-03-23 Thread David Howells
The attached patch makes the following changes: (1) There's a new special key type called .request_key_auth. This is an authorisation key for when one process requests a key and another process is started to construct it. This type of key cannot be created by the user; nor can