summaryrefslogtreecommitdiffstats
path: root/source4/librpc/idl/lsa.idl
Commit message (Expand)AuthorAgeFilesLines
* r8375: - move from netr_StringLarge to lsa_StringLargeStefan Metzmacher2007-10-101-3/+15
* r8256: - allow rpc calls from non-command line ejs contexts by creating a setAndrew Tridgell2007-10-101-1/+1
* r8232: remove samr_String and netr_String as they are the same as lsa_StringStefan Metzmacher2007-10-101-7/+17
* r7870: fixed the RPC-SCHANNEL test. It turned out it was my const changes, asAndrew Tridgell2007-10-101-1/+1
* r7552: Use ParseExpr() for [value] attributes; allowsJelmer Vernooij2007-10-101-2/+2
* r7394: rename LSA_TRUSTED_DOMAIN_INFO_5 to LSA_TRUSTED_DOMAIN_INFO_BASIC.Günther Deschner2007-10-101-12/+12
* r7029: Make array support in pidl similar to that in other IDL compilers. We ...Jelmer Vernooij2007-10-101-13/+13
* r6973: Merge new version of pidl into the main SAMBA_4_0 branch.Jelmer Vernooij2007-10-101-0/+1
* r5672: Use switch_type() and the token storage mechanism for unions:Jelmer Vernooij2007-10-101-2/+2
* r5661: Be a little stricter on syntax regarding arrays. A pointer to anJelmer Vernooij2007-10-101-18/+18
* r5036: changed HYPER_T to the more standard "hyper"Andrew Tridgell2007-10-101-2/+2
* r4768: Until I can prove it, we should not have these elements marked asAndrew Bartlett2007-10-101-4/+4
* r4720: Reformat, rename, and convert to enums parts of the LSA IDL specificat...Andrew Bartlett2007-10-101-45/+46
* r4708: Comparing with LDAP, it is clear that these 'flags' are in fact theAndrew Bartlett2007-10-101-13/+13
* r4703: Add support for EnumTrustDomain, and expand the testsuite.Andrew Bartlett2007-10-101-1/+4
* r4698: - Initial implementation of trusted domains in LSA.Andrew Bartlett2007-10-101-1/+1
* r4682: A LDB-based secrets implementation in Samba4.Andrew Bartlett2007-10-101-6/+6
* r4673: Fix the IDL for the QuerySecret LSA call.Andrew Bartlett2007-10-101-2/+2
* r4638: expose lsa and drsuapi on ncalrpcAndrew Tridgell2007-10-101-1/+1
* r4568: make use of SidType and move it to lsa.idlStefan Metzmacher2007-10-101-7/+18
* r4564: added a comment on lsa_EnumAccounts IDLAndrew Tridgell2007-10-101-0/+3
* r4456: NT4 usrmgr.exe asks for 4096 accounts, allow twice that.Volker Lendecke2007-10-101-1/+1
* r4449: fixed the helpstring for LSA IDLAndrew Tridgell2007-10-101-1/+1
* r4442: fix lsa_TranslatedSid3 (its a dom_sid2 not a dom_sid)Andrew Tridgell2007-10-101-1/+1
* r4437: added IDL and test code for lsa_LookupSids3() and lsa_LookupNames3().Andrew Tridgell2007-10-101-2/+35
* r4433: added the boilerplate for the new w2k3 LSA functions in preparationAndrew Tridgell2007-10-101-0/+67
* r4310: fixed the authority_name field in lsa_GetUserName()Andrew Tridgell2007-10-101-1/+1
* r4309: idl and torture test for lsa_GetUserName()Stefan Metzmacher2007-10-101-2/+10
* r4279: added IDL and test code for lsa_AddPrivilegesToAccount() and lsa_Remov...Andrew Tridgell2007-10-101-3/+13
* r4195: added IDL, test suite and server side code for lsa_LookupPrivValueAndrew Tridgell2007-10-101-8/+11
* r4003: run successful against a nt4 sp6 pdc with one nt4 sp6 trust and a w2k3...Stefan Metzmacher2007-10-101-4/+4
* r3978: added IDL and test code for lsa_LookupSids2() and lsa_LookupNames2()Andrew Tridgell2007-10-101-2/+51
* r3919: Add more info levels to the QueryTrustedDomainInfo structures, withAndrew Bartlett2007-10-101-6/+72
* r3917: A few more LSA RPCs found in my wanderings (for trusted domains, theseAndrew Bartlett2007-10-101-3/+14
* r3907: * Rename lsa_Name to lsa_StringAndrew Bartlett2007-10-101-31/+60
* r3904: * Add new LSA calls to open trusted domainsAndrew Bartlett2007-10-101-4/+16
* r3885: Add security descriptor comparison to our RPC-SAMSYNC test. We nowAndrew Bartlett2007-10-101-5/+0
* r3837: added support for LsaLookupSids in the LSA rpc server. This allows the...Andrew Tridgell2007-10-101-7/+7
* r3810: create a LIB_SECURITY subsystemStefan Metzmacher2007-10-101-1/+2
* r3283: converted to quoted uuid() defines in all our IDL. This should helpAndrew Tridgell2007-10-101-1/+1
* r3162: Add client-side support for the ncalrpc: and ncacn_unix_stream: transp...Jelmer Vernooij2007-10-101-1/+1
* r3043: Use binding strings for specifying endpoints. The property forJelmer Vernooij2007-10-101-1/+1
* r2199: the unknown 16 bit number in lsa_LookupPrivDisplayName() is a languageAndrew Tridgell2007-10-101-3/+4
* r2158: removed a misleading comment (the extra uint16 is just padding)Andrew Tridgell2007-10-101-4/+0
* r2127: more lsa IDL updates from Richard RenardAndrew Tridgell2007-10-101-3/+23
* r2126: two more lsa functions worked out by richard renardAndrew Tridgell2007-10-101-3/+16
* r1838: Updates from the airplane:Jelmer Vernooij2007-10-101-1/+2
* r1799: List more uuids. FromJelmer Vernooij2007-10-101-21/+64
* r937: - added a simple QuerySecurity implementation in samr serverAndrew Tridgell2007-10-101-1/+1
* r919: - added lsa_QueryInfoPolicy2() to IDL, test suite and serverAndrew Tridgell2007-10-101-1/+8