linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] eCryptfs key locking patches
@ 2011-03-17 11:48 Roberto Sassu
  2011-03-17 11:48 ` [PATCH 1/5] eCryptfs: ecryptfs_keyring_auth_tok_for_sig() bug fix Roberto Sassu
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Roberto Sassu @ 2011-03-17 11:48 UTC (permalink / raw)
  To: tyhicks
  Cc: kirkland, dhowells, jmorris, linux-fsdevel, keyrings,
	linux-kernel, Roberto Sassu

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

This patch set modifies the eCryptfs code in order to lock requested keys while
authentication tokens are used to encrypt or decrypt files.

Roberto Sassu


Roberto Sassu (5):
  eCryptfs: ecryptfs_keyring_auth_tok_for_sig() bug fix
  eCryptfs: modified size of keysig in the ecryptfs_key_sig structure
  eCryptfs: verify authentication tokens before their use
  eCryptfs: move ecryptfs_find_auth_tok_for_sig() call before
    mutex_lock
  eCryptfs: write lock requested keys

 fs/ecryptfs/ecryptfs_kernel.h |    5 +-
 fs/ecryptfs/keystore.c        |  170 +++++++++++++++++++++++++++--------------
 fs/ecryptfs/main.c            |    8 +-
 3 files changed, 122 insertions(+), 61 deletions(-)

-- 
1.7.4


[-- Attachment #2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 2061 bytes --]

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

end of thread, other threads:[~2011-03-18 16:02 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-17 11:48 [PATCH 0/5] eCryptfs key locking patches Roberto Sassu
2011-03-17 11:48 ` [PATCH 1/5] eCryptfs: ecryptfs_keyring_auth_tok_for_sig() bug fix Roberto Sassu
2011-03-18 16:02   ` Tyler Hicks
2011-03-17 11:48 ` [PATCH 2/5] eCryptfs: modified size of keysig in the ecryptfs_key_sig structure Roberto Sassu
2011-03-18 15:52   ` Tyler Hicks
2011-03-17 11:48 ` [PATCH 3/5] eCryptfs: verify authentication tokens before their use Roberto Sassu
2011-03-18  3:05   ` Tyler Hicks
2011-03-18  9:21     ` Roberto Sassu
2011-03-17 11:48 ` [PATCH 4/5] eCryptfs: move ecryptfs_find_auth_tok_for_sig() call before mutex_lock Roberto Sassu
2011-03-18 15:30   ` Tyler Hicks
2011-03-18 15:44     ` Roberto Sassu
2011-03-17 11:48 ` [PATCH 5/5] eCryptfs: write lock requested keys Roberto Sassu

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