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