summaryrefslogtreecommitdiffstats
path: root/source/lib/util_seaccess.c
Commit message (Expand)AuthorAgeFilesLines
* Tidied up security rights definitions.Jeremy Allison2000-08-101-4/+4
* Removed requirement that sid have an owner before being interpreted.Jeremy Allison2000-08-101-18/+9
* Fixed memory leak with NT tokens.Jeremy Allison2000-08-091-2/+15
* Added SID "Everyone" S-1-1-0 as always matching if present in an ACE.Jeremy Allison2000-08-081-4/+17
* Changed the sec desc access checks to match the spec. Needs testing.Jeremy Allison2000-08-081-220/+149
* Fixed up se_access_check() to use the token list from the user structJeremy Allison2000-08-041-82/+32
* Started to canonicalize our handling of uid -> sid code in order toJeremy Allison2000-08-021-19/+27
* Added some debugs.Tim Potter2000-07-171-13/+27
* Fixes for various compile warnings on Solaris 8.Tim Potter2000-07-101-1/+2
* Moved winbind client functions from various odd locations toTim Potter2000-07-101-64/+0
* Added some useful debugging stuff.Tim Potter2000-07-101-10/+66
* Rewrite of se_access_check() function. Added comments and fixed a bunch ofTim Potter2000-07-061-189/+287
* added se_access_check.Luke Leighton2000-06-081-0/+279