summaryrefslogtreecommitdiff
path: root/source4/torture/rpc
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r17827: Fix an error messageVolker Lendecke1-2/+2
2007-10-10r17826: Add line numbers to the d_printfsVolker Lendecke1-19/+28
2007-10-10r17787: ifdef out unused macros and generate a smb_panic()Stefan Metzmacher1-2/+24
2007-10-10r17624: Samba3 does not yet do getprinterinfo level 6Volker Lendecke1-0/+5
2007-10-10r17442: print out credentials on the "secret" objectClass and "trustedDomain"Stefan Metzmacher1-0/+18
2007-10-10r17256: fix 2 crash bugs, which are introduced by making parametersStefan Metzmacher1-0/+3
2007-10-10r17205: Even if this makes me look foolish, at least start to scratch on the ...Volker Lendecke2-24/+308
2007-10-10r17187: Beginnings of a little lsa walker for Samba3, if only to prevent theVolker Lendecke2-0/+78
2007-10-10r17104: Rename function parameters and variables to avoid shadowing globalAndrew Bartlett1-10/+10
2007-10-10r17085: reuse the existing sec_desc_buf structStefan Metzmacher1-1/+1
2007-10-10r17082: Add a test that walks and tests denying tconX access via the share se...Volker Lendecke3-19/+293
2007-10-10r17074: Extend the rpc-samba3-getusername test: This creates a normal user an...Volker Lendecke1-49/+275
2007-10-10r17069: Make us pass RPC-NETLOGSAMBA3 against w2k3 againVolker Lendecke1-2/+5
2007-10-10r17065: NT4 does not like "0" here, W2k3 does not care...Volker Lendecke1-1/+1
2007-10-10r17064: lsa_GetUserName needs to return the name for S-1-5-7 on an anonymous ...Volker Lendecke2-23/+265
2007-10-10r16958: We also do level 1501 on NetShareGetInfoVolker Lendecke1-1/+1
2007-10-10r16956: Walk some of the samba3 srvsvc codeVolker Lendecke2-1/+122
2007-10-10r16860: Fix (and reactivate) the RPC-SAMR test. We need to allow these sidsAndrew Bartlett1-14/+60
2007-10-10r16851: Put a clue in as to which domain might have failed, due to the lengthAndrew Bartlett1-0/+4
2007-10-10r16847: Add the parts of the SAMR test that pass back into 'make test'.Andrew Bartlett2-162/+240
2007-10-10r16827: Factor out some code into common samdb functions:Andrew Bartlett1-6/+31
2007-10-10r16826: Ensure we don't segfault if the remote server fails to set a passwordAndrew Bartlett1-5/+34
2007-10-10r16794: Make Samba4 pass it's own RPC-SAMR test, at least in part. There areAndrew Bartlett1-12/+67
2007-10-10r16770: Get closer to having Samba4 pass some of the RPC-SAMR test, byAndrew Bartlett1-1/+18
2007-10-10r16741: add a RPC-LSA-GETUSER test,Stefan Metzmacher2-9/+32
2007-10-10r16331: Split out registering of multi fn tests, fix typo in name of pac suite.Jelmer Vernooij1-40/+40
2007-10-10r16304: Improve testing UI API. This now allows registering the fullJelmer Vernooij1-27/+9
2007-10-10r16140: How on earth does this work on most build farm machines.... ?Volker Lendecke1-1/+1
2007-10-10r16123: Samba3 in the buildfarm will happily create (faked(!!)) users anonymo...Volker Lendecke1-4/+10
2007-10-10r16059: Remove accidential commitVolker Lendecke1-1/+0
2007-10-10r16058: Test a Join using SetUserInfo level 25, as XP does if the user did notVolker Lendecke1-13/+86
2007-10-10r16045: RPC-SAMBA3SESSIONKEY tests the different variants of joins (anon/auth...Volker Lendecke2-10/+154
2007-10-10r16044: Create a samba3 specific file in torture/rpc. The tests in there surviveVolker Lendecke3-127/+994
2007-10-10r15950: another printf() crash on solarisAndrew Tridgell1-84/+84
2007-10-10r15930: Attempt to fix the buildfarm segfaults -- thanks Tridge for the hintsVolker Lendecke1-0/+4
2007-10-10r15916: Modify RPC-AUTHCONTEXT so that it can be anabled in samba3 make testVolker Lendecke1-1/+1
2007-10-10r15912: Run an rpc request with an invalid uid and make sure NT_STATUS_INVALI...Volker Lendecke2-0/+128
2007-10-10r15902: more test code that should be using d_printf()Andrew Tridgell1-3/+3
2007-10-10r15898: use d_printf() in some more places to fix more torture seg faults onAndrew Tridgell1-7/+7
2007-10-10r15779: Remove keepref from atsvc and efs.Jelmer Vernooij1-4/+4
2007-10-10r15776: Don't generate ref pointers in Samba4-generated code. There is no pointJelmer Vernooij1-1/+1
2007-10-10r15507: if we change the idl, we need to change the calling code too:-)Stefan Metzmacher1-3/+3
2007-10-10r15504: Revert -r 15500 and -r 15503 until I'm awake, and can get my headAndrew Bartlett1-1/+1
2007-10-10r15502: Typo fix.Rafal Szczesniak1-1/+1
2007-10-10r15500: Add support for interactive prompting on bad passwords to the RPC lib...Andrew Bartlett1-1/+1
2007-10-10r15499: This test can't run if the remote server won't let us open a policy h...Andrew Bartlett1-1/+4
2007-10-10r15456: Inspired by a short discussion with abartlet on IRC.Rafal Szczesniak1-9/+22
2007-10-10r15426: Implement SPNEGO as the default RPC authentication mechanism. WhereAndrew Bartlett1-1/+1
2007-10-10r15412: Put the test in a dangerous category.Rafal Szczesniak1-0/+5
2007-10-10r15394: Put initial code for testing async dcerpc binding. CurrentlyRafal Szczesniak2-0/+79