summaryrefslogtreecommitdiffstats
path: root/source/lib/util_seaccess.c
Commit message (Expand)AuthorAgeFilesLines
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* tidy up debugJean-François Micouleau2001-12-171-1/+1
* Renamed sid field in SEC_ACE to trustee to be more in line with MS'sTim Potter2001-11-301-4/+4
* I *love* removing code :-). Removed 4 files that weren't being used.Jeremy Allison2001-11-161-1/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* Added Elrond patch to make se_access_check use NT datastructures, not Samba.Jeremy Allison2001-09-261-5/+8
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-4/+4
* started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell2001-08-271-6/+11
* Don't use variables called "acl" as it's the name of a function in Solaris.Jeremy Allison2001-04-271-13/+13
* Move to talloc control of SPOOL_XXX structs. Move to talloc control ofJeremy Allison2001-02-281-10/+5
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-191-28/+119
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-041-5/+74
* Removed the special casing of SIDs in se_access_check. This is now done (corr...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