aboutsummaryrefslogtreecommitdiff
path: root/sys/security/lomac
Commit message (Expand)AuthorAgeFilesLines
* Unhook the old LOMAC module, now replaced with mac_lomac.Robert Watson2002-12-0327-6787/+0
* Regularize the vop_stdlock'ing protocol across all the filesystemsKirk McKusick2002-10-141-4/+4
* - Use vrefcnt() instead of v_usecount.Jeff Roberson2002-09-251-4/+4
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.Nate Lawson2002-09-142-2/+2
* Keep a copy of the credential used to mount filesystems around soPoul-Henning Kamp2002-08-191-1/+1
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-045-15/+16
* Get rid of warnings, there's no need to do preprocessor concatination ofAlfred Perlstein2002-06-011-2/+2
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-312-57/+16
* Check for defined(__i386__) instead of just defined(i386) since the compilerAlfred Perlstein2002-05-301-1/+1
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-202-16/+57
* Change p_can{debug,see,sched,signal}()'s first argument to be a threadJohn Baldwin2002-05-191-4/+2
* More s/file system/filesystem/gTom Rhodes2002-05-162-4/+4
* Use the proc lock to protect p_ucred while we read a few items from it.John Baldwin2002-04-111-3/+10
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-012-3/+3
* DBA update: pick the right DBA for various LOMAC copyrights.Robert Watson2002-03-1327-27/+27
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-273-6/+5
* Introduce a version field to `struct xucred' in place of one of theDima Dorfman2002-02-271-5/+1
* Part I: Update extended attribute API and ABI:Robert Watson2002-02-101-1/+2
* Replace a few more lines of code orphaned by MFREE going away.Matt Jacob2002-02-071-2/+2
* Pre-KSE/M3 commit.Julian Elischer2002-02-071-1/+1
* s/sonewconn3/sonewconn/ forgotten by the modifier.Brian Feldman2001-12-261-1/+1
* Split out NAI Labs license and BSD license to prevent the accidentalBrian Feldman2001-12-032-9/+80
* Return a POSIX-compliant error for write(2) failure.Brian Feldman2001-11-281-1/+1
* Import LOMAC preliminary release 2.0.0 in src/sys/security. These files mayvendor/lomac/2.2.0vendor/lomacBrian Feldman2001-11-1927-0/+6714