summaryrefslogtreecommitdiff
path: root/fs/ecryptfs/keystore.c
AgeCommit message (Expand)Author
2011-08-09eCryptfs: Fix payload_len unitialized variable warningTyler Hicks
2011-07-28eCryptfs: Unlock keys needed by ecryptfsdTyler Hicks
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2011-07-22fs: Merge split stringsJean Delvare
2011-06-27eCryptfs: added support for the encrypted key typeRoberto Sassu
2011-05-27eCryptfs: Allow 2 scatterlist entries for encrypted filenamesTyler Hicks
2011-03-28eCryptfs: write lock requested keysRoberto Sassu
2011-03-28eCryptfs: move ecryptfs_find_auth_tok_for_sig() call before mutex_lockRoberto Sassu
2011-03-28eCryptfs: verify authentication tokens before their useRoberto Sassu
2011-03-28eCryptfs: modified size of keysig in the ecryptfs_key_sig structureRoberto Sassu
2011-03-28eCryptfs: removed num_global_auth_toks from ecryptfs_mount_crypt_statRoberto Sassu
2011-03-28eCryptfs: ecryptfs_keyring_auth_tok_for_sig() bug fixRoberto Sassu
2011-01-17ecryptfs: Fix ecryptfs_printk() size_t warningsTyler Hicks
2011-01-17fs/ecryptfs: Add printf format/argument verification and fix falloutJoe Perches
2010-10-29ecryptfs: added ecryptfs_mount_auth_tok_only mount parameterRoberto Sassu
2010-10-29ecryptfs: checking return code of ecryptfs_find_auth_tok_for_sig()Roberto Sassu
2010-10-29ecryptfs: release keys loaded in ecryptfs_keyring_auth_tok_for_sig()Roberto Sassu
2010-08-27fs/ecryptfs: Return -ENOMEM on memory allocation failureJulia Lawall
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-09-23eCryptfs: Validate global auth tok keysTyler Hicks
2009-09-23eCryptfs: Filename encryption only supports password auth tokensTyler Hicks
2009-09-23eCryptfs: Handle unrecognized tag 3 cipher codesTyler Hicks
2009-09-23eCryptfs: Fix lockdep-reported AB-BA mutex issueRoland Dreier
2009-07-28eCryptfs: parse_tag_3_packet check tag 3 packet encrypted key sizeRamon de Carvalho Valle
2009-07-28eCryptfs: Check Tag 11 literal data buffer sizeTyler Hicks
2009-04-01ecryptfs: use kzfree()Johannes Weiner
2009-03-14eCryptfs: don't encrypt file key with filename keyTyler Hicks
2009-01-06eCryptfs: kerneldoc for ecryptfs_parse_tag_70_packet()Michael Halcrow
2009-01-06eCryptfs: Fix data types (int/size_t)Michael Halcrow
2009-01-06eCryptfs: Replace %Z with %zMichael Halcrow
2009-01-06eCryptfs: Filename Encryption: Tag 70 packetsMichael Halcrow
2008-11-19eCryptfs: Allocate up to two scatterlists for crypto ops on keysMichael Halcrow
2008-10-16eCryptfs: remove netlink transportTyler Hicks
2008-07-24ecryptfs: propagate key errors up at mount timeEric Sandeen
2008-04-29eCryptfs: integrate eCryptfs device handle into the module.Michael Halcrow
2008-02-06eCryptfs: change the type of cipher_code from u16 to u8Trevor Highland
2007-12-17ecryptfs: initialize new auth_tokens before teardownEric Sandeen
2007-10-22Update fs/ to use sg helpersJens Axboe
2007-10-16eCryptfs: remove assignments in if-statementsMichael Halcrow
2007-10-16eCryptfs: make needlessly global symbols staticMichael Halcrow
2007-10-16eCryptfs: remove unnecessary variable initializationsMichael Halcrow
2007-10-16eCryptfs: kerneldoc fixes for crypto.c and keystore.cMichael Halcrow
2007-10-16ecryptfs: printk warning fixesAndrew Morton
2007-10-16eCryptfs: fix Tag 11 writing codeMichael Halcrow
2007-10-16eCryptfs: fix Tag 11 parsing codeMichael Halcrow
2007-10-16eCryptfs: fix Tag 3 parsing codeMichael Halcrow
2007-10-16eCryptfs: fix Tag 1 parsing codeMichael Halcrow
2007-10-16eCryptfs: use list_for_each_entry_safe() when wiping auth toksMichael Halcrow
2007-10-16eCryptfs: add key list structure; search keyringMichael Halcrow
2007-02-16[PATCH] eCryptfs: Reduce stack usage in ecryptfs_generate_key_packet_set()Michael Halcrow