summaryrefslogtreecommitdiffstats
path: root/source4/libcli/security/access_check.c
Commit message (Expand)AuthorAgeFilesLines
* s4: libcli/security: a NULL DACL allows accessStefan Metzmacher2008-10-281-11/+2
* fixed problem with ACLs with an empty DACL listAndrew Tridgell2008-09-231-1/+14
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r15079: w2k3 returns NT_STATUS_PRIVILEGE_NOT_HELD if SEC_FLAG_SYSTEM_SECURITY isStefan Metzmacher2007-10-101-1/+1
* r14894: - add some 'const'Stefan Metzmacher2007-10-101-23/+7
* r14860: create libcli/security/security.hStefan Metzmacher2007-10-101-2/+1
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-101-0/+1
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r10185: Fix another two sets of unhandled enumeration warnings, plus correct ...Tim Potter2007-10-101-7/+11
* r9240: - move struct security_token to the idl file, with this we canStefan Metzmacher2007-10-101-1/+1
* r4429: the owner of a file always gets SEC_STD_DELETEAndrew Tridgell2007-10-101-6/+5
* r4419: move security_token stuff to the libcli/security/Stefan Metzmacher2007-10-101-1/+1
* r4404: check for SEC_ACE_FLAG_INHERIT_ONLY in the "maximum allowed" logicAndrew Tridgell2007-10-101-0/+4
* r4150: - add fns for manipulating the privilege_mask in a security_tokenAndrew Tridgell2007-10-101-6/+9
* r4147: converted from NT_USER_TOKEN to struct security_tokenAndrew Tridgell2007-10-101-8/+8
* r4062: the RAW-ACLS test now passes. The SEC_STD_DELETE bit is rather strangeAndrew Tridgell2007-10-101-4/+7
* r4056: modified the access check code based on results from RAW-ACLSAndrew Tridgell2007-10-101-26/+19
* r4025: added a sec_access_check() function for checking security descriptorsAndrew Tridgell2007-10-101-0/+162