aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/ucred.h
Commit message (Expand)AuthorAgeFilesLines
* Extend struct ucred with group table.Mateusz Guzik2014-11-051-2/+3
* Get rid of crshared.Mateusz Guzik2014-10-051-1/+0
* Add two new system calls, setloginclass(2) and getloginclass(2). This makesEdward Tomasz Napierala2011-03-051-1/+3
* Add initial support for Capsicum's Capability Mode to the FreeBSD kernel,Robert Watson2011-03-011-0/+5
* Remove the interim vimage containers, struct vimage and struct procg,Jamie Gritton2009-07-171-2/+2
* Rework the credential code to support larger values of NGROUPS andBrooks Davis2009-06-191-3/+9
* Add a flags field to struct ucred, and export that via kinfo_proc,Robert Watson2009-06-011-0/+1
* Introduce a new virtualization container, provisionally named vprocg, to holdMarko Zec2009-05-081-1/+1
* Change the curvnet variable from a global const struct vnet *,Marko Zec2009-05-051-1/+2
* Add padding for anticipated functionalityKip Macy2007-12-071-0/+1
* Move per-process audit state from a pointer in the proc structure toRobert Watson2007-06-071-0/+3
* Update a comment: Rather than suggesting suser(), suggest priv(9) forRobert Watson2007-03-141-2/+2
* Use the refcount API to manage the reference count for user credentialsJohn Baldwin2005-09-271-1/+0
* Correct a comment in ucred.h.Xin LI2005-06-281-1/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Remove sched_free_thread() which was only usedJulian Elischer2004-08-311-3/+0
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
* Fixed some style bugs (insertion sort error and extra blank line).Bruce Evans2003-11-121-4/+3
* Modify the MAC Framework so that instead of embedding a (struct label)Robert Watson2003-11-121-2/+1
* o Fix a comment.Maxim Konovalov2003-03-271-1/+1
* Allow one to grab the definition of struct ucred by defining _WANT_UCREDAlfred Perlstein2002-08-281-8/+4
* Hide 'struct ucred' behind '#ifdef _KERNEL', this should stop userlandAlfred Perlstein2002-08-161-0/+2
* Move to a nested include of _label.h instead of mac.h in sys/sys/*.hRobert Watson2002-08-141-5/+3
* Introduce support for Mandatory Access Control and extensible kernelRobert Watson2002-07-301-1/+10
* Whitespace nit in previous revision.John Baldwin2002-07-271-1/+1
* Add prototype for cred_free_thread() when DIAGNOSTIC is defined.Jonathan Mini2002-07-131-0/+3
* Backed out previous commit. It had nothing to do with KSE and just undidBruce Evans2002-06-291-8/+8
* Part 1 of KSE-IIIJulian Elischer2002-06-291-8/+8
* Fixed some style bugs (mainly excessive indentation).Bruce Evans2002-06-241-24/+24
* Remove unused diagnostic function cread_free_thread().Jonathan Mini2002-06-241-3/+0
* Squish the "could sleep with process lock" messages caused by callingAlfred Perlstein2002-06-191-2/+2
* Minor style cleanup. Remove unneeded includes, and correct or addDima Dorfman2002-04-071-9/+6
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-1/+1
* - Push down Giant into crfree() in the case that we actually free a ucred.John Baldwin2002-03-201-1/+3
* Introduce a version field to `struct xucred' in place of one of theDima Dorfman2002-02-271-1/+3
* Purely whitespace changesJulian Elischer2002-02-171-25/+25
* replace the embedded cr_mtx in the ucred structure with cr_mtxp (a mutexMatthew Dillon2002-02-171-2/+2
* If the credential on an incoming thread is correct, don't botherJulian Elischer2002-02-171-0/+1
* remove __P before next commitJulian Elischer2002-02-171-13/+13
* Change the kernel's ucred API as follows:John Baldwin2001-10-111-2/+5
* KSE Milestone 2Julian Elischer2001-09-121-1/+0
* o Merge contents of struct pcred into struct ucred. Specifically, add theRobert Watson2001-05-251-3/+12
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-2/+3
* Catch up to header include changes:John Baldwin2001-03-281-1/+2
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectRobert Watson2001-02-211-0/+1
* Switch to using a struct xucred instead of a struct xucred when notBrian Feldman2001-02-181-0/+13
* make crfree into a function rather than a macro to avoid bloat because ofAlfred Perlstein2000-11-301-7/+2
* ucred system overhaul:Alfred Perlstein2000-11-271-2/+10
* unstaticize change_ruid() because it is needed by osf1_setuid()Andrew Gallatin2000-10-261-0/+1
* Silence lame compiler warning.Don Lewis2000-09-161-0/+2