aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/keystore.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-09eCryptfs: Fix payload_len unitialized variable warningTyler Hicks1-1/+1
2011-07-28eCryptfs: Unlock keys needed by ecryptfsdTyler Hicks1-22/+25
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds1-5/+8
2011-07-22fs: Merge split stringsJean Delvare1-1/+1
2011-06-27eCryptfs: added support for the encrypted key typeRoberto Sassu1-5/+8
2011-05-27eCryptfs: Allow 2 scatterlist entries for encrypted filenamesTyler Hicks1-25/+21
2011-03-28eCryptfs: write lock requested keysRoberto Sassu1-6/+20
2011-03-28eCryptfs: move ecryptfs_find_auth_tok_for_sig() call before mutex_lockRoberto Sassu1-19/+19
2011-03-28eCryptfs: verify authentication tokens before their useRoberto Sassu1-78/+133
2011-03-28eCryptfs: modified size of keysig in the ecryptfs_key_sig structureRoberto Sassu1-0/+1
2011-03-28eCryptfs: removed num_global_auth_toks from ecryptfs_mount_crypt_statRoberto Sassu1-1/+0
2011-03-28eCryptfs: ecryptfs_keyring_auth_tok_for_sig() bug fixRoberto Sassu1-0/+1
2011-01-17ecryptfs: Fix ecryptfs_printk() size_t warningsTyler Hicks1-10/+10
2011-01-17fs/ecryptfs: Add printf format/argument verification and fix falloutJoe Perches1-3/+3
2010-10-29ecryptfs: added ecryptfs_mount_auth_tok_only mount parameterRoberto Sassu1-0/+9
2010-10-29ecryptfs: checking return code of ecryptfs_find_auth_tok_for_sig()Roberto Sassu1-2/+2
2010-10-29ecryptfs: release keys loaded in ecryptfs_keyring_auth_tok_for_sig()Roberto Sassu1-6/+28
2010-08-27fs/ecryptfs: Return -ENOMEM on memory allocation failureJulia Lawall1-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-23eCryptfs: Validate global auth tok keysTyler Hicks1-1/+3
2009-09-23eCryptfs: Filename encryption only supports password auth tokensTyler Hicks1-2/+12
2009-09-23eCryptfs: Handle unrecognized tag 3 cipher codesTyler Hicks1-3/+7
2009-09-23eCryptfs: Fix lockdep-reported AB-BA mutex issueRoland Dreier1-7/+4
2009-07-28eCryptfs: parse_tag_3_packet check tag 3 packet encrypted key sizeRamon de Carvalho Valle1-0/+7
2009-07-28eCryptfs: Check Tag 11 literal data buffer sizeTyler Hicks1-0/+6
2009-04-01ecryptfs: use kzfree()Johannes Weiner1-2/+1
2009-03-14eCryptfs: don't encrypt file key with filename keyTyler Hicks1-1/+2
2009-01-06eCryptfs: kerneldoc for ecryptfs_parse_tag_70_packet()Michael Halcrow1-0/+11
2009-01-06eCryptfs: Fix data types (int/size_t)Michael Halcrow1-12/+12
2009-01-06eCryptfs: Replace %Z with %zMichael Halcrow1-9/+9
2009-01-06eCryptfs: Filename Encryption: Tag 70 packetsMichael Halcrow1-64/+570
2008-11-19eCryptfs: Allocate up to two scatterlists for crypto ops on keysMichael Halcrow1-17/+14
2008-10-16eCryptfs: remove netlink transportTyler Hicks1-17/+15
2008-07-24ecryptfs: propagate key errors up at mount timeEric Sandeen1-5/+4
2008-04-29eCryptfs: integrate eCryptfs device handle into the module.Michael Halcrow1-40/+49
2008-02-06eCryptfs: change the type of cipher_code from u16 to u8Trevor Highland1-4/+4
2007-12-17ecryptfs: initialize new auth_tokens before teardownEric Sandeen1-1/+1
2007-10-22Update fs/ to use sg helpersJens Axboe1-0/+3
2007-10-16eCryptfs: remove assignments in if-statementsMichael Halcrow1-25/+30
2007-10-16eCryptfs: make needlessly global symbols staticMichael Halcrow1-21/+22
2007-10-16eCryptfs: remove unnecessary variable initializationsMichael Halcrow1-3/+3
2007-10-16eCryptfs: kerneldoc fixes for crypto.c and keystore.cMichael Halcrow1-21/+27
2007-10-16ecryptfs: printk warning fixesAndrew Morton1-8/+8
2007-10-16eCryptfs: fix Tag 11 writing codeMichael Halcrow1-17/+22
2007-10-16eCryptfs: fix Tag 11 parsing codeMichael Halcrow1-49/+27
2007-10-16eCryptfs: fix Tag 3 parsing codeMichael Halcrow1-54/+35
2007-10-16eCryptfs: fix Tag 1 parsing codeMichael Halcrow1-45/+33
2007-10-16eCryptfs: use list_for_each_entry_safe() when wiping auth toksMichael Halcrow1-11/+4
2007-10-16eCryptfs: add key list structure; search keyringMichael Halcrow1-278/+465
2007-02-16[PATCH] eCryptfs: Reduce stack usage in ecryptfs_generate_key_packet_set()Michael Halcrow1-8/+18