| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix include guard spelling. | rwatson | 2008-04-27 | 1 | -1/+1 |
* | Use logic or, not binary or, when deciding whether or not a system call | rwatson | 2008-04-24 | 1 | -1/+1 |
* | When auditing state from an IPv4 or IPv6 socket, use read locks on the | rwatson | 2008-04-19 | 1 | -2/+2 |
* | When propagating a MAC label from an inpcb to an mbuf, allow read and | rwatson | 2008-04-19 | 1 | -1/+1 |
* | Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to | rwatson | 2008-04-17 | 2 | -5/+5 |
* | Use __FBSDID() for $FreeBSD$ IDs in the audit code. | rwatson | 2008-04-13 | 9 | -18/+27 |
* | Make naming of include guards for MAC Framework include files more | rwatson | 2008-04-13 | 3 | -9/+9 |
* | Add the support for the AT_FDCWD and fd-relative name lookups to the | kib | 2008-03-31 | 1 | -0/+1 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | rwatson | 2008-03-16 | 1 | -1/+1 |
* | Remove XXX to remind me to check the free space calculation, which to my | rwatson | 2008-03-10 | 1 | -3/+0 |
* | Change auditon(2) so that if somebody supplies an invalid command, it | csjp | 2008-03-06 | 1 | -0/+3 |
* | Rather than copying out the full audit trigger record, which includes | rwatson | 2008-03-02 | 1 | -1/+1 |
* | Add audit_prefixes to two more globally visible functions in the Audit | rwatson | 2008-03-01 | 3 | -7/+7 |
* | Rename globally exposed symbol send_trigger() to audit_send_trigger(). | rwatson | 2008-03-01 | 4 | -6/+7 |
* | Replace somewhat awkward audit trail rotation scheme, which involved the | rwatson | 2008-02-27 | 1 | -156/+91 |
* | Rename several audit functions in the global kernel symbol namespace to | rwatson | 2008-02-25 | 5 | -11/+11 |
* | Make sure that the termid type is initialized to AU_IPv4 by default. | csjp | 2008-01-28 | 1 | -0/+2 |
* | Properly return the error from mls_subject_privileged() in the ifnet | rwatson | 2008-01-28 | 1 | -3/+1 |
* | Fix gratuitous whitespace bug | csjp | 2008-01-18 | 1 | -1/+2 |
* | Add a case for AUE_LISTEN. This removes the following console error message: | csjp | 2008-01-18 | 1 | -0/+1 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 5 | -15/+15 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 5 | -8/+8 |
* | Add a new file descriptor type for IPC shared memory objects and use it to | jhb | 2008-01-08 | 5 | -0/+339 |
* | Add a new 'why' argument to kdb_enter(), and a set of constants to use | rwatson | 2007-12-25 | 1 | -1/+1 |
* | Change "audit_pipe_preselect" to "audit_pipe_presel" to make it print | wkoszek | 2007-12-25 | 1 | -1/+1 |
* | Fix a MAC label leak for POSIX semaphores, in which per-policy labels | rwatson | 2007-12-17 | 1 | -0/+1 |
* | Explicitly initialize 'ret' to 0'. It lets one to build tmpfs from the | wkoszek | 2007-12-04 | 1 | -0/+2 |
* | Implement per-object type consistency checks for labels passed to | rwatson | 2007-10-30 | 1 | -20/+65 |
* | Replace use of AU_NULL with 0 when no audit classes are in use; this | rwatson | 2007-10-29 | 2 | -4/+4 |
* | Canonicalize names of local variables. | rwatson | 2007-10-29 | 1 | -66/+66 |
* | Resort TrustedBSD MAC Framework policy entry point implementations and | rwatson | 2007-10-29 | 9 | -4684/+4744 |
* | Add missing mac_test labeling and sleep checks for the syncache. | rwatson | 2007-10-28 | 1 | -0/+48 |
* | Garbage collect mac_mbuf_create_multicast_encap TrustedBSD MAC Framework | rwatson | 2007-10-28 | 8 | -87/+0 |
* | Continue to move from generic network entry points in the TrustedBSD MAC | rwatson | 2007-10-28 | 9 | -86/+155 |
* | Move towards more explicit support for various network protocol stacks | rwatson | 2007-10-28 | 12 | -82/+414 |
* | Perform explicit label type checks for externalize entry points, rather than | rwatson | 2007-10-28 | 1 | -10/+70 |
* | Make sure we are incrementing the read count for each audit pipe read. | csjp | 2007-10-27 | 1 | -0/+1 |
* | Give each posixsem MAC Framework entry point its own counter and test case | rwatson | 2007-10-27 | 1 | -9/+74 |
* | Update comment following MAC Framework entry point renaming and | rwatson | 2007-10-26 | 1 | -1/+6 |
* | Rename 'mac_mbuf_create_from_firewall' to 'mac_netinet_firewall_send' as | rwatson | 2007-10-26 | 9 | -33/+33 |
* | Implement AUE_CORE, which adds process core dump support into the kernel. | csjp | 2007-10-26 | 3 | -0/+57 |
* | Sort entry points in mac_framework.h and mac_policy.h alphabetically by | rwatson | 2007-10-25 | 2 | -629/+574 |
* | Normalize TCP syncache-related MAC Framework entry points to match most | rwatson | 2007-10-25 | 7 | -44/+44 |
* | Rename mac_associate_nfsd_label() to mac_proc_associate_nfsd(), and move | rwatson | 2007-10-25 | 7 | -50/+50 |
* | Consistently name functions for mac_<policy> as <policy>_whatever rather | rwatson | 2007-10-25 | 11 | -2761/+2722 |
* | Further MAC Framework cleanup: normalize some local variable names and | rwatson | 2007-10-25 | 6 | -48/+49 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 27 | -3241/+3324 |
* | Use extended process token. The in kernel process audit | csjp | 2007-10-24 | 1 | -2/+2 |
* | Bump MAC_VERSION to 4 and add an 8.x line in the version table. Version 4 | rwatson | 2007-10-23 | 1 | -1/+2 |
* | Canonicalize naming of local variables for struct ksem and associated | rwatson | 2007-10-21 | 7 | -72/+71 |