Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / security / integrity /
2012-02-28 Randy Dunlapsecurity: fix ima kconfig warning
2012-02-16 Eric ParisIMA: fix audit res field to indicate 1 for success...
2012-02-09 James MorrisMerge branch 'next-queue' into next
2012-01-20 Dmitry Kasatkinima: policy for RAMFS
2012-01-20 Fabio Estevamima: fix Kconfig dependencies
2012-01-19 Mimi Zoharima: fix cred sparse warning
2012-01-18 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-01-17 Dmitry Kasatkinintegrity: digital signature config option name change
2012-01-17 Dmitry Kasatkinlib: digital signature config option name change
2012-01-17 Kees Cookaudit: treat s_id as an untrusted string
2012-01-09 James MorrisMerge branch 'next' into for-linus
2011-12-20 Dmitry Kasatkinevm: prevent racing during tfm allocation
2011-12-20 Dmitry Kasatkinevm: key must be set once during initialization
2011-12-20 Roberto Sassuima: fix invalid memory reference
2011-12-20 Roberto Sassuima: free duplicate measurement memory
2011-12-07 Dmitry Kasatkinevm: prevent racing during tfm allocation
2011-12-07 Dmitry Kasatkinevm: key must be set once during initialization
2011-11-21 Dmitry Kasatkindigsig: build dependency fix
2011-11-09 Dmitry Kasatkinevm: digital signature verification support
2011-11-09 Dmitry Kasatkinintegrity: digital signature verification using multipl...
2011-11-02 Linus TorvaldsMerge branch 'for-linus' of git://github.com/richardwei...
2011-11-02 Al Viroum: switch to use of drivers/Kconfig
2011-09-14 Dmitry Kasatkinevm: clean verification status
2011-09-14 Mimi Zoharevm: permit mode bits to be updated
2011-09-14 Mimi Zoharevm: posix acls modify i_mode
2011-09-14 Mimi Zoharevm: limit verifying current security.evm integrity
2011-09-14 Mimi Zoharevm: remove TCG_TPM dependency
2011-09-09 James Morrisima: sparse fix: include linux/ima.h in ima_main.c
2011-09-09 James Morrisima: sparse fix: make ima_open_policy static
2011-09-09 James Morrisintegrity: sparse fix: move iint_initialized to integrity.h
2011-08-18 Mimi Zoharevm: add Kconfig TCG_TPM dependency
2011-08-11 Mimi Zoharevm: fix evm_inode_init_security return code
2011-08-09 James MorrisEVM: ensure trusted and encypted key symbols are availa...
2011-08-09 James MorrisMerge branch 'next-evm' of git://git./linux/kernel...
2011-07-26 Al Viroima: fmode_t misspelled as mode_t...
2011-07-18 Mimi Zoharevm: add evm_inode_setattr to prevent updating an inval...
2011-07-18 Mimi Zoharevm: permit only valid security.evm xattrs to be updated
2011-07-18 Dmitry Kasatkinevm: replace hmac_status with evm_status
2011-07-18 Dmitry Kasatkinevm: evm_verify_hmac must not return INTEGRITY_UNKNOWN
2011-07-18 Dmitry Kasatkinevm: additional parameter to pass integrity cache entry...
2011-07-18 Dmitry Kasatkinevm: crypto hash replaced by shash
2011-07-18 Mimi Zoharevm: add evm_inode_init_security to initialize new...
2011-07-18 Mimi Zoharsecurity: imbed evm calls in security hooks
2011-07-18 Dmitry Kasatkinevm: add support for different security.evm data types
2011-07-18 Mimi Zoharevm: re-release
2011-07-18 Mimi Zoharintegrity: move ima inode integrity data management
2011-02-23 Mimi Zoharima: remove unnecessary call to ima_must_measure
2011-02-10 Mimi ZoharIMA: remove IMA imbalance checking
2011-02-10 Mimi ZoharIMA: maintain i_readcount in the VFS layer
2011-02-10 Mimi ZoharIMA: convert i_readcount to atomic
2011-01-04 Mimi Zoharima: fix add LSM rule bug
2010-10-26 Eric ParisIMA: fix the ToMToU logic
2010-10-26 Eric ParisIMA: explicit IMA i_flag to remove global lock on inode...
2010-10-26 Eric ParisIMA: drop refcnt from ima_iint_cache since it isn't...
2010-10-26 Eric ParisIMA: only allocate iint when needed
2010-10-26 Eric ParisIMA: move read counter into struct inode
2010-10-26 Eric ParisIMA: use i_writecount rather than a private counter
2010-10-26 Eric ParisIMA: use inode->i_lock to protect read and write counters
2010-10-26 Eric ParisIMA: convert internal flags from long to char
2010-10-26 Eric ParisIMA: use unsigned int instead of long for counters
2010-10-26 Eric ParisIMA: drop the inode opencount since it isn't needed...
2010-10-26 Eric ParisIMA: use rbtree instead of radix tree for inode informa...
2010-09-07 Mimi Zoharima: always maintain counters
2010-08-02 Arnd Bergmannima: use generic_file_llseek for securityfs
2010-06-08 Jeff Mahoney- patches.arch/x86_mce_intel_decode_physical_address...
2010-05-21 NeilBrownkref: remove kref_set
2010-05-16 Mimi Zoharima: remove ACPI dependency
2010-05-06 James MorrisRevert "ima: remove ACPI dependency"
2010-05-06 James MorrisMerge branch 'master' into next
2010-05-05 Mimi Zoharima: remove ACPI dependency
2010-04-22 Eric ParisIMA: include the word IMA in printk messages
2010-04-20 Eric ParisIMA: drop the word integrity in the audit message
2010-04-20 Eric ParisIMA: use audit_log_untrusted_string rather than %s
2010-04-20 Eric ParisIMA: handle comments in policy
2010-04-20 Eric ParisIMA: handle whitespace better
2010-04-20 Eric ParisIMA: reject policies with unknown entries
2010-04-20 Eric ParisIMA: set entry->action to UNKNOWN rather than hard...
2010-04-20 Eric ParisIMA: do not allow the same rule to specify the same...
2010-04-20 Eric Parisima: handle multiple rules per write
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-10 H Hartley Sweetensecurity/ima: replace gcc specific __FUNCTION__ with...
2010-02-24 Xiaotian Fengsecurity: fix error return path in ima_inode_alloc
2010-02-07 Mimi Zoharima: rename PATH_CHECK to FILE_CHECK
2010-02-07 Mimi Zoharima: rename ima_path_check to ima_file_check
2010-02-07 Eric Parisima: initialize ima before inodes can be allocated
2010-02-07 Mimi Zoharfix ima breakage
2010-01-26 Jeff Mahoney- patches.suse/slab-handle-memoryless-nodes-v2a.patch...
2009-12-16 Mimi Zoharima: limit imbalance msg
2009-12-16 Al ViroUntangling ima mess, part 3: kill dead code in ima
2009-12-16 Eric Parisima: call ima_inode_free ima_inode_free
2009-12-16 Eric ParisIMA: clean up the IMA counts updating code
2009-12-16 Eric Parisima: only insert at inode creation time
2009-12-16 Eric Parisima: valid return code from ima_inode_alloc
2009-12-03 James MorrisMerge branch 'master' into next
2009-11-20 Jeff Mahoney- Update to 2.6.32-rc8.
2009-11-18 Mimi Zoharima: replace GFP_KERNEL with GFP_NOFS
2009-11-09 Nick Piggin- patches.suse/files-slab-rcu.patch: SLAB_DESTROY_BY_RC...
2009-10-25 Mimi ZoharLSM: imbed ima calls in the security hooks
2009-10-01 Alexey Dobriyanconst: constify remaining file_operations
2009-09-23 James Morrisseq_file: constify seq_operations
next