summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* security: add cred argument to security_capable()Chris Wright2011-02-111-3/+2
* CRED: Fix BUG() upon security_cred_alloc_blank() failureTetsuo Handa2011-02-071-1/+5
* KEYS: Fix __key_link_end() quota fixup on errorDavid Howells2011-01-264-20/+27
* selinux: return -ENOMEM when memory allocation failsDavidlohr Bueso2011-01-242-3/+3
* trusted keys: Fix a memory leak in trusted_update().Jesper Juhl2011-01-241-0/+1
* encrypted-keys: rename encrypted_defined files to encryptedMimi Zohar2011-01-243-2/+3
* trusted-keys: rename trusted_defined files to trustedMimi Zohar2011-01-243-2/+2
* KEYS: Fix up comments in key management codeDavid Howells2011-01-2111-366/+777
* KEYS: Do some style cleanup in the key management code.David Howells2011-01-2110-248/+80
* trusted-keys: avoid scattring va_end()Tetsuo Handa2011-01-191-17/+13
* trusted-keys: check for NULL before using itTetsuo Handa2011-01-191-0/+5
* trusted-keys: another free memory bugfixTetsuo Handa2011-01-191-3/+5
* trusted-keys: free memory bugfixMimi Zohar2011-01-141-5/+7
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2010-12-228-35/+27
| |\
| * | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-01-1021-1061/+3611
|\ \ \
| * \ \ Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris2011-01-1010-930/+943
| |\ \ \
| | * | | SELinux: define permissions for DCB netlink messagesEric Paris2010-12-161-0/+2
| | * | | selinux: cache sidtab_context_to_sid resultsEric Paris2010-12-072-2/+39
| | * | | SELinux: do not compute transition labels on mountpoint labeled filesystemsEric Paris2010-12-021-1/+4
| | * | | SELinux: merge policydb_index_classes and policydb_index_othersEric Paris2010-11-301-59/+10
| | * | | selinux: convert part of the sym_val_to_name array to use flex_arrayEric Paris2010-11-305-68/+127
| | * | | selinux: convert type_val_to_struct to flex_arrayEric Paris2010-11-303-13/+34
| | * | | SELinux: do not set automatic i_ino in selinuxfsEric Paris2010-11-301-1/+0
| | * | | selinux: rework security_netlbl_secattr_to_sidEric Paris2010-11-301-21/+21
| | * | | SELinux: standardize return code handling in selinuxfs.cEric Paris2010-11-301-171/+157
| | * | | SELinux: standardize return code handling in selinuxfs.cEric Paris2010-11-301-337/+311
| | * | | SELinux: standardize return code handling in policydb.cEric Paris2010-11-301-287/+268
| | | |/ | | |/|
| * | | Merge branch 'master' into nextJames Morris2011-01-108-28/+42
| |\ \ \
| * | | | encrypted-keys: style and other cleanupMimi Zohar2010-12-152-37/+29
| * | | | encrypted-keys: verify datablob size before converting to binaryMimi Zohar2010-12-151-14/+15
| * | | | trusted-keys: kzalloc and other cleanupMimi Zohar2010-12-151-18/+16
| * | | | trusted-keys: additional TSS return code and other error handlingMimi Zohar2010-12-151-62/+87
| * | | | Smack: Transmute labels on specified directoriesJarkko Sakkinen2010-12-074-43/+139
| * | | | This patch adds a new security attribute to Smack calledCasey Schaufler2010-12-024-54/+176
| * | | | keys: add missing include file for trusted and encrypted keysMimi Zohar2010-11-302-0/+2
| * | | | Smack: UDS revisionCasey Schaufler2010-11-291-43/+63
| * | | | keys: add new key-type encryptedMimi Zohar2010-11-294-0/+980
| * | | | keys: add new trusted key-typeMimi Zohar2010-11-294-0/+1301
| * | | | security: Define CAP_SYSLOGSerge E. Hallyn2010-11-291-1/+1
| | |/ / | |/| |
* | | | headers: kobject.h reduxAlexey Dobriyan2011-01-101-0/+1
* | | | headers: path.h reduxAlexey Dobriyan2011-01-102-3/+1
| |/ / |/| |
* | | Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-01-073-6/+20
|\ \ \
| * | | fs: rcu-walk for path lookupNick Piggin2011-01-071-0/+9
| * | | fs: dcache rationalise dget variantsNick Piggin2011-01-071-1/+1
| * | | fs: dcache remove dcache_lockNick Piggin2011-01-071-4/+0
| * | | fs: dcache scale subdirsNick Piggin2011-01-071-2/+10
| * | | fs: dcache scale d_unhashedNick Piggin2011-01-071-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-01-064-21/+20
|\ \ \ \ | |/ / / |/| | |