aboutsummaryrefslogtreecommitdiffstats
path: root/security/keys (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-01-11[PATCH] move capable() to capability.hRandy.Dunlap1-0/+1
2006-01-08[PATCH] keys: Permit running process to instantiate keysDavid Howells8-235/+327
2006-01-08[PATCH] keys: Discard duplicate keys from a keyring on linkDavid Howells1-23/+64
2006-01-08[PATCH] keys: Permit key expiry time to be setDavid Howells3-0/+48
2006-01-06[PATCH] security/: possible cleanupsAdrian Bunk3-3/+2
2006-01-06[PATCH] Keys: Remove key duplicationDavid Howells3-150/+3
2005-12-01[PATCH] Keys: Fix permissions check for update vs addDavid Howells1-1/+1
2005-11-07[PATCH] kfree cleanup: securityJesper Juhl1-2/+1
2005-11-07[PATCH] Keys: Remove incorrect and obsolete '!' operatorsDavid Howells1-4/+4
2005-10-30[PATCH] Keys: Add LSM hooks for key management [try #3]David Howells5-35/+71
2005-10-30[PATCH] Keys: Export user-defined keyring operationsDavid Howells1-25/+24
2005-10-08[PATCH] Keys: Possessor permissions should be additiveDavid Howells1-6/+6
2005-10-08[PATCH] Keys: Split key permissions checking into a .c fileDavid Howells2-0/+71
2005-10-08[PATCH] Keys: Add request-key process documentationDavid Howells2-0/+4
2005-10-08[PATCH] key: plug request_key_auth memleakDavid Howells1-0/+1
2005-09-28[PATCH] Keys: Add possessor permissions to keys [try #3]David Howells8-307/+391
2005-08-04[PATCH] Destruction of failed keyring oopsesDavid Howells1-1/+5
2005-08-04[PATCH] Error during attempt to join key management session can leave semaphore pinnedDavid Howells1-1/+1
2005-08-04[PATCH] Keys: Fix key management syscall interface bugsDavid Howells2-5/+8
2005-07-07[PATCH] Keys: Base keyring size on key pointer not key structDavid Howells1-7/+8
2005-06-25[PATCH] RCU: clean up a few remaining synchronize_kernel() callsPaul E. McKenney2-2/+2
2005-06-24[PATCH] eCryptfs: export user key typeMichael Halcrow1-0/+2
2005-06-24[PATCH] Keys: Make request-key create an authorisation keyDavid Howells9-180/+685
2005-06-24[PATCH] Keys: Use RCU to manage session keyring pointerDavid Howells2-25/+24
2005-06-24[PATCH] Keys: Pass session keyring to call_usermodehelper()David Howells1-1/+1
2005-06-24[PATCH] keys: Discard key spinlock and use RCU for key payloadDavid Howells7-223/+289
2005-04-16Linux-2.6.12-rc2Linus Torvalds10-0/+4603