summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/lsa.idl
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r4003: run successful against a nt4 sp6 pdc with one nt4 sp6 trust and a w2k3...Stefan Metzmacher1-4/+4
2007-10-10r3978: added IDL and test code for lsa_LookupSids2() and lsa_LookupNames2()Andrew Tridgell1-2/+51
2007-10-10r3919: Add more info levels to the QueryTrustedDomainInfo structures, withAndrew Bartlett1-6/+72
2007-10-10r3917: A few more LSA RPCs found in my wanderings (for trusted domains, theseAndrew Bartlett1-3/+14
2007-10-10r3907: * Rename lsa_Name to lsa_StringAndrew Bartlett1-31/+60
2007-10-10r3904: * Add new LSA calls to open trusted domainsAndrew Bartlett1-4/+16
2007-10-10r3885: Add security descriptor comparison to our RPC-SAMSYNC test. We nowAndrew Bartlett1-5/+0
2007-10-10r3837: added support for LsaLookupSids in the LSA rpc server. This allows the...Andrew Tridgell1-7/+7
2007-10-10r3810: create a LIB_SECURITY subsystemStefan Metzmacher1-1/+2
2007-10-10r3283: converted to quoted uuid() defines in all our IDL. This should helpAndrew Tridgell1-1/+1
2007-10-10r3162: Add client-side support for the ncalrpc: and ncacn_unix_stream: transp...Jelmer Vernooij1-1/+1
2007-10-10r3043: Use binding strings for specifying endpoints. The property forJelmer Vernooij1-1/+1
2007-10-10r2199: the unknown 16 bit number in lsa_LookupPrivDisplayName() is a languageAndrew Tridgell1-3/+4
2007-10-10r2158: removed a misleading comment (the extra uint16 is just padding)Andrew Tridgell1-4/+0
2007-10-10r2127: more lsa IDL updates from Richard RenardAndrew Tridgell1-3/+23
2007-10-10r2126: two more lsa functions worked out by richard renardAndrew Tridgell1-3/+16
2007-10-10r1838: Updates from the airplane:Jelmer Vernooij1-1/+2
2007-10-10r1799: List more uuids. FromJelmer Vernooij1-21/+64
2007-10-10r937: - added a simple QuerySecurity implementation in samr serverAndrew Tridgell1-1/+1
2007-10-10r919: - added lsa_QueryInfoPolicy2() to IDL, test suite and serverAndrew Tridgell1-1/+8
2007-10-10r917: - added the start of a LSA server to samba4.Andrew Tridgell1-35/+19
2007-10-10r877: This attempt at IDL was accidently included in the pervious commit.Andrew Bartlett1-9/+1
2007-10-10r874: This patch is a pile of work on NTLMSSP:Andrew Bartlett1-1/+9
2007-10-10r101: added lsa_SetSecret() and lsa_QuerySecret()Andrew Tridgell1-2/+23
2004-04-03added IDL and test for lsa_OpenSecret()Andrew Tridgell1-1/+8
2004-04-03added IDL and test suite for lsa_CreateSecret()Andrew Tridgell1-1/+6
2004-04-03added idl and test suite for lsa_CreateTrustedDomain()Andrew Tridgell1-8/+13
2004-03-31added lsaCreateAccount() and a test in the RPC-LSA test suiteAndrew Tridgell1-2/+21
2003-12-07re-wrote pidl to use Parse::Yapp instead of Parse::RecDescent, ThisAndrew Tridgell1-3/+3
2003-12-02netr_DatabaseSync() now works fully for database 0Andrew Tridgell1-2/+2
2003-11-28 * added a bunch of placeholder IDL filesAndrew Tridgell1-0/+14
2003-11-21* changed the way strings are handled in pidl to a much more generalAndrew Tridgell1-1/+3
2003-11-20 * changed to midl syntax using [case(x)] instead of case(x)Andrew Tridgell1-12/+12
2003-11-19after discussions with lukeh, I think we found a alignment bug in oldAndrew Tridgell1-3/+5
2003-11-19removed an unused structureAndrew Tridgell1-4/+0
2003-11-19change to AuditEventsInfo struct from lukehAndrew Tridgell1-3/+2
2003-11-16use the "subcontext" magic flag for sec_desc_bufAndrew Tridgell1-0/+6
2003-11-16slightly more efficient strlen setting in lsa and samr strings (callsAndrew Tridgell1-1/+1
2003-11-15run LookupDomain on each domain returned from EnumDomains in samrAndrew Tridgell1-2/+2
2003-11-15added lsa_QuerySecObj() and the necessary sec_desc_buf supporting codeAndrew Tridgell1-1/+5
2003-11-14it turns out that all MS servers ignore the artifact struct_len fieldsAndrew Tridgell1-2/+2
2003-11-14* fixed lsa_LookupPrivNameAndrew Tridgell1-2/+1
2003-11-13* fixed conformant arrays in structuresAndrew Tridgell1-1/+1
2003-11-12lsa_PrivilegeSet seems to be a very strange beast indeed. It has aAndrew Tridgell1-2/+2
2003-11-11added 9 more info levels to lsa_QueryInfoPolicyAndrew Tridgell1-4/+57
2003-11-11added QueryPolicyInfo/PrimaryDomainInfo idl and test codeAndrew Tridgell1-0/+6
2003-11-11support lsa_AuditEventsInfoAndrew Tridgell1-0/+7
2003-11-11started adding support for lsa_QueryInfoPolicyAndrew Tridgell1-1/+25
2003-11-10added idl and test code for lsa_LookupPrivName()Andrew Tridgell1-1/+11
2003-11-10added IDL and test for lsa_EnumAccountRights()Andrew Tridgell1-1/+17