summaryrefslogtreecommitdiffstats
path: root/source/lib/util_seaccess.c
Commit message (Expand)AuthorAgeFilesLines
* Start of merge to 2_2_RELEASE branch for release.Jeremy Allison2002-04-301-1/+26
* Move over to RELEASE branch.Jeremy Allison2002-02-011-15/+18
* Sync-up with SAMBA_2_2 branch.Jeremy Allison2001-10-111-10/+13
* Syncup getting ready for release.Jeremy Allison2001-07-061-13/+13
* But Doctor, I had to kill the patient in order to save him....Jeremy Allison2001-02-211-10/+5
* Fixes to sync up with appliance-head. Fix from Kenichi Okuyama for a typoJeremy Allison2001-01-221-28/+119
* Big merge to sync up appliance-head and 2.2.Jeremy Allison2001-01-081-5/+74
* Merged in Tim's changes: Removed static limit of MAX_LOOKUP_SIDS in rpc serve...Jeremy Allison2000-12-121-31/+2
* Owner always has READ_CONTROL and WRITE_DAC access.Jeremy Allison2000-12-121-1/+3
* 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