summaryrefslogtreecommitdiffstats
path: root/source4/libcli/security/security_descriptor.c
Commit message (Expand)AuthorAgeFilesLines
* Move the security_descriptor utility code to the top-level.Jelmer Vernooij2009-04-211-533/+0
* Fix more compiler warnings in various places.Jelmer Vernooij2008-12-231-1/+0
* Manually marshall dom_sid, so we can use a fixed size array forJelmer Vernooij2008-12-121-20/+0
* r26572: Fix warnings in the Python code.Jelmer Vernooij2007-12-241-3/+3
* r25803: Make our security descriptor acl manipulation methods more generic so...Günther Deschner2007-12-211-73/+174
* r25801: Add security_ace_create() function.Günther Deschner2007-12-211-0/+29
* r25739: We forgot to copy revision and type flags in security_descriptor_copy().Günther Deschner2007-12-211-0/+3
* r25610: Add security_descriptor_appendv() which takes va_list directly.Günther Deschner2007-12-211-9/+14
* r25608: Call security_descriptor_append from within security_descriptor_create.Günther Deschner2007-12-211-29/+1
* r25607: Allow to set security descriptor type flags at creation time withGünther Deschner2007-12-211-0/+4
* r25604: Add security_descriptor_append() helper function.Günther Deschner2007-12-211-0/+42
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-36/+36
* r25027: Fix more warnings.Jelmer Vernooij2007-10-101-3/+3
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r20801: try to always fix up the acl revision when we add or removeStefan Metzmacher2007-10-101-4/+37
* 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
* r9573: fixed a commentAndrew Tridgell2007-10-101-1/+1
* r9511: - fix the memory treesStefan Metzmacher2007-10-101-2/+3
* r9240: - move struct security_token to the idl file, with this we canStefan Metzmacher2007-10-101-1/+1
* r7679: update the documentation of security_description_create()Stefan Metzmacher2007-10-101-2/+5
* r6352: Two new composite calls:Alexander Bokovoy2007-10-101-3/+77
* r5137: fix typesStefan Metzmacher2007-10-101-1/+1
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-4/+4
* r4419: move security_token stuff to the libcli/security/Stefan Metzmacher2007-10-101-1/+1
* r4388: - allow ACE flags to be specified in security_descriptor_create()Andrew Tridgell2007-10-101-1/+2
* r4034: add a function security_descriptor_create() which can be used toAndrew Tridgell2007-10-101-0/+79
* r4025: added a sec_access_check() function for checking security descriptorsAndrew Tridgell2007-10-101-39/+0
* r3885: Add security descriptor comparison to our RPC-SAMSYNC test. We nowAndrew Bartlett2007-10-101-0/+21
* r3836: - fixed the handling of NT_STATUS_BUFFER_TOO_SMALL in nttrans serverAndrew Tridgell2007-10-101-1/+1
* r3832: added NT ACL query/set to the posix NTVFS backend. The default ACL isAndrew Tridgell2007-10-101-1/+1
* r3829: added a RAW-ACLS test suite that tests query/set of ACLs on a fileAndrew Tridgell2007-10-101-2/+126
* r3810: create a LIB_SECURITY subsystemStefan Metzmacher2007-10-101-0/+102