summaryrefslogtreecommitdiff
path: root/source3/lib/util_seaccess.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #6082 - smbd_gpfs_getacl failed: Windows client can´t rename or dele...Jeremy Allison2009-02-021-1/+4
* Pass all the non-inherited S4 RAW-ACL tests.Jeremy Allison2008-11-031-0/+7
* Get closer to passing S4 RAW-ACLs.Jeremy Allison2008-10-311-2/+2
* Unify se_access_check with the S4 code. Will makeJeremy Allison2008-10-311-220/+121
* Remove SEC_ACCESS. It's a uint32_t.Jeremy Allison2008-10-091-7/+7
* For the vfs_acl_xattr.c module, make sure we map GENERIC file and directory bitsJeremy Allison2008-10-081-0/+18
* Some C++ fixesVolker Lendecke2007-12-211-1/+3
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-11/+14
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-2/+2
* r25534: Apply some constVolker Lendecke2007-10-101-1/+1
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r18745: Use the Samba4 data structures for security descriptors and security ...Jelmer Vernooij2007-10-101-5/+5
* r6263: Get rid of generate_wellknown_sids, they are const static and initiali...Volker Lendecke2007-10-101-2/+0
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2007-10-101-2/+2
* r6014: rather large change set....Gerald Carter2007-10-101-0/+39
* r5150: consolidate the samr_make.*obj_sd() functions to share codeGerald Carter2007-10-101-39/+0
* split some security related functions in their own files.Simo Sorce2003-10-061-129/+0
* Ensure that dup_sec_desc copies the 'type' field correctly. This causedJeremy Allison2003-09-191-2/+2
* Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0.Andrew Bartlett2003-02-241-1/+1
* port sec_desc headers reordering from HEAD.Simo Sorce2002-11-021-2/+2
* syncing up with HEAD. Seems to be a lot of differences creeping inGerald Carter2002-10-011-1/+1
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-10/+52
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-2/+0
* Renamed get_nt_error_msg() to nt_errstr().Tim Potter2002-03-171-1/+1
* syncing up printing code with SAMBA_2_2 (already done some mergesGerald Carter2002-03-151-0/+25
* 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