aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/keystore.c
Commit message (Expand)AuthorAgeFilesLines
* samsung update 1codeworkx2012-06-021-3/+3
* eCryptfs: Unlock keys needed by ecryptfsdTyler Hicks2011-08-041-22/+25
* eCryptfs: Allow 2 scatterlist entries for encrypted filenamesTyler Hicks2011-05-271-25/+21
* eCryptfs: write lock requested keysRoberto Sassu2011-03-281-6/+20
* eCryptfs: move ecryptfs_find_auth_tok_for_sig() call before mutex_lockRoberto Sassu2011-03-281-19/+19
* eCryptfs: verify authentication tokens before their useRoberto Sassu2011-03-281-78/+133
* eCryptfs: modified size of keysig in the ecryptfs_key_sig structureRoberto Sassu2011-03-281-0/+1
* eCryptfs: removed num_global_auth_toks from ecryptfs_mount_crypt_statRoberto Sassu2011-03-281-1/+0
* eCryptfs: ecryptfs_keyring_auth_tok_for_sig() bug fixRoberto Sassu2011-03-281-0/+1
* ecryptfs: Fix ecryptfs_printk() size_t warningsTyler Hicks2011-01-171-10/+10
* fs/ecryptfs: Add printf format/argument verification and fix falloutJoe Perches2011-01-171-3/+3
* ecryptfs: added ecryptfs_mount_auth_tok_only mount parameterRoberto Sassu2010-10-291-0/+9
* ecryptfs: checking return code of ecryptfs_find_auth_tok_for_sig()Roberto Sassu2010-10-291-2/+2
* ecryptfs: release keys loaded in ecryptfs_keyring_auth_tok_for_sig()Roberto Sassu2010-10-291-6/+28
* fs/ecryptfs: Return -ENOMEM on memory allocation failureJulia Lawall2010-08-271-0/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* eCryptfs: Validate global auth tok keysTyler Hicks2009-09-231-1/+3
* eCryptfs: Filename encryption only supports password auth tokensTyler Hicks2009-09-231-2/+12
* eCryptfs: Handle unrecognized tag 3 cipher codesTyler Hicks2009-09-231-3/+7
* eCryptfs: Fix lockdep-reported AB-BA mutex issueRoland Dreier2009-09-231-7/+4
* eCryptfs: parse_tag_3_packet check tag 3 packet encrypted key sizeRamon de Carvalho Valle2009-07-281-0/+7
* eCryptfs: Check Tag 11 literal data buffer sizeTyler Hicks2009-07-281-0/+6
* ecryptfs: use kzfree()Johannes Weiner2009-04-011-2/+1
* eCryptfs: don't encrypt file key with filename keyTyler Hicks2009-03-141-1/+2
* eCryptfs: kerneldoc for ecryptfs_parse_tag_70_packet()Michael Halcrow2009-01-061-0/+11
* eCryptfs: Fix data types (int/size_t)Michael Halcrow2009-01-061-12/+12
* eCryptfs: Replace %Z with %zMichael Halcrow2009-01-061-9/+9
* eCryptfs: Filename Encryption: Tag 70 packetsMichael Halcrow2009-01-061-64/+570
* eCryptfs: Allocate up to two scatterlists for crypto ops on keysMichael Halcrow2008-11-191-17/+14
* eCryptfs: remove netlink transportTyler Hicks2008-10-161-17/+15
* ecryptfs: propagate key errors up at mount timeEric Sandeen2008-07-241-5/+4
* eCryptfs: integrate eCryptfs device handle into the module.Michael Halcrow2008-04-291-40/+49
* eCryptfs: change the type of cipher_code from u16 to u8Trevor Highland2008-02-061-4/+4
* ecryptfs: initialize new auth_tokens before teardownEric Sandeen2007-12-171-1/+1
* Update fs/ to use sg helpersJens Axboe2007-10-221-0/+3
* eCryptfs: remove assignments in if-statementsMichael Halcrow2007-10-161-25/+30
* eCryptfs: make needlessly global symbols staticMichael Halcrow2007-10-161-21/+22
* eCryptfs: remove unnecessary variable initializationsMichael Halcrow2007-10-161-3/+3
* eCryptfs: kerneldoc fixes for crypto.c and keystore.cMichael Halcrow2007-10-161-21/+27
* ecryptfs: printk warning fixesAndrew Morton2007-10-161-8/+8
* eCryptfs: fix Tag 11 writing codeMichael Halcrow2007-10-161-17/+22
* eCryptfs: fix Tag 11 parsing codeMichael Halcrow2007-10-161-49/+27
* eCryptfs: fix Tag 3 parsing codeMichael Halcrow2007-10-161-54/+35
* eCryptfs: fix Tag 1 parsing codeMichael Halcrow2007-10-161-45/+33
* eCryptfs: use list_for_each_entry_safe() when wiping auth toksMichael Halcrow2007-10-161-11/+4
* eCryptfs: add key list structure; search keyringMichael Halcrow2007-10-161-278/+465
* [PATCH] eCryptfs: Reduce stack usage in ecryptfs_generate_key_packet_set()Michael Halcrow2007-02-161-8/+18
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [PATCH] eCryptfs: open-code flag checking and manipulationMichael Halcrow2007-02-121-18/+14
* [PATCH] eCryptfs: Public key; packet managementMichael Halcrow2007-02-121-72/+712