| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow the user process to query the kernel's notion of a maximum | rwatson | 2006-08-26 | 2 | -0/+6 |
* | Update kernel OpenBSM parts, especially src/sys/bsm, for the OpenBSM | rwatson | 2006-08-26 | 2 | -3/+4 |
* | Remove $P4$ from this file; other then temporarily P4-local work in | rwatson | 2006-08-25 | 1 | -1/+0 |
* | Add kqueue support to audit pipe pseudo-devices. | rwatson | 2006-08-24 | 1 | -0/+84 |
* | Audit the remaining parameters to the extattr system calls. Generate | wsalamon | 2006-07-06 | 1 | -0/+59 |
* | Correct a number of problems that were previously commented on: | rwatson | 2006-07-03 | 2 | -49/+40 |
* | Make the size of the subject32_ex and process32_ex tokens depend on | wsalamon | 2006-06-17 | 1 | -13/+25 |
* | Lock process when copying fields from process structure so as to | rwatson | 2006-06-08 | 1 | -3/+2 |
* | Prefer C to C++ comments per style(9). | rwatson | 2006-06-08 | 1 | -1/+1 |
* | Extract pointer value for mnt_stat from vp after the NULL check, not | rwatson | 2006-06-06 | 1 | -1/+2 |
* | Remove use of Giant around vn_open() in audit trail setup. | rwatson | 2006-06-05 | 1 | -15/+10 |
* | When generating BSM tokens for mkfifo(), include mode argument. | rwatson | 2006-06-05 | 1 | -1/+6 |
* | When generating the process token, need to check whether the | rwatson | 2006-06-05 | 2 | -15/+14 |
* | Consistently use audit_free() to free records, rather than | rwatson | 2006-06-05 | 1 | -2/+2 |
* | Introduce support for per-audit pipe preselection independent from the | rwatson | 2006-06-05 | 6 | -66/+519 |
* | Shorten audit record zone name. | rwatson | 2006-06-05 | 1 | -1/+1 |
* | No longer unconditionally drain the audit record queue if there is | rwatson | 2006-06-05 | 1 | -35/+5 |
* | Pull BSM conversion logic out of audit_record_write(), as well as | rwatson | 2006-06-05 | 1 | -84/+48 |
* | Assert audit mtx in audit_worker_drain(). | rwatson | 2006-06-05 | 1 | -11/+30 |
* | Use struct kaudit_queue instead of a hand-crafted queue type for | rwatson | 2006-06-05 | 1 | -1/+1 |
* | Rename audit_cv to audit_worker_cv, as it wakes up the audit | rwatson | 2006-06-05 | 3 | -16/+14 |
* | Merge OpenBSM 1.0 alpha 6 changes for BSM token creation to | rwatson | 2006-06-05 | 2 | -69/+35 |
* | Check to see if the rootdir is the same as the current working directory. | csjp | 2006-06-01 | 1 | -3/+11 |
* | Merge Perforce change 93581 from TrustedBSD audit3 branch: | rwatson | 2006-03-19 | 9 | -526/+541 |
* | Merge Perforce changes 93512, 93514, 93515 from TrustedBSD audit3 | rwatson | 2006-03-19 | 3 | -495/+616 |
* | Merge Perforce change 93570 from TrustedBSD audit3 branch: | rwatson | 2006-03-19 | 1 | -0/+10 |
* | Merge Perforce change 93567 from TrustedBSD audit3 branch: | rwatson | 2006-03-19 | 1 | -1/+1 |
* | Merge Perforce change 93568 from TrustedBSD audit3 branch: | rwatson | 2006-03-19 | 2 | -6/+6 |
* | Merge Perforce change 93506 from TrustedBSD audit3 branch: | rwatson | 2006-03-19 | 2 | -2/+98 |
* | Merge perforce 93507: | rwatson | 2006-03-18 | 1 | -2/+2 |
* | Merge perforce change 93199: | rwatson | 2006-03-18 | 4 | -7/+8 |
* | Count drops when the first of two pipe mallocs fails. | rwatson | 2006-03-04 | 1 | -0/+1 |
* | Update src/sys/security/audit for OpenBSM 1.0 alpha 5: | rwatson | 2006-03-04 | 3 | -15/+6 |
* | Add stub AUE_EACCESS entry. | rwatson | 2006-02-11 | 1 | -0/+1 |
* | Initialize user process audit ID to AU_DEFAUDITID so that init and | rwatson | 2006-02-11 | 1 | -0/+1 |
* | Acquire vnode lock around call to VOP_GETATTR() in audit_record_write(). | rwatson | 2006-02-07 | 1 | -0/+2 |
* | Fix queue drop logic when the queue overflows: decrement queue length. | rwatson | 2006-02-07 | 1 | -0/+1 |
* | Add support for audit pipe special devices, which allow user space | rwatson | 2006-02-06 | 3 | -0/+550 |
* | Manage audit record memory with the slab allocator, turning | rwatson | 2006-02-06 | 1 | -100/+85 |
* | When GC'ing a thread, assert that it has no active audit record. | rwatson | 2006-02-05 | 2 | -0/+11 |
* | Cast pointers to (uintptr_t) before down-casting to (int). This avoids | rwatson | 2006-02-04 | 1 | -7/+8 |
* | Fix INVARIANTS build on amd64; (unsigned unsigned long) != u_int64_t. | rwatson | 2006-02-03 | 1 | -2/+2 |
* | Remove user.h include in audit.h, it is unneeded, and also can cause | rwatson | 2006-02-03 | 1 | -1/+0 |
* | Add new fields to process-related data structures: | rwatson | 2006-02-02 | 2 | -0/+11 |
* | Import kernel audit framework: | rwatson | 2006-02-01 | 9 | -0/+6228 |