summaryrefslogtreecommitdiffstats
path: root/source3/lib/util_seaccess.c
Commit message (Expand)AuthorAgeFilesLines
* libcli/security Move source3/lib/util_seaccess.c into the common codeAndrew Bartlett2010-10-141-251/+0
* s3-acl Use uint32_t for counting the ACEsAndrew Bartlett2010-10-141-1/+1
* s3-acl Merge source4-supported privileges into se_access_checkAndrew Bartlett2010-10-141-5/+9
* s3 Replace is_sid_in_token() with security_token_has_sid() from common codeAndrew Bartlett2010-10-141-4/+4
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-0/+1
* s3-util_sid Tidy up global struct security_tokenAndrew Bartlett2010-09-111-2/+0
* s3-privs Convert from user_has_privileges() -> security_token_has_privilege()Andrew Bartlett2010-09-111-2/+2
* s3:auth Remove NT_USER_TOKENAndrew Bartlett2010-09-111-3/+3
* s3-lib: Make the standard_mapping parameter const.Andreas Schneider2010-07-271-1/+1
* s3: Remove unused samr_make_sam_obj_sdVolker Lendecke2010-01-101-40/+0
* 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