aboutsummaryrefslogtreecommitdiff
path: root/fs/ecryptfs/keystore.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-29ecryptfs: release keys loaded in ecryptfs_keyring_auth_tok_for_sig()Gravatar Roberto Sassu 1-6/+28
2010-08-27fs/ecryptfs: Return -ENOMEM on memory allocation failureGravatar Julia Lawall 1-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-09-23eCryptfs: Validate global auth tok keysGravatar Tyler Hicks 1-1/+3
2009-09-23eCryptfs: Filename encryption only supports password auth tokensGravatar Tyler Hicks 1-2/+12
2009-09-23eCryptfs: Handle unrecognized tag 3 cipher codesGravatar Tyler Hicks 1-3/+7
2009-09-23eCryptfs: Fix lockdep-reported AB-BA mutex issueGravatar Roland Dreier 1-7/+4
2009-07-28eCryptfs: parse_tag_3_packet check tag 3 packet encrypted key sizeGravatar Ramon de Carvalho Valle 1-0/+7
2009-07-28eCryptfs: Check Tag 11 literal data buffer sizeGravatar Tyler Hicks 1-0/+6
2009-04-01ecryptfs: use kzfree()Gravatar Johannes Weiner 1-2/+1
2009-03-14eCryptfs: don't encrypt file key with filename keyGravatar Tyler Hicks 1-1/+2
2009-01-06eCryptfs: kerneldoc for ecryptfs_parse_tag_70_packet()Gravatar Michael Halcrow 1-0/+11
2009-01-06eCryptfs: Fix data types (int/size_t)Gravatar Michael Halcrow 1-12/+12
2009-01-06eCryptfs: Replace %Z with %zGravatar Michael Halcrow 1-9/+9
2009-01-06eCryptfs: Filename Encryption: Tag 70 packetsGravatar Michael Halcrow 1-64/+570
2008-11-19eCryptfs: Allocate up to two scatterlists for crypto ops on keysGravatar Michael Halcrow 1-17/+14
2008-10-16eCryptfs: remove netlink transportGravatar Tyler Hicks 1-17/+15
2008-07-24ecryptfs: propagate key errors up at mount timeGravatar Eric Sandeen 1-5/+4
2008-04-29eCryptfs: integrate eCryptfs device handle into the module.Gravatar Michael Halcrow 1-40/+49
2008-02-06eCryptfs: change the type of cipher_code from u16 to u8Gravatar Trevor Highland 1-4/+4
2007-12-17ecryptfs: initialize new auth_tokens before teardownGravatar Eric Sandeen 1-1/+1
2007-10-22Update fs/ to use sg helpersGravatar Jens Axboe 1-0/+3
2007-10-16eCryptfs: remove assignments in if-statementsGravatar Michael Halcrow 1-25/+30
2007-10-16eCryptfs: make needlessly global symbols staticGravatar Michael Halcrow 1-21/+22
2007-10-16eCryptfs: remove unnecessary variable initializationsGravatar Michael Halcrow 1-3/+3
2007-10-16eCryptfs: kerneldoc fixes for crypto.c and keystore.cGravatar Michael Halcrow 1-21/+27
2007-10-16ecryptfs: printk warning fixesGravatar Andrew Morton 1-8/+8
2007-10-16eCryptfs: fix Tag 11 writing codeGravatar Michael Halcrow 1-17/+22
2007-10-16eCryptfs: fix Tag 11 parsing codeGravatar Michael Halcrow 1-49/+27
2007-10-16eCryptfs: fix Tag 3 parsing codeGravatar Michael Halcrow 1-54/+35
2007-10-16eCryptfs: fix Tag 1 parsing codeGravatar Michael Halcrow 1-45/+33
2007-10-16eCryptfs: use list_for_each_entry_safe() when wiping auth toksGravatar Michael Halcrow 1-11/+4
2007-10-16eCryptfs: add key list structure; search keyringGravatar Michael Halcrow 1-278/+465
2007-02-16[PATCH] eCryptfs: Reduce stack usage in ecryptfs_generate_key_packet_set()Gravatar Michael Halcrow 1-8/+18
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2007-02-12[PATCH] eCryptfs: open-code flag checking and manipulationGravatar Michael Halcrow 1-18/+14
2007-02-12[PATCH] eCryptfs: Public key; packet managementGravatar Michael Halcrow 1-72/+712
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Gravatar Robert P. J. Day 1-3/+1
2006-12-07[PATCH] slab: remove SLAB_KERNELGravatar Christoph Lameter 1-1/+1
2006-10-31[PATCH] eCryptfs: Cipher code to new crypto APIGravatar Michael Halcrow 1-34/+67
2006-10-31[PATCH] eCryptfs: Clean up crypto initializationGravatar Michael Halcrow 1-11/+8
2006-10-04[PATCH] ecryptfs: fs/Makefile and fs/KconfigGravatar Michael Halcrow 1-0/+1061