Age | Commit message (Expand) | Author |
2011-03-28 | eCryptfs: write lock requested keys | Roberto Sassu |
2011-03-28 | eCryptfs: move ecryptfs_find_auth_tok_for_sig() call before mutex_lock | Roberto Sassu |
2011-03-28 | eCryptfs: verify authentication tokens before their use | Roberto Sassu |
2011-03-28 | eCryptfs: modified size of keysig in the ecryptfs_key_sig structure | Roberto Sassu |
2011-03-28 | eCryptfs: removed num_global_auth_toks from ecryptfs_mount_crypt_stat | Roberto Sassu |
2011-03-28 | eCryptfs: ecryptfs_keyring_auth_tok_for_sig() bug fix | Roberto Sassu |
2011-01-17 | ecryptfs: Fix ecryptfs_printk() size_t warnings | Tyler Hicks |
2011-01-17 | fs/ecryptfs: Add printf format/argument verification and fix fallout | Joe Perches |
2010-10-29 | ecryptfs: added ecryptfs_mount_auth_tok_only mount parameter | Roberto Sassu |
2010-10-29 | ecryptfs: checking return code of ecryptfs_find_auth_tok_for_sig() | Roberto Sassu |
2010-10-29 | ecryptfs: release keys loaded in ecryptfs_keyring_auth_tok_for_sig() | Roberto Sassu |
2010-08-27 | fs/ecryptfs: Return -ENOMEM on memory allocation failure | Julia Lawall |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo |
2009-09-23 | eCryptfs: Validate global auth tok keys | Tyler Hicks |
2009-09-23 | eCryptfs: Filename encryption only supports password auth tokens | Tyler Hicks |
2009-09-23 | eCryptfs: Handle unrecognized tag 3 cipher codes | Tyler Hicks |
2009-09-23 | eCryptfs: Fix lockdep-reported AB-BA mutex issue | Roland Dreier |
2009-07-28 | eCryptfs: parse_tag_3_packet check tag 3 packet encrypted key size | Ramon de Carvalho Valle |
2009-07-28 | eCryptfs: Check Tag 11 literal data buffer size | Tyler Hicks |
2009-04-01 | ecryptfs: use kzfree() | Johannes Weiner |
2009-03-14 | eCryptfs: don't encrypt file key with filename key | Tyler Hicks |
2009-01-06 | eCryptfs: kerneldoc for ecryptfs_parse_tag_70_packet() | Michael Halcrow |
2009-01-06 | eCryptfs: Fix data types (int/size_t) | Michael Halcrow |
2009-01-06 | eCryptfs: Replace %Z with %z | Michael Halcrow |
2009-01-06 | eCryptfs: Filename Encryption: Tag 70 packets | Michael Halcrow |
2008-11-19 | eCryptfs: Allocate up to two scatterlists for crypto ops on keys | Michael Halcrow |
2008-10-16 | eCryptfs: remove netlink transport | Tyler Hicks |
2008-07-24 | ecryptfs: propagate key errors up at mount time | Eric Sandeen |
2008-04-29 | eCryptfs: integrate eCryptfs device handle into the module. | Michael Halcrow |
2008-02-06 | eCryptfs: change the type of cipher_code from u16 to u8 | Trevor Highland |
2007-12-17 | ecryptfs: initialize new auth_tokens before teardown | Eric Sandeen |
2007-10-22 | Update fs/ to use sg helpers | Jens Axboe |
2007-10-16 | eCryptfs: remove assignments in if-statements | Michael Halcrow |
2007-10-16 | eCryptfs: make needlessly global symbols static | Michael Halcrow |
2007-10-16 | eCryptfs: remove unnecessary variable initializations | Michael Halcrow |
2007-10-16 | eCryptfs: kerneldoc fixes for crypto.c and keystore.c | Michael Halcrow |
2007-10-16 | ecryptfs: printk warning fixes | Andrew Morton |
2007-10-16 | eCryptfs: fix Tag 11 writing code | Michael Halcrow |
2007-10-16 | eCryptfs: fix Tag 11 parsing code | Michael Halcrow |
2007-10-16 | eCryptfs: fix Tag 3 parsing code | Michael Halcrow |
2007-10-16 | eCryptfs: fix Tag 1 parsing code | Michael Halcrow |
2007-10-16 | eCryptfs: use list_for_each_entry_safe() when wiping auth toks | Michael Halcrow |
2007-10-16 | eCryptfs: add key list structure; search keyring | Michael Halcrow |
2007-02-16 | [PATCH] eCryptfs: Reduce stack usage in ecryptfs_generate_key_packet_set() | Michael Halcrow |
2007-02-14 | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau |
2007-02-12 | [PATCH] eCryptfs: open-code flag checking and manipulation | Michael Halcrow |
2007-02-12 | [PATCH] eCryptfs: Public key; packet management | Michael Halcrow |
2007-02-11 | [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc(). | Robert P. J. Day |
2006-12-07 | [PATCH] slab: remove SLAB_KERNEL | Christoph Lameter |
2006-10-31 | [PATCH] eCryptfs: Cipher code to new crypto API | Michael Halcrow |