summaryrefslogtreecommitdiff
path: root/source4/libcli/security/security_descriptor.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-23Fix more compiler warnings in various places.Jelmer Vernooij1-1/+0
2008-12-12Manually marshall dom_sid, so we can use a fixed size array forJelmer Vernooij1-20/+0
2007-12-24r26572: Fix warnings in the Python code.Jelmer Vernooij1-3/+3
2007-12-21r25803: Make our security descriptor acl manipulation methods more generic so...Günther Deschner1-73/+174
2007-12-21r25801: Add security_ace_create() function.Günther Deschner1-0/+29
2007-12-21r25739: We forgot to copy revision and type flags in security_descriptor_copy().Günther Deschner1-0/+3
2007-12-21r25610: Add security_descriptor_appendv() which takes va_list directly.Günther Deschner1-9/+14
2007-12-21r25608: Call security_descriptor_append from within security_descriptor_create.Günther Deschner1-29/+1
2007-12-21r25607: Allow to set security descriptor type flags at creation time withGünther Deschner1-0/+4
2007-12-21r25604: Add security_descriptor_append() helper function.Günther Deschner1-0/+42
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-36/+36
2007-10-10r25027: Fix more warnings.Jelmer Vernooij1-3/+3
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r20801: try to always fix up the acl revision when we add or removeStefan Metzmacher1-4/+37
2007-10-10r14860: create libcli/security/security.hStefan Metzmacher1-2/+1
2007-10-10r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij1-0/+1
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij1-0/+1
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-1/+0
2007-10-10r9573: fixed a commentAndrew Tridgell1-1/+1
2007-10-10r9511: - fix the memory treesStefan Metzmacher1-2/+3
2007-10-10r9240: - move struct security_token to the idl file, with this we canStefan Metzmacher1-1/+1
2007-10-10r7679: update the documentation of security_description_create()Stefan Metzmacher1-2/+5
2007-10-10r6352: Two new composite calls:Alexander Bokovoy1-3/+77
2007-10-10r5137: fix typesStefan Metzmacher1-1/+1
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-4/+4
2007-10-10r4419: move security_token stuff to the libcli/security/Stefan Metzmacher1-1/+1
2007-10-10r4388: - allow ACE flags to be specified in security_descriptor_create()Andrew Tridgell1-1/+2
2007-10-10r4034: add a function security_descriptor_create() which can be used toAndrew Tridgell1-0/+79
2007-10-10r4025: added a sec_access_check() function for checking security descriptorsAndrew Tridgell1-39/+0
2007-10-10r3885: Add security descriptor comparison to our RPC-SAMSYNC test. We nowAndrew Bartlett1-0/+21
2007-10-10r3836: - fixed the handling of NT_STATUS_BUFFER_TOO_SMALL in nttrans serverAndrew Tridgell1-1/+1
2007-10-10r3832: added NT ACL query/set to the posix NTVFS backend. The default ACL isAndrew Tridgell1-1/+1
2007-10-10r3829: added a RAW-ACLS test suite that tests query/set of ACLs on a fileAndrew Tridgell1-2/+126
2007-10-10r3810: create a LIB_SECURITY subsystemStefan Metzmacher1-0/+102