aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/keystore.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-29ecryptfs: fix spelling mistake: "cadidate" -> "candidate"Colin Ian King1-1/+1
2017-11-06ecryptfs: Adjust four checks for null pointersMarkus Elfring1-1/+1
2017-11-06ecryptfs: Return an error code only as a constant in ecryptfs_add_global_auth_tok()Markus Elfring1-7/+4
2017-11-06ecryptfs: Delete 21 error messages for a failed memory allocationMarkus Elfring1-27/+6
2017-11-04ecryptfs: add missing \n to end of various error messagesColin Ian King1-1/+1
2017-10-12ecryptfs: fix dereference of NULL user_key_payloadEric Biggers1-1/+8
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2016-03-17eCryptfs: Use skcipher and shashHerbert Xu1-4/+2
2016-01-27eCryptfs: Use skcipher and shashHerbert Xu1-92/+126
2015-02-24eCryptfs: ensure copy to crypt_stat->cipher does not overrunColin Ian King1-1/+1
2014-10-29eCryptfs: Remove unnecessary casts when parsing packet lengthsTyler Hicks1-3/+3
2014-07-14ecryptfs: remove unnecessary break after gotoFabian Frederick1-1/+0
2014-07-03ecryptfs: Remove unnecessary include of syscall.h in keystore.cSteven Rostedt1-1/+0
2013-10-16ecryptfs: Fix memory leakage in keystore.cGeyslan G. Bem1-1/+2
2013-03-03eCryptfs: allow userspace messaging to be disabledKees Cook1-2/+2
2013-02-12eCryptfs: decrypt_pki_encrypted_session_key(): remove kfree() redundant null checkTim Gardner1-2/+1
2013-01-17eCryptfs: initialize payload_len in keystore.cSimon Que1-1/+1
2012-02-16eCryptfs: Improve statfs reportingTyler Hicks1-6/+3
2012-01-25eCryptfs: Replace miscdev read/write magic numbersTyler Hicks1-2/+3
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