aboutsummaryrefslogtreecommitdiffstats
path: root/security/keys
Commit message (Expand)AuthorAge
* encrypted-keys: check hex2bin resultMimi Zohar2011-09-20
* trusted-keys: check hex2bin resultMimi Zohar2011-09-20
* encrypted-keys: IS_ERR need include/err.hStephen Rothwell2011-09-15
* encrypted-keys: remove trusted-keys dependencyMimi Zohar2011-09-14
* encrypted-keys: create encrypted-keys directoryMimi Zohar2011-09-14
* KEYS: Correctly destroy key payloads when their keytype is removedDavid Howells2011-08-22
* KEYS: The dead key link reaper should be non-reentrantDavid Howells2011-08-22
* KEYS: Make the key reaper non-reentrantDavid Howells2011-08-22
* KEYS: Move the unreferenced key reaper to the keys garbage collector fileDavid Howells2011-08-22
* KEYS: __key_link() should use the RCU deref wrapper for keyring payloadsDavid Howells2011-08-22
* KEYS: keyctl_get_keyring_ID() should create a session keyring if create flag setDavid Howells2011-08-22
* KEYS: If install_session_keyring() is given a keyring, it should install itDavid Howells2011-08-22
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-07-27
|\
| * Merge branch 'linus' into nextJames Morris2011-06-30
| |\
| * | encrypted-keys: add ecryptfs format supportRoberto Sassu2011-06-27
| * | encrypted-keys: add key format supportRoberto Sassu2011-06-27
| * | encrypted-keys: added additional debug messagesRoberto Sassu2011-06-27
| * | encrypted-keys: fixed valid_master_desc() function descriptionRoberto Sassu2011-06-27
| * | encrypted_keys: avoid dumping the master key if the request failsRoberto Sassu2011-06-27
| * | KEYS: Don't return EAGAIN to keyctl_assume_authority()David Howells2011-06-14
* | | Merge branch 'master' into for-nextJiri Kosina2011-07-11
|\ \ \ | | |/ | |/|
| * | KEYS: Fix error handling in construct_key_and_link()David Howells2011-06-21
| * | KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyringDavid Howells2011-06-17
| |/
* / rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko2011-07-08
|/
* Merge branch 'docs-move' of git://git.kernel.org/pub/scm/linux/kernel/git/rdu...Linus Torvalds2011-05-27
|\
| * Create Documentation/security/,Randy Dunlap2011-05-19
* | Set cred->user_ns in key_replace_session_keyringSerge E. Hallyn2011-05-26
* | Merge branch 'next' into for-linusJames Morris2011-05-24
|\ \
| * | KEYS: Make request_key() and co. return an error for a negative keyDavid Howells2011-03-16
| * | KEYS: Improve /proc/keysDavid Howells2011-03-16
| |/
* / security,rcu: convert call_rcu(user_update_rcu_disposal) to kfree_rcu()Lai Jiangshan2011-05-08
|/
* KEYS: Add an iovec version of KEYCTL_INSTANTIATEDavid Howells2011-03-07
* KEYS: Add a new keyctl op to reject a key with a specified error codeDavid Howells2011-03-07
* KEYS: Add a key type op to permit the key description to be vettedDavid Howells2011-03-07
* KEYS: Add an RCU payload dereference macroDavid Howells2011-03-07
* KEYS: Fix __key_link_end() quota fixup on errorDavid Howells2011-01-25
* trusted keys: Fix a memory leak in trusted_update().Jesper Juhl2011-01-23
* encrypted-keys: rename encrypted_defined files to encryptedMimi Zohar2011-01-23
* trusted-keys: rename trusted_defined files to trustedMimi Zohar2011-01-23
* KEYS: Fix up comments in key management codeDavid Howells2011-01-21
* KEYS: Do some style cleanup in the key management code.David Howells2011-01-21
* trusted-keys: avoid scattring va_end()Tetsuo Handa2011-01-18
* trusted-keys: check for NULL before using itTetsuo Handa2011-01-18
* trusted-keys: another free memory bugfixTetsuo Handa2011-01-18
* trusted-keys: free memory bugfixMimi Zohar2011-01-13
* Merge branch 'master' into nextJames Morris2011-01-09
|\
| * KEYS: Don't call up_write() if __key_link_begin() returns an errorDavid Howells2010-12-23
* | encrypted-keys: style and other cleanupMimi Zohar2010-12-15
* | encrypted-keys: verify datablob size before converting to binaryMimi Zohar2010-12-15
* | trusted-keys: kzalloc and other cleanupMimi Zohar2010-12-15