summaryrefslogtreecommitdiff
path: root/source4/libcli/security/sddl.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-12Manually marshall dom_sid, so we can use a fixed size array forJelmer Vernooij1-1/+0
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-18/+18
2007-10-10r25175: Change to talloc_asprintf_append_buffer().Jeremy Allison1-6/+6
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r20800: fix compiler warningsStefan Metzmacher1-0/+2
2007-10-10r20799: if any ace has the optional sub object, the acl revision needsStefan Metzmacher1-0/+8
2007-10-10r20795: dom_sid_parse_talloc() gets an null terminated string as input,Stefan Metzmacher1-1/+9
2007-10-10r15573: Fix build of systems that have iconv headers in non-standard locationsJelmer Vernooij1-1/+1
2007-10-10r15328: Move some functions around, remove dependencies.Jelmer Vernooij1-1/+1
2007-10-10r14860: create libcli/security/security.hStefan Metzmacher1-1/+1
2007-10-10r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij1-1/+1
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer 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-10r12161: Fix a memleak and do the -O1 janitor :-)Volker Lendecke1-1/+5
2007-10-10r12158: added ldif handlers for the ntSecurityDescriptor attribute, so whenAndrew Tridgell1-8/+8
2007-10-10r12139: - fixed up the ace object flags checkingAndrew Tridgell1-3/+8
2007-10-10r12138: added use of 2 letter SID codes in sddl_encode_sid()Andrew Tridgell1-3/+42
2007-10-10r12137: added sddl_encode(), the reverse of the sddl_decode() function added aAndrew Tridgell1-0/+170
2007-10-10r12011: fixed another 'mixed code and declarations' bugAndrew Tridgell1-1/+2
2007-10-10r12010: - added support for domain specific SID codes in SDDL stringsAndrew Tridgell1-20/+67
2007-10-10r12005: added a SDDL (Security Descriptor Description Language) parser. NotAndrew Tridgell1-0/+315