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