nfsd4: rearrange cb data structures
[safe/jmp/linux-2.6] / security /
2010-03-04 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-03-03 Al Viroget rid of ->mnt_parent in tomoyo/realpath
2010-03-03 Al Viroget rid of insanity with namespace roots in tomoyo
2010-03-03 Al Virofix mnt_mountpoint abuse in smack
2010-02-28 James MorrisMerge branch 'next' into for-linus
2010-02-28 Linus TorvaldsMerge branch 'core-rcu-for-linus' of git://git./linux...
2010-02-26 David HowellsSELinux: Make selinux_kernel_create_files_as() shouldn...
2010-02-25 Tetsuo HandaTOMOYO: Protect find_task_by_vpid() with RCU.
2010-02-25 Paul E. McKenneysecurity: Apply lockdep-based checking to rcu_dereferen...
2010-02-25 Joshua Roysnetlabel: fix export of SELinux categories > 127
2010-02-24 Xiaotian Fengsecurity: fix error return path in ima_inode_alloc
2010-02-23 wzt.wzt@gmail.comSecurity: add static to security_ops and default_securi...
2010-02-21 KaiGai Koheiselinux: libsepol: remove dead code in check_avtab_hier...
2010-02-17 Tetsuo HandaTOMOYO: Remove __func__ from tomoyo_is_correct_path...
2010-02-16 James Morrissecurity: fix a couple of sparse warnings
2010-02-16 Tetsuo HandaTOMOYO: Remove unneeded parameter.
2010-02-16 Tetsuo HandaTOMOYO: Use shorter names.
2010-02-15 Tetsuo HandaTOMOYO: Use enum for index numbers.
2010-02-14 Tetsuo HandaTOMOYO: Add garbage collector.
2010-02-14 Tetsuo HandaTOMOYO: Add refcounter on domain structure.
2010-02-14 Tetsuo HandaTOMOYO: Merge headers.
2010-02-14 Tetsuo HandaTOMOYO: Add refcounter on string data.
2010-02-11 Tetsuo HandaTOMOYO: Reduce lines by using common path for addition...
2010-02-08 Xiaotian Fengselinux: fix memory leak in sel_make_bools
2010-02-08 Tetsuo HandaTOMOYO: Extract bitfield
2010-02-07 Al ViroTake ima_file_free() to proper place.
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-02-05 Kees Cooksyslog: clean up needless comment
2010-02-04 Kees Cooksyslog: use defined constants instead of raw numbers
2010-02-04 Kees Cooksyslog: distinguish between /proc/kmsg and syscalls
2010-02-03 Guido Trentalanciaselinux: allow MLS->non-MLS and vice versa upon policy...
2010-02-03 Guido Trentalanciaselinux: load the initial SIDs upon every policy load
2010-02-02 Stephen Smalleyselinux: Only audit permissions specified in policy
2010-01-27 Al Viroget rid of pointless checks after simple_pin_fs()
2010-01-26 Tetsuo HandaTOMOYO: Remove usage counter for temporary memory.
2010-01-24 KaiGai Koheiselinux: remove dead code in type_attribute_bounds_av()
2010-01-24 Stephen Smalleyselinux: convert range transition list to a hashtab
2010-01-17 James MorrisMerge branch 'master' into next
2010-01-17 Stephen Smalleyselinux: change the handling of unknown classes
2010-01-14 James Morrissecurity: correct error returns for get/set security...
2010-01-14 Al ViroFix ACC_MODE() for real
2010-01-10 Tetsuo HandaTOMOYO: Remove memory pool for list elements.
2010-01-10 Tetsuo HandaTOMOYO: Remove memory pool for string data.
2010-01-10 Tetsuo HandaTOMOYO: Replace rw_semaphore by mutex.
2010-01-04 Jiri SlabySECURITY: selinux, fix update_rlimit_cpu parameter
2009-12-22 Al ViroSanitize f_flags helpers
2009-12-16 Geert UytterhoevenKeys: KEYCTL_SESSION_TO_PARENT needs TIF_NOTIFY_RESUME...
2009-12-16 David HowellsNOMMU: Optimise away the {dac_,}mmap_min_addr tests
2009-12-16 H Hartley Sweetensecurity/min_addr.c: make init_mmap_min_addr() static
2009-12-16 Roel Kluinkeys: PTR_ERR return of wrong pointer in keyctl_get_sec...
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-15 Tetsuo HandaTOMOYO: Use RCU primitives for list operation
2009-12-10 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-12-09 Tetsuo HandaTOMOYO: Compare filesystem by magic number rather than...
2009-12-09 James MorrisMerge branch 'master' into next
2009-12-08 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2009-12-08 Linus TorvaldsMerge git://git./linux/kernel/git/ebiederm/sysctl-2.6
2009-12-08 Amerigo Wangselinux: remove a useless return
2009-12-08 Tetsuo HandaTOMOYO: Add rest of file operation restrictions.
2009-12-08 Tetsuo HandaLSM: Rename security_path_ functions argument names.
2009-12-08 Julia Lawallsecurity/selinux/ss: correct size computation
2009-12-07 Jiri KosinaMerge branch 'for-next' into for-linus
2009-12-05 David S. MillerMerge branch 'master' of /home/davem/src/GIT/linux...
2009-12-04 André Goddard Rosatree-wide: fix assorted typos all over the place
2009-12-03 James MorrisMerge branch 'master' into next
2009-11-25 Tetsuo HandaTOMOYO: Add recursive directory matching operator support.
2009-11-24 Serge E. Hallynremove CONFIG_SECURITY_FILE_CAPABILITIES compile option
2009-11-24 Eric ParisSELinux: print denials for buggy kernel with unknown...
2009-11-20 Eric Dumazetnet: rename skb->iif to skb->skb_iif
2009-11-20 Eric W. Biedermansecurity/tomoyo: Remove now unnecessary handling of...
2009-11-20 Eric W. Biedermansecurity/tomoyo: Add a special case to handle accesses...
2009-11-19 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-11-18 Mimi Zoharima: replace GFP_KERNEL with GFP_NOFS
2009-11-18 Eric W. Biedermansysctl: Drop & in front of every proc_handler.
2009-11-12 Tetsuo Handasysctl security/tomoyo: Don't look at ctl_name
2009-11-12 Eric W. Biedermansysctl security/keys: Remove dead binary sysctl support
2009-11-09 Eric Parissecurity: report the module name to security_module_request
2009-11-08 John JohansenConfig option to set a default LSM
2009-11-08 Kees Cooksysctl: require CAP_SYS_RAWIO to set mmap_min_addr
2009-10-29 Stephen Hemmingertomoyo: improve hash bucket dispersion
2009-10-25 Mimi ZoharLSM: imbed ima calls in the security hooks
2009-10-24 Eric ParisSELinux: add .gitignore files for dynamic classes
2009-10-20 James Morrissecurity: remove root_plug
2009-10-20 Stephen SmalleySELinux: fix locking issue introduced with c6d3aaa4e35c71a3
2009-10-19 Eric Dumazetinet: rename some inet_sock fields
2009-10-15 David HowellsKEYS: get_instantiation_keyring() should inc the keyrin...
2009-10-11 Tetsuo HandaLSM: Add security_path_chroot().
2009-10-11 Tetsuo HandaLSM: Add security_path_chmod() and security_path_chown().
2009-10-07 Stephen Smalleyselinux: drop remapping of netlink classes
2009-10-07 Stephen Smalleyselinux: generate flask headers during kernel build
2009-10-07 Stephen Smalleyselinux: dynamic class/perm discovery
2009-10-01 Alexey Dobriyanconst: constify remaining file_operations
next