summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/lsa.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r16827: Factor out some code into common samdb functions:Andrew Bartlett1-6/+31
2007-10-10r16741: add a RPC-LSA-GETUSER test,Stefan Metzmacher1-9/+31
2007-10-10r14860: create libcli/security/security.hStefan Metzmacher1-1/+1
2007-10-10r14720: Add torture_context argument to all torture testsJelmer Vernooij1-1/+1
2007-10-10r14470: Remove some unnecessary headers.Jelmer Vernooij1-1/+0
2007-10-10r14402: Generate seperate headers for RPC client functions.Jelmer Vernooij1-0/+1
2007-10-10r14379: Build torture/rpc/ as a seperate smbtorture module. Move helperJelmer Vernooij1-2/+2
2007-10-10r14363: Remove credentials.h from the global includes.Jelmer Vernooij1-0/+1
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij1-0/+2
2007-10-10r13004: fix compiler warningsStefan Metzmacher1-4/+4
2007-10-10r12693: Move core data structures out of smb.h into core.hJelmer Vernooij1-0/+1
2007-10-10r12636: fixed some torture code for the changed lsa string typesAndrew Tridgell1-4/+4
2007-10-10r12510: Change the DCE/RPC interfaces to take a pointer to aJelmer Vernooij1-5/+1
2007-10-10r11473: Based on work by Jelmer, implement the [async] flag for rpc requests....Volker Lendecke1-3/+84
2007-10-10r11405: Ensure we can never have secret4 be uninitialised. Found afterAndrew Bartlett1-3/+5
2007-10-10r11287: Understand the new behaviour of the LSA pipe on ncacn_ip_tcp in Win2k...Andrew Bartlett1-74/+178
2007-10-10r9888: add IDL for lsa_QueryDomainInformationPolicy to query Kerberos Settings.Günther Deschner1-0/+33
2007-10-10r7685: Simply the test for session key logic, so we pass against NT4.Andrew Bartlett1-34/+0
2007-10-10r7684: Add a test aimed at checking we have agreement between client andAndrew Bartlett1-0/+34
2007-10-10r5941: Commit this patch much earlier than I would normally prefer, but metze...Andrew Bartlett1-3/+3
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell1-1/+1
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-7/+7
2007-10-10r4703: Add support for EnumTrustDomain, and expand the testsuite.Andrew Bartlett1-107/+137
2007-10-10r4699: Move the test_EnumTrustDom() test into the test_CreateTrustedDomainAndrew Bartlett1-43/+63
2007-10-10r4698: - Initial implementation of trusted domains in LSA.Andrew Bartlett1-3/+3
2007-10-10r4694: 'fix' the behaviour for setting only the old, but not the new secret.Andrew Bartlett1-3/+9
2007-10-10r4682: A LDB-based secrets implementation in Samba4.Andrew Bartlett1-18/+49
2007-10-10r4674: Test SetSecret behaviour for local and global secrets, when settingAndrew Bartlett1-15/+103
2007-10-10r4673: Fix the IDL for the QuerySecret LSA call.Andrew Bartlett1-35/+60
2007-10-10r4671: Expand the RPC-LSA test to set secret values twice.Andrew Bartlett1-0/+60
2007-10-10r4660: Test what we should return for a secret that does not exist.Andrew Bartlett1-0/+9
2007-10-10r4617: basic alter_context requests now work in our client library. The testAndrew Tridgell1-7/+7
2007-10-10r4603: Test creating local and global secrets over LSA.Andrew Bartlett1-97/+102
2007-10-10r4585: don't consider LookupSids3 failing with NT_STATUS_ACCESS_DENIED (as w2...Andrew Tridgell1-1/+38
2007-10-10r4443: test lsa_LookupNames3() even when lsa_LookupSids3() failsAndrew Tridgell1-0/+4
2007-10-10r4437: added IDL and test code for lsa_LookupSids3() and lsa_LookupNames3().Andrew Tridgell1-0/+88
2007-10-10r4322: use a nicer nameStefan Metzmacher1-3/+3
2007-10-10r4310: fixed the authority_name field in lsa_GetUserName()Andrew Tridgell1-1/+4
2007-10-10r4309: idl and torture test for lsa_GetUserName()Stefan Metzmacher1-1/+28
2007-10-10r4308: [out,ref] pointer needs to set (don't corrupt the stack and segfault)Stefan Metzmacher1-0/+2
2007-10-10r4279: added IDL and test code for lsa_AddPrivilegesToAccount() and lsa_Remov...Andrew Tridgell1-3/+70
2007-10-10r4277: - added server support for lsa_EnumAccounts()Andrew Tridgell1-16/+21
2007-10-10r4195: added IDL, test suite and server side code for lsa_LookupPrivValueAndrew Tridgell1-3/+24
2007-10-10r4052: fixed a bunch of code to use the type safe _p allocation macrosAndrew Tridgell1-2/+2
2007-10-10r4035: more effort on consistent naming of the access mask bits.Andrew Tridgell1-9/+9
2007-10-10r3978: added IDL and test code for lsa_LookupSids2() and lsa_LookupNames2()Andrew Tridgell1-0/+89
2007-10-10r3919: Add more info levels to the QueryTrustedDomainInfo structures, withAndrew Bartlett1-1/+1
2007-10-10r3917: A few more LSA RPCs found in my wanderings (for trusted domains, theseAndrew Bartlett1-14/+61
2007-10-10r3907: * Rename lsa_Name to lsa_StringAndrew Bartlett1-13/+28
2007-10-10r3904: * Add new LSA calls to open trusted domainsAndrew Bartlett1-7/+61