summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_acl_posix1e.c
Commit message (Expand)AuthorAgeFilesLines
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-42/+49
* Update and reformat comments for POSIX.1e ACL utility routines.rwatson2006-07-231-48/+55
* Move POSIX.1e-specific utility routines from kern_acl.c torwatson2006-07-061-416/+5
* Implement new world order in VFS locking for ACLs. This will remove thecsjp2005-09-171-44/+45
* Convert the primary ACL allocator from malloc(9) to using a UMA zone instead.csjp2005-09-061-1/+13
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This iscperciva2004-07-261-6/+6
* Update my personal copyrights and NETA copyrights in the kernelrwatson2004-02-221-1/+1
* Move more ACL logic from the UFS code (ufs_acl.c) to the central POSIX.1erwatson2003-08-041-1/+84
* Add a f_vnode field to struct file.phk2003-06-221-4/+4
* Use __FBSDID().obrien2003-06-111-2/+3
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-131-7/+4
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-121-5/+4
* When compiling the kernel do not implicitly include filedesc.h from proc.h,alfred2003-01-011-0/+1
* Implement new ACL system calls which do not follow symbolic links:rwatson2002-12-291-1/+89
* unwrap lines made short enough by SCARGS removalalfred2002-12-141-6/+3
* SCARGS removal take II.alfred2002-12-141-19/+19
* Backout removal SCARGS, the code freeze is only "selectively" over.alfred2002-12-131-19/+19
* Remove SCARGS.alfred2002-12-131-19/+19
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-011-1/+28
* Teach discretionary access control methods for files about VAPPENDrwatson2002-07-221-13/+13
* Fix a bug that prevented the deletion of non-default ACLs from beingrwatson2002-06-271-1/+1
* A bit of whitespace magic.rwatson2002-06-271-5/+5
* opt_cap.c no longer neededrwatson2002-06-131-2/+0
* More s/file system/filesystem/gtrhodes2002-05-161-2/+2
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Fix a gcc-3.1+ warning.peter2002-03-191-0/+3
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-9/+7
* o Scatter vn_start_write() and vn_finished_write() through ACL code sorwatson2002-02-041-3/+10
* Note that Kirk apparently missed adding vn_start_write() and friendsrwatson2002-02-041-0/+3
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-131-0/+4
* o Since kern_acl.c uses #ifdef CAPABILITIES to controlrwatson2001-11-021-0/+2
* o Update copyright dates.rwatson2001-11-011-0/+2
* o Update copyright dates.rwatson2001-10-271-1/+1
* o Improve style(9) compliance following KSE modifications. In particular,rwatson2001-10-271-18/+19
* KSE Milestone 2julian2001-09-121-44/+44
* In the case of ACL_OTHER and undefined ACL entry id's, setjedgar2001-09-011-2/+2
* Giant Pushdown ACL syscalls:dillon2001-09-011-31/+71
* o Clarify comments in vaccess_acl_posix1e() ACL evaluation routine sorwatson2001-08-241-19/+23
* o As part of the move to not maintaining copies of the vnode owning uidrwatson2001-04-291-1/+1
* Fix a bug introduced in the last commit: vaccess_acl_posix1 only checkedtmm2001-04-231-1/+1
* In my first reading of POSIX.1e, I misinterpreted handling of therwatson2001-04-171-45/+99
* Correct the following defines to match the POSIX.1e spec:jedgar2001-04-111-36/+36
* o Introduce filesystem-independent POSIX.1e ACL utility routines torwatson2001-03-061-5/+440
* Back out proc locking to protect p_ucred for obtaining additionaljhb2001-01-271-32/+8
* Proc locking.jhb2001-01-241-8/+32
* Staticize some malloc M_ instances.phk2000-12-081-1/+1
* o Change locking rules for VOP_GETACL() to indicate that vnode locksrwatson2000-09-211-1/+4
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-301-1/+0
* Fix bde'isms in acl/extattr syscall interface, renaming syscalls torwatson2000-01-191-20/+16
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-191-0/+281
OpenPOWER on IntegriCloud