| Commit message (Expand) | Author | Age | Files | Lines |
* | Add module load/unload stubs. | adrian | 2012-03-13 | 1 | -0/+41 |
* | execve(2) has a special check for file permissions: a file must have at | jh | 2010-08-30 | 1 | -2/+8 |
* | The 'acl_cnt' field is unsigned; no point in checking if it's >= 0. | trasz | 2010-06-03 | 1 | -1/+1 |
* | Now that all the callers seem to be fixed, add KASSERTs to make sure VAPPEND | trasz | 2009-12-26 | 1 | -0/+2 |
* | Provide default implementation for VOP_ACCESS(9), so that filesystems which | trasz | 2009-10-01 | 1 | -0/+3 |
* | Make 'struct acl' larger, as required to support NFSv4 ACLs. Provide | trasz | 2009-05-22 | 1 | -0/+2 |
* | Rename a variable missed in previous accmode_t-related commits. | trasz | 2008-10-28 | 1 | -21/+21 |
* | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | trasz | 2008-10-28 | 1 | -4/+4 |
* | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | rwatson | 2007-06-12 | 1 | -7/+5 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -42/+49 |
* | Update and reformat comments for POSIX.1e ACL utility routines. | rwatson | 2006-07-23 | 1 | -48/+55 |
* | Move POSIX.1e-specific utility routines from kern_acl.c to | rwatson | 2006-07-06 | 1 | -416/+5 |
* | Implement new world order in VFS locking for ACLs. This will remove the | csjp | 2005-09-17 | 1 | -44/+45 |
* | Convert the primary ACL allocator from malloc(9) to using a UMA zone instead. | csjp | 2005-09-06 | 1 | -1/+13 |
* | Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is | cperciva | 2004-07-26 | 1 | -6/+6 |
* | Update my personal copyrights and NETA copyrights in the kernel | rwatson | 2004-02-22 | 1 | -1/+1 |
* | Move more ACL logic from the UFS code (ufs_acl.c) to the central POSIX.1e | rwatson | 2003-08-04 | 1 | -1/+84 |
* | Add a f_vnode field to struct file. | phk | 2003-06-22 | 1 | -4/+4 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | Bow to the whining masses and change a union back into void *. Retain | dillon | 2003-01-13 | 1 | -7/+4 |
* | Change struct file f_data to un_data, a union of the correct struct | dillon | 2003-01-12 | 1 | -5/+4 |
* | When compiling the kernel do not implicitly include filedesc.h from proc.h, | alfred | 2003-01-01 | 1 | -0/+1 |
* | Implement new ACL system calls which do not follow symbolic links: | rwatson | 2002-12-29 | 1 | -1/+89 |
* | unwrap lines made short enough by SCARGS removal | alfred | 2002-12-14 | 1 | -6/+3 |
* | SCARGS removal take II. | alfred | 2002-12-14 | 1 | -19/+19 |
* | Backout removal SCARGS, the code freeze is only "selectively" over. | alfred | 2002-12-13 | 1 | -19/+19 |
* | Remove SCARGS. | alfred | 2002-12-13 | 1 | -19/+19 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-08-01 | 1 | -1/+28 |
* | Teach discretionary access control methods for files about VAPPEND | rwatson | 2002-07-22 | 1 | -13/+13 |
* | Fix a bug that prevented the deletion of non-default ACLs from being | rwatson | 2002-06-27 | 1 | -1/+1 |
* | A bit of whitespace magic. | rwatson | 2002-06-27 | 1 | -5/+5 |
* | opt_cap.c no longer needed | rwatson | 2002-06-13 | 1 | -2/+0 |
* | More s/file system/filesystem/g | trhodes | 2002-05-16 | 1 | -2/+2 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -1/+1 |
* | Fix a gcc-3.1+ warning. | peter | 2002-03-19 | 1 | -0/+3 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -9/+7 |
* | o Scatter vn_start_write() and vn_finished_write() through ACL code so | rwatson | 2002-02-04 | 1 | -3/+10 |
* | Note that Kirk apparently missed adding vn_start_write() and friends | rwatson | 2002-02-04 | 1 | -0/+3 |
* | SMP Lock struct file, filedesc and the global file list. | alfred | 2002-01-13 | 1 | -0/+4 |
* | o Since kern_acl.c uses #ifdef CAPABILITIES to control | rwatson | 2001-11-02 | 1 | -0/+2 |
* | o Update copyright dates. | rwatson | 2001-11-01 | 1 | -0/+2 |
* | o Update copyright dates. | rwatson | 2001-10-27 | 1 | -1/+1 |
* | o Improve style(9) compliance following KSE modifications. In particular, | rwatson | 2001-10-27 | 1 | -18/+19 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -44/+44 |
* | In the case of ACL_OTHER and undefined ACL entry id's, set | jedgar | 2001-09-01 | 1 | -2/+2 |
* | Giant Pushdown ACL syscalls: | dillon | 2001-09-01 | 1 | -31/+71 |
* | o Clarify comments in vaccess_acl_posix1e() ACL evaluation routine so | rwatson | 2001-08-24 | 1 | -19/+23 |
* | o As part of the move to not maintaining copies of the vnode owning uid | rwatson | 2001-04-29 | 1 | -1/+1 |
* | Fix a bug introduced in the last commit: vaccess_acl_posix1 only checked | tmm | 2001-04-23 | 1 | -1/+1 |
* | In my first reading of POSIX.1e, I misinterpreted handling of the | rwatson | 2001-04-17 | 1 | -45/+99 |