summaryrefslogtreecommitdiff
path: root/source4/torture/rpc
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r5209: Fix the endpoint mapper to work with IPX endpoints (whichJelmer Vernooij1-91/+13
2007-10-10r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2-2/+2
2007-10-10r5185: make all the events data structures private to events.c. This willAndrew Tridgell2-0/+2
2007-10-10r5155: define ipv4address as a based IDL type, mapped to a "const char *" inAndrew Tridgell1-7/+2
2007-10-10r5148: use ipv4_addr also in epmapper idlStefan Metzmacher1-2/+2
2007-10-10r5137: fix typesStefan Metzmacher1-1/+1
2007-10-10r5090: Fix up the IDL for LogonGetDomainInfo in NETLOGON.Andrew Bartlett1-10/+4
2007-10-10r5089: Fix indentation.Andrew Bartlett1-1/+1
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell23-73/+73
2007-10-10r5034: - added a type mapping function in pidl, so the type names in our IDLAndrew Tridgell2-10/+10
2007-10-10r4951: some of the code dealing with libcli was getting too complex trying toAndrew Tridgell1-14/+3
2007-10-10r4938: allow the caller to supply an existing event_context if they want toAndrew Tridgell1-1/+1
2007-10-10r4891: - added a generic resolve_name() async interface in libcli/resolve/,Andrew Tridgell1-4/+7
2007-10-10r4888: use the neater calling conventionAndrew Tridgell1-31/+8
2007-10-10r4777: added a smb_composite_sesssetup() async composite function. ThisAndrew Tridgell1-11/+11
2007-10-10r4776: Add more debugs to SamSync test.Andrew Bartlett1-25/+64
2007-10-10r4758: - added async support to the session request codeAndrew Tridgell1-1/+1
2007-10-10r4726: - use the name tcon and tid instead of conn and cnumStefan Metzmacher1-1/+1
2007-10-10r4708: Comparing with LDAP, it is clear that these 'flags' are in fact theAndrew Bartlett1-1/+1
2007-10-10r4707: w2k3 don't restict passwords onStefan Metzmacher1-0/+63
2007-10-10r4706: Fix the build, after I renamed these elements in the IDL.Andrew Bartlett2-2/+2
2007-10-10r4703: Add support for EnumTrustDomain, and expand the testsuite.Andrew Bartlett1-107/+137
2007-10-10r4702: implment idl, torture test and server code for netr_ServerPasswordSet2()Stefan Metzmacher1-2/+69
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-10r4690: - add support for async rpc server repliesStefan Metzmacher1-14/+35
2007-10-10r4683: fix the buildStefan Metzmacher1-1/+1
2007-10-10r4682: A LDB-based secrets implementation in Samba4.Andrew Bartlett2-21/+58
2007-10-10r4675: Prevent global warming, and save tridge's sainity by short-cutting theAndrew Bartlett1-4/+8
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 Bartlett2-41/+125
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-10r4635: Fix NTLMSSP to return NT_STATUS_OK when it has constructed the authAndrew Bartlett1-2/+11
2007-10-10r4631: don't consider an epmapper insert as a failure for the momentAndrew Tridgell1-1/+2
2007-10-10r4625: added a test that demonstrates that once a context_id is established,Andrew Tridgell1-0/+28
2007-10-10r4621: Add torture tests for epm_Insert and epm_DeleteJelmer Vernooij1-0/+71
2007-10-10r4618: - tidied up the alter_context client code a bitAndrew Tridgell1-1/+8
2007-10-10r4617: basic alter_context requests now work in our client library. The testAndrew Tridgell3-8/+78
2007-10-10r4616: the first phase in the addition of proper support forAndrew Tridgell8-42/+41
2007-10-10r4614: Fix RPC-SAMLOGON, to use the workstation context (forgot to globally r...Andrew Bartlett2-5/+8
2007-10-10r4610: You can't join as a BDC and test against trusted domains. This testAndrew Bartlett1-1/+4
2007-10-10r4603: Test creating local and global secrets over LSA.Andrew Bartlett1-97/+102
2007-10-10r4597: Recently I've come across a case where I suspect the GetAnyDCName requ...Volker Lendecke1-0/+94
2007-10-10r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell2-2/+2
2007-10-10r4590: Make RPC-SAMSYNC pass againt Win2k3.Andrew Bartlett1-4/+9
2007-10-10r4585: don't consider LookupSids3 failing with NT_STATUS_ACCESS_DENIED (as w2...Andrew Tridgell1-1/+38
2007-10-10r4566: Fix Samba4 to pass it's own RPC-SAMLOGON torture test.Andrew Bartlett1-28/+34
2007-10-10r4560: - fixed crash bugs in the RPC-SCHANNEL and RPC-NETLOGON testsAndrew Tridgell2-77/+31