1. 4afde48 Smack: change rule cap check by Casey Schaufler · 11 years ago
  2. 00f84f3 Smack: Make the syslog control configurable by Casey Schaufler · 11 years ago
  3. 398ce07 smack: fix: allow either entry be missing on access/access2 check (v2) by Jarkko Sakkinen · 11 years ago
  4. c0ab6e5 Smack: Implement lock security mode by Casey Schaufler · 11 years ago
  5. 10289b0 Smack: parse multiple rules per write to load2, up to PAGE_SIZE-1 bytes by Rafal Krypa · 11 years ago
  6. 677264e Smack: network label match fix by Casey Schaufler · 11 years ago
  7. 470043b security: smack: fix memleak in smk_write_rules_list() by Tomasz Stanislawski · 11 years ago
  8. 0fcfee6 Smack: Fix the bug smackcipso can't set CIPSO correctly by Passion,Zhao · 11 years ago
  9. 2f823ff Smack: Improve access check performance by Casey Schaufler · 11 years ago
  10. 958d2c2 Smack: include magic.h in smackfs.c by Casey Schaufler · 11 years ago
  11. e05b6f9 Smack: add support for modification of existing rules by Rafal Krypa · 12 years ago
  12. d15d9fad Smack: prevent revoke-subject from failing when unseen label is written to it by Rafal Krypa · 12 years ago
  13. e930723 Smack: create a sysfs mount point for smackfs by Casey Schaufler · 12 years ago
  14. 449543b Smack: implement revoking all rules for a subject label by Rafal Krypa · 12 years ago
  15. 3b9fc37 smack: off by one error by Alan Cox · 12 years ago
  16. 65ee7f4 Smack: don't show empty rules when /smack/load or /smack/load2 is read by Rafal Krypa · 12 years ago
  17. 3518721 Smack: user access check bounds by Casey Schaufler · 12 years ago
  18. 1880eff Smack: onlycap limits on CAP_MAC_ADMIN by Casey Schaufler · 12 years ago
  19. eb982cb Smack: fix smack_new_inode bogosities by Casey Schaufler · 12 years ago
  20. f7112e6 Smack: allow for significantly longer Smack labels v4 by Casey Schaufler · 12 years ago
  21. 86812bb Smack: move label list initialization by Casey Schaufler · 12 years ago
  22. 4080956 Smack: smackfs cipso seq read repair by Casey Schaufler · 13 years ago
  23. 0e94ae1 Smack: allow to access /smack/access as normal user by Jarkko Sakkinen · 13 years ago
  24. d86b2b6 Smack: fix: invalid length set for the result of /smack/access by Jarkko Sakkinen · 13 years ago
  25. f8859d9 Smack: fix for /smack/access output, use string instead of byte by Jarkko Sakkinen · 13 years ago
  26. ce8a432 Smack: Clean up comments by Casey Schaufler · 13 years ago
  27. 272cd7a Smack: Rule list lookup performance by Casey Schaufler · 13 years ago
  28. 828716c Smack: check permissions from user space (v2) by Jarkko Sakkinen · 13 years ago
  29. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  30. 7898e1f Subject: [PATCH] Smack: mmap controls for library containment by Casey Schaufler · 14 years ago
  31. 5c6d112 Smack: Transmute labels on specified directories by Jarkko Sakkinen · 14 years ago
  32. 676dac4 This patch adds a new security attribute to Smack called by Casey Schaufler · 14 years ago
  33. fc14f2f convert get_sb_single() users by Al Viro · 14 years ago
  34. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  35. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  36. 88e9d34 seq_file: constify seq_operations by James Morris · 15 years ago
  37. 3296ca2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 15 years ago
  38. 6470c07 smack: do not beyond ARRAY_SIZE of data by Roel Kluin · 15 years ago
  39. 05725f7 rculist: use list_entry_rcu in places where it's appropriate by Jiri Pirko · 15 years ago
  40. ecfcc53 smack: implement logging V3 by Etienne Basset · 15 years ago
  41. 4303154 smack: Add a new '-CIPSO' option to the network address label configuration by Etienne Basset · 15 years ago
  42. 7198e2e smack: convert smack to standard linux lists by Etienne Basset · 15 years ago
  43. 113a0e4 smack: fixes for unlabeled host support by etienne · 15 years ago
  44. 251a2a9 smack: fix lots of kernel-doc notation by Randy Dunlap · 15 years ago
  45. 152a649 smackfs load append mode fix by Casey Schaufler · 16 years ago
  46. c19a28e remove lots of double-semicolons by Fernando Carrijo · 16 years ago
  47. 6d3dc07 smack: Add support for unlabeled network hosts and networks by Casey Schaufler · 16 years ago
  48. 6c2e8ac netlabel: Update kernel configuration API by Paul Moore · 16 years ago
  49. 81ea714 smackfs: check for allocation failures in smk_set_access() by Sergio Luis · 16 years ago
  50. 86a264a CRED: Wrap current->cred and a few other accessors by David Howells · 16 years ago
  51. b6dff3e CRED: Separate task security context from task_struct by David Howells · 16 years ago
  52. 0da939b Merge branch 'master' of git://git.infradead.org/users/pcmoore/lblnet-2.6_next into next by James Morris · 16 years ago
  53. b1edeb1 netlabel: Replace protocol/NetLabel linking with refrerence counts by Paul Moore · 16 years ago
  54. 1544623 smack: limit privilege by label by Casey Schaufler · 16 years ago
  55. 9781db7 Merge branch 'audit.b50' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current by Linus Torvalds · 16 years ago
  56. 30aa4fa smack: make smk_cipso_doi() and smk_unlbl_ambient() by Casey Schaufler · 16 years ago
  57. 2532386 Audit: collect sessionid in netlink messages by Eric Paris · 16 years ago
  58. 076c54c Security: Introduce security= boot parameter by Ahmed S. Darwish · 16 years ago
  59. cb622bb smackfs: remove redundant lock, fix open(,O_RDWR) by Ahmed S. Darwish · 16 years ago
  60. b500ce8 smackfs: do not trust `count' in inodes write()s by Ahmed S. Darwish · 16 years ago
  61. 4bc87e6 Smack: unlabeled outgoing ambient packets by Casey Schaufler · 16 years ago
  62. e114e47 Smack: Simplified Mandatory Access Control Kernel by Casey Schaufler · 16 years ago