summaryrefslogtreecommitdiff
path: root/source4/torture/rpc
AgeCommit message (Collapse)AuthorFilesLines
2007-12-21r25699: Add ForceReplication test.Günther Deschner1-4/+33
Guenther (This used to be commit 0bab602b8e38ca758d3795db3d33a92eb162bb92)
2007-12-21r25688: Add a simple test for a samba3 regressionVolker Lendecke2-0/+116
When trying an reqchal/auth2 for an unknown workstation account, we have to return NT_STATUS_NO_TRUST_SAM_ACCOUNT to the auth2. v3-2-test right now returns NT_STATUS_ACCESS_DENIED, which seems to prevent XP from joining a Samba3 PDC. (This used to be commit 99cc861238a33d43ccc4e97cb5ab756c0a097e1d)
2007-12-21r25670: Add torture test for frsapi_IsPathReplicated().Günther Deschner1-0/+80
Guenther (This used to be commit e7fc3c1da9764a2e7c103e05f3d774b540334f75)
2007-12-21r25667: Start on frsapi testsuite.Günther Deschner2-0/+122
Guenther (This used to be commit ebcbdb5fbdb30005a60431687a738df5f26d3472)
2007-12-21r25642: Fix a small typo.Kai Blin1-1/+1
(This used to be commit 7416a1d606a315174b782d67463f8cec878d18bb)
2007-12-21r25612: Add test_SetKeySecurity() call.Günther Deschner1-1/+45
Guenther (This used to be commit a5e4d13eef9f20fdd304bff7279e56e09aa070f2)
2007-12-21r25611: Smaller fix for winreg test.Günther Deschner1-1/+5
Guenther (This used to be commit e9e6ee4f73c5ed88cbf4585aa7e1a40e06cc131f)
2007-12-21r25609: Reformat RPC-WINREG test.Günther Deschner1-18/+22
Guenther (This used to be commit 617091fb5aa708f4bfef3312d1442c3fc627bd30)
2007-12-21r25607: Allow to set security descriptor type flags at creation time withGünther Deschner2-1/+2
security_descriptor_create(). Guenther (This used to be commit 7dd0d28d254f78891b0807492baafa188b42df16)
2007-12-21r25606: Allow test_GetKeySecurity() to return a security descriptor.Günther Deschner1-7/+13
Guenther (This used to be commit 3a0d22f572bac4f53902cf1fcb6534fe88e6edab)
2007-10-10r25599: print the error...Stefan Metzmacher1-1/+1
metze (This used to be commit b7027404ba525956f2c6ad8005b17cde7e16184f)
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij26-1509/+1509
(This used to be commit 566aa14139510788548a874e9213d91317f83ca9)
2007-10-10r25532: Fix some more indentations. Sorry Günther, could not resist, afterMichael Adam1-21/+21
having gone through this just before you committed r25529. :-) Michael (This used to be commit 3670b3148d3d4483292bb1a5153e521d4703019a)
2007-10-10r25529: Reformatting.Günther Deschner1-97/+98
Guenther (This used to be commit 4bb21a1b0077ff00eeec6a2e78ba719f6772bba7)
2007-10-10r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij1-1/+1
2007-09-29 More higher-level passing around of lp_ctx. 2007-09-29 Fix warning. 2007-09-29 Pass loadparm contexts on a higher level. 2007-09-29 Avoid using global loadparm context. (This used to be commit 3468952e771ab31f90b6c374ade01c5550810f42)
2007-10-10r25430: Add the loadparm context to all parametric options.Jelmer Vernooij10-45/+45
(This used to be commit fd697d77c9fe67a00939a1f04b35c451316fff58)
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij8-41/+44
(This used to be commit 3fcc960839c6e5ca4de2c3c042f12f369ac5f238)
2007-10-10r25392: Add loadparm context as argument in a couple more places.Jelmer Vernooij4-6/+6
(This used to be commit c62f51cc28a37959128e78a1f34cfd4c6d3ba069)
2007-10-10r25264: add a test to verify that the ACLs are checked when a normal user ↵Ronnie Sahlberg1-0/+57
connects to SAMR (This used to be commit 2be2ab575b14ea3cec0097705c3c0a10a570d340)
2007-10-10r25263: add a test to check the accessmasks and ACLs on policy handles ↵Ronnie Sahlberg2-0/+600
returned on the SAMR pipe. also test which bits in the accessmasks grant which right to perform operations on the returned policy handle (This used to be commit cb5bc801362a4a81a690e641146c70a7af8e6096)
2007-10-10r25194: A major rework of the Samba4 LSA LookupNames and LookupSids code, withAndrew Bartlett1-35/+183
a new torture suite to match. This should fix bug #4954 by Matthias Wallnöfer <mwallnoefer@yahoo.de> Previously we had no knowlege of BUILTIN or well-known names. This code needs expansion to check with winbind for trusted domains. Andrew Bartlett (This used to be commit e6fc0e1f54ad64bdddc88e9ebd0d8d181b6ce26a)
2007-10-10r25175: Change to talloc_asprintf_append_buffer().Jeremy Allison2-4/+4
Jeremy. (This used to be commit 0844dbf597191b3e4d35a696695b229e986daec4)
2007-10-10r25073: Correct test name so make test can pass again.Andrew Bartlett1-1/+1
Andrew Bartlett (This used to be commit adcb3c864a5af5286cd7f7f6e2a3b904c7db9f42)
2007-10-10r25071: Add some more testcases for RPC-DRSUAPI-CRACKNAMES, proving I can'tAndrew Bartlett1-0/+35
use this as a backend for the LSA LookupNames call. Andrew Bartlett (This used to be commit 9266e36633fc7465edb725f78d7ed02ce1b1aca2)
2007-10-10r25070: Revert DRSUAPI conversion to new API, as it broke some tests.Jelmer Vernooij3-323/+604
(This used to be commit cfb33df2d0eb36704d4702948a78102153663131)
2007-10-10r25035: Fix some more warnings, use service pointer rather than service ↵Jelmer Vernooij17-54/+54
number in more places. (This used to be commit df9cebcb97e20564359097148665bd519f31bc6f)
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij18-2/+18
(This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31)
2007-10-10r24972: Try to rat out this SAMR failure with some more cross-tests, andAndrew Bartlett1-4/+17
format checks. Andrew Bartlett (This used to be commit 33deecbfc339c571cc043085f8aa87053dbd4c72)
2007-10-10r24971: Test more combinations for resetting the account expiry.Andrew Bartlett1-0/+4
Andrew Bartlett (This used to be commit 8844f4796c76c103ce4eaff477c615e74c655e68)
2007-10-10r24942: Patch from Matthias Wallnöfer <mwallnoefer@yahoo.de> and a testsuiteAndrew Bartlett1-0/+5
to prove it is correct. This should fix bug #4824: User Manager for Domains - Account Expires. Thanks! Andrew Bartlett (This used to be commit e5f0744d627ccfcc2e301fc38d139742f0ea5934)
2007-10-10r24937: Merge tests spoolss RPC callbacks.Jelmer Vernooij3-941/+872
(This used to be commit 9b256a0ca232ea6e89771bf73a1adf877273a752)
2007-10-10r24900: - if we use try to create a 3rd dcerpc_pipe then use a 3rd variableStefan Metzmacher2-19/+20
instead of overwritting the one of the 2nd connection - make it possible to specify the expected ntstatus for DsRoleGetPrimaryDomainInformation as the alter_context wants it to fail when used on the wrong pipe metze (This used to be commit c7c72ab36b15c5ffac1740b7df93fa92fe4620e9)
2007-10-10r24895: Test for specific error.Jelmer Vernooij1-1/+2
(This used to be commit 00d6dc85f5473ba7b27ed79ea55c8a4fe4d4fac8)
2007-10-10r24892: Skip some tests that were previously being incorrectly treated as ↵Jelmer Vernooij1-38/+18
succeeding. (This used to be commit b5b8e879a1bbb5329458f05120619ea439904962)
2007-10-10r24890: Integrate more of the RPC-SECRETS tests.Jelmer Vernooij1-12/+46
(This used to be commit 84cc1d42ab201d4a8fb0ef06b85d79a3ed8bc1d4)
2007-10-10r24889: Move choosing the binding options into RPC-SECRETS.Jelmer Vernooij2-23/+51
(This used to be commit 24d322b746cf25010045515f9beff63e2b5cccd2)
2007-10-10r24888: Use torture API.Jelmer Vernooij1-74/+42
(This used to be commit 08b64b42d03d52e7e022aca0b72ce67c1bbbc19e)
2007-10-10r24885: Convert to new torture API.Jelmer Vernooij2-38/+13
(This used to be commit 2918a056787467186a491574da95ea38c9aea1ee)
2007-10-10r24884: Ignore some errors again, like they were previously.Jelmer Vernooij1-10/+26
(This used to be commit 120d8caa01ca69e2e3de43f5983a66ad413977b7)
2007-10-10r24872: Use torture API a bit moreJelmer Vernooij3-318/+133
(This used to be commit a71355dfc933d4273d81e7b05a28197ca86e0cc6)
2007-10-10r24855: Convert RPC-DRSUAPI, RPC-SCHANNEL to use the torture API.Jelmer Vernooij9-692/+409
(This used to be commit dadcc4708e1813c0b657f1d357c2ae202ea4ec5a)
2007-10-10r24850: Convert to torture API.Jelmer Vernooij2-702/+439
(This used to be commit 6c7a004b9d95e443d07307bbe94f691cc4b03490)
2007-10-10r24849: Add helper function for running tests as a member server.Jelmer Vernooij1-22/+143
(This used to be commit 61b2f0a405ea70203ea982b9a151643f28b1da7e)
2007-10-10r24846: Use metadata about dangerous tests.Jelmer Vernooij4-38/+25
(This used to be commit f914b828ff486d41e123e6dafa1c8fd76b34b44b)
2007-10-10r24844: Convert to torture API in preparation of helper functions for domain ↵Jelmer Vernooij1-184/+91
member RPC tests. (This used to be commit c2521453a902ea5fd4f894a21af711ac2b2cbd40)
2007-10-10r24835: Put all RPC tests in the list (skipping when necessary), warn if ↵Jelmer Vernooij4-160/+96
tests aren't there. (This used to be commit 1ff13ae254288afc56a3b19d00c7a20120eb4c74)
2007-10-10r24758: More use of torture API.Jelmer Vernooij1-11/+12
(This used to be commit e6f571227ed7428a98a7039a5eb777d3670572fa)
2007-10-10r24755: Use common code for finding the RPC binding in the torture tests.Jelmer Vernooij8-83/+56
(This used to be commit e3310e773924ddd2129e8ca1a86e23d0f713c19c)
2007-10-10r24751: Run more tests, remove empty testsuites, more small improvements.Jelmer Vernooij15-450/+270
(This used to be commit 2a5a0819eea86ba322434306e062d13893b5722e)
2007-10-10r24741: More use of the torture API.Jelmer Vernooij5-32/+35
(This used to be commit de05c3651a6e9e6611b296873526afd9292327c1)