summaryrefslogtreecommitdiff
path: root/source4/libcli/security/dom_sid.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-01shared: Move dom_sid_* utility functions to top levelKai Blin1-306/+0
2008-12-21Fix more tests, improve repr() functions for various Python types.Jelmer Vernooij1-1/+1
2008-12-21Simplify customization of pidl-generated Python modules.Jelmer Vernooij1-16/+24
2008-12-20Fix compiler warning when parsing a SID in a data blobAndrew Bartlett1-1/+1
2008-12-12Manually marshall dom_sid, so we can use a fixed size array forJelmer Vernooij1-16/+1
2008-08-21Don't walk past the end of ldb values.Andrew Bartlett1-0/+15
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-5/+5
2007-10-10r25027: Fix more warnings.Jelmer Vernooij1-1/+2
2007-10-10r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij1-1/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r21307: make it possible to pass in NULL for domain or rid,Stefan Metzmacher1-4/+10
2007-10-10r17848: Ok, this did not do it. Still got the same problem.Volker Lendecke1-8/+1
2007-10-10r17846: Ok, this is a patch that needs further discussion. On Solaris, snprin...Volker Lendecke1-1/+8
2007-10-10r17082: Add a test that walks and tests denying tconX access via the share se...Volker Lendecke1-0/+18
2007-10-10r15457: Get rid of more usages of uint_tJelmer Vernooij1-1/+1
2007-10-10r15328: Move some functions around, remove dependencies.Jelmer Vernooij1-0/+32
2007-10-10r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij1-0/+1
2007-10-10r12858: This moves the libnet_LookupPdc code to use a GetDC request to findAndrew Bartlett1-0/+5
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-1/+0
2007-10-10r9510: fix the memory treeStefan Metzmacher1-1/+1
2007-10-10r9240: - move struct security_token to the idl file, with this we canStefan Metzmacher1-1/+1
2007-10-10r6287: sorted out a small but surprisingly tricky dependency problem with theAndrew Tridgell1-32/+0
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-6/+6
2007-10-10r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell1-1/+1
2007-10-10r4419: move security_token stuff to the libcli/security/Stefan Metzmacher1-1/+1
2007-10-10r3988: made dom_sid_add_rid() allocate the new sid with proper parent/child t...Andrew Tridgell1-3/+5
2007-10-10r3979: added server side code for lsa_LookupSids2() and fixed authority_nameAndrew Tridgell1-0/+26
2007-10-10r3829: added a RAW-ACLS test suite that tests query/set of ACLs on a fileAndrew Tridgell1-2/+2
2007-10-10r3827: fixed copyright notices to remove simo and lkcl who have no code left ...Andrew Tridgell1-3/+2
2007-10-10r3810: create a LIB_SECURITY subsystemStefan Metzmacher1-0/+242