security: remove dead hook cred_commit
[safe/jmp/linux-2.6] / include / linux / security.h
2010-04-12 Eric Parissecurity: remove dead hook cred_commit
2010-04-12 Eric Parissecurity: remove dead hook inode_delete
2010-04-12 Eric Parissecurity: remove dead hook sb_post_pivotroot
2010-04-12 Eric Parissecurity: remove dead hook sb_post_addmount
2010-04-12 Eric Parissecurity: remove dead hook sb_post_remount
2010-04-12 Eric Parissecurity: remove dead hook sb_umount_busy
2010-04-12 Eric Parissecurity: remove dead hook sb_umount_close
2010-04-12 Eric Parissecurity: remove sb_check_sb hooks
2010-02-23 wzt.wzt@gmail.comSecurity: add static to security_ops and default_securi...
2010-02-04 Kees Cooksyslog: distinguish between /proc/kmsg and syscalls
2010-01-17 James MorrisMerge branch 'master' into next
2010-01-10 Tetsuo HandaLSM: Update comment on security_sock_rcv_skb
2009-12-16 David HowellsNOMMU: Optimise away the {dac_,}mmap_min_addr tests
2009-11-09 Eric Parissecurity: report the module name to security_module_request
2009-10-11 Tetsuo HandaLSM: Add security_path_chroot().
2009-10-11 Tetsuo HandaLSM: Add security_path_chmod() and security_path_chown().
2009-09-24 Alexey Dobriyansysctl: remove "struct file *" argument of ->proc_handler
2009-09-10 David P. QuigleyLSM/SELinux: inode_{get,set,notify}secctx hooks to...
2009-09-07 David HowellsKEYS: Fix default security_session_to_parent()
2009-09-07 David HowellsKEYS: security_cred_alloc_blank() should return int...
2009-09-02 David HowellsKEYS: Add a keyctl to install a process's session keyri...
2009-08-31 Paul Moorelsm: Add hooks to the TUN driver
2009-08-17 Eric Parissecurity: define round_hint_to_min in !CONFIG_SECURITY
2009-08-17 Eric ParisSecurity/SELinux: seperate lsm specific mmap_min_addr
2009-08-17 Eric ParisCapabilities: move cap_file_mmap to commoncap.c
2009-08-14 James Morrissecurity: update documentation for security_request_module
2009-08-14 Eric Parissecurity: introducing security_request_module
2009-08-10 Eric Parissecurity: define round_hint_to_min in !CONFIG_SECURITY
2009-08-05 Eric ParisSecurity/SELinux: seperate lsm specific mmap_min_addr
2009-08-05 Eric ParisCapabilities: move cap_file_mmap to commoncap.c
2009-06-24 Ingo Molnarsecurity: rename ptrace_may_access => ptrace_access_check
2009-06-04 Christoph Lametersecurity: use mmap_min_addr indepedently of security...
2009-04-03 Pekka Enbergkmemtrace, fs, security: move alloc_secdata() and free_...
2009-03-28 Paul Moorelsm: Remove the socket_post_accept() hook
2009-01-06 James MorrisMerge branch 'next' into for-linus
2009-01-06 David HowellsCRED: Fix regression in cap_capable() as shown up by...
2009-01-06 James MorrisRevert "CRED: Fix regression in cap_capable() as shown...
2009-01-05 David HowellsCRED: Fix regression in cap_capable() as shown up by...
2008-12-31 Kentaro Takedaintroduce new LSM hooks where vfsmount is available.
2008-12-19 James Morrissecurity: pass mount flags to security_sb_kern_mount()
2008-12-04 James MorrisMerge branch 'master' into next
2008-12-02 Junjiro R. Okajimanfsd: fix vm overcommit crash fix #2
2008-11-13 David HowellsCRED: Allow kernel services to override LSM settings...
2008-11-13 David HowellsCRED: Make execve() take advantage of copy-on-write...
2008-11-13 David HowellsCRED: Inaugurate COW credentials
2008-11-13 David HowellsCRED: Pass credentials through dentry_open()
2008-11-13 David HowellsCRED: Detach the credentials from task_struct
2008-11-13 David HowellsCRED: Constify the kernel_cap_t arguments to the capset...
2008-11-13 David HowellsCRED: Neuter sys_capset()
2008-11-11 Eric ParisAdd a new capable interface that will be used by system...
2008-10-30 Alan Coxnfsd: fix vm overcommit crash
2008-08-28 Eric Parissecurityfs: do not depend on CONFIG_SECURITY
2008-08-17 Alexander Beregalovsecurity.h: fix build failure
2008-08-14 David Howellssecurity: Fix setting of PF_SUPERPRIV by __capable()
2008-07-27 Al Viro[PATCH] pass MAY_OPEN to vfs_permission() explicitly
2008-07-24 Hugh Dickinssecurity: remove unused forwards
2008-07-14 James Morrissecurity: remove register_security hook
2008-07-14 Miklos Szeredisecurity: remove unused sb_get_mnt_opts hook
2008-07-14 Eric ParisLSM/SELinux: show LSM mount options in /proc/mounts
2008-07-14 Stephen SmalleySecurity: split proc ptrace checking into read vs....
2008-04-29 David HowellsSecurity: Make secctx_to_secid() take const secdata
2008-04-29 David HowellsSecurity: Make secctx_to_secid() take const secdata
2008-04-29 David Howellskeys: add keyctl function to get a security label
2008-04-29 David Howellsxattr: add missing consts to function arguments
2008-04-28 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-04-28 Andrew G. Morgancapabilities: implement per-process securebits
2008-04-27 Eric ParisSELinux: include/security.h whitespace, syntax, and...
2008-04-22 Al Viro[PATCH] switch a bunch of LSM hooks from nameidata...
2008-04-19 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-04-19 Ahmed S. DarwishSecurity: Introduce security= boot parameter
2008-04-18 Ahmed S. DarwishLSM/Audit: Introduce generic Audit LSM hooks
2008-04-18 Ahmed S. DarwishLSM: Introduce inode_getsecid and ipc_getsecid hooks
2008-04-13 Paul MooreLSM: Make the Labeled IPsec hooks more stack friendly
2008-03-20 Serge Hallynfile capabilities: remove cap_task_kill()
2008-03-05 Eric ParisLSM/SELinux: Interfaces to allow FS to control mount...
2008-02-05 Serge E. Hallyncapabilities: introduce per-process capability bounding set
2008-02-05 David P. QuigleyVFS/Security: Rework inode_getsecurity and callers...
2008-01-25 Jan Engelhardtsecurity/selinux: constify function pointer tables...
2008-01-25 David Howellssecurity: add a secctx_to_secid() hook
2008-01-25 H. Peter Anvinsecurity: remove security_sb_post_mountroot hook
2008-01-25 Eric ParisSecurity: add get, set, and cloning of superblock secur...
2007-10-19 Serge Hallynfix up security_socket_getpeersec_* documentation
2007-10-18 Andrew MorganV3 file capabilities: alter behavior of cap_setpcap
2007-10-17 Adrian Bunksecurity/ cleanups
2007-10-17 Serge E. HallynImplement file posix capabilities
2007-10-17 James Morrissecurity: Convert LSM into a static interface
2007-10-16 Yuichi NakamuraSELinux: Improve read/write performance
2007-08-23 Alan Coxfix NULL pointer dereference in __vm_enough_memory()
2007-07-12 Eric Parissecurity: Protection for exploiting null dereference...
2007-05-09 Michael OpdenackerFix occurrences of "the the "
2007-03-14 Al Viro[PATCH] sanitize security_getprocattr() API
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 1
2007-02-11 Robert P. J. Day[PATCH] Replace regular code with appropriate calls...
2006-12-03 Venkat YekkiralaSELinux: Fix SA selection semantics
2006-12-03 Venkat YekkiralaSELinux: Return correct context for SO_PEERSEC
2006-12-03 Venkat YekkiralaSELinux: Various xfrm labeling fixes
2006-10-12 Venkat YekkiralaIPsec: correct semantics for SELinux policy matching
2006-09-29 Alexey Dobriyan[PATCH] fs.h: ifdef security fields
2006-09-22 Venkat Yekkirala[NetLabel]: SELinux support
2006-09-22 Venkat Yekkirala[MLSXFRM]: Auto-labeling of child sockets
next