summaryrefslogtreecommitdiffstats
path: root/source4/torture/rpc
Commit message (Expand)AuthorAgeFilesLines
* s4 torture: Fix typoTim Prouty2009-05-181-1/+1
* s4-smbtorture: Fix build warning in RPC-SAMR tests.Günther Deschner2009-05-191-2/+2
* s4-smbtorture: add RPC-SAMR-USERS-PRIVILEGES test.Günther Deschner2009-05-182-9/+387
* s4-smbtorture: split RPC-SAMR-ACCESSMASK into several tests.Günther Deschner2009-05-131-34/+24
* s4-smbtorture: cosmetic cleanup for RPC-SAMR-ACCESSMASK.Günther Deschner2009-05-131-50/+50
* s4-smbtorture: skip SetMemberAttributesOfGroup in RPC-SAMR for s3 as well.Günther Deschner2009-05-121-1/+2
* s4-smbtorture: Skip secdesc set calls for non-user objects in RPC-SAMR for Sa...Günther Deschner2009-05-121-8/+18
* s4-smbtorture: Fix order of assert args in test_TestPrivateFunctionsDomain() ...Günther Deschner2009-05-121-1/+1
* s4-smbtorture: switch to use torture_context in RPC-SAMR.Günther Deschner2009-05-121-103/+131
* s4-smbtorture: remove trailing whitespace in RPC-SAMR.Günther Deschner2009-05-121-252/+252
* s4-smbtorture: add very basic RPC-LSA-LOOKUPNAMES test.Günther Deschner2009-05-112-0/+67
* s4-smbtorture: add optional very simple reply checks to lsa lookup name tests.Günther Deschner2009-05-111-7/+34
* s4-smbtorture: remove trailing whitespace in RPC-LSA test.Günther Deschner2009-05-111-192/+192
* s4-smbtorture: use struct torture_context in RPC-LSA.Günther Deschner2009-05-111-211/+207
* s4-smbtorture: avoid secdesc test on connect handle in RPC-SAMR-USERS for Sam...Günther Deschner2009-05-091-1/+3
* s4-smbtorture: skip unsupported ACB bits for Samba3 in RPC-SAMR-USER.Günther Deschner2009-05-081-4/+10
* s4-smbtorture: Support timestamp handling for Samba3 in RPC-SAMR-USERS.Günther Deschner2009-05-081-8/+23
* s4-smbtorture: Fix printf info-level mismatch in RPC-SAMR.Günther Deschner2009-05-081-1/+1
* s4-smbtorture: avoid acct_flags check at the end of RPC-SAMR-PASSWORDS for Sa...Günther Deschner2009-05-081-1/+4
* s4-smbtorture: prepare for running RPC-SAMR-USERS against samba3.Günther Deschner2009-05-081-16/+24
* s4-smbtorture: Avoid failing RPC-SCHANNEL when testing lsa_GetUserName behavi...Günther Deschner2009-05-071-2/+8
* s4:RPC-ECHO: disable the timeout test as it can't work with our client libraryStefan Metzmacher2009-04-251-1/+4
* s4-smbtorture: add test_ControlService() to RPC-SVCCTL.Günther Deschner2009-04-241-0/+34
* s4-smbtorture: add test_StartServiceW() to RPC-SVCCTL.Günther Deschner2009-04-241-0/+34
* s4-smbtorture: change default service to spooler in RPC-SVCCTL.Günther Deschner2009-04-241-1/+1
* s4:torture Fix segfault in RPC-SAMSYNCAndrew Bartlett2009-04-241-1/+1
* s4:torture use common libcli/auth crypto codeAndrew Bartlett2009-04-231-11/+9
* s4:librpc/rpc: remove async argument from the sync dcerpc_request() functionStefan Metzmacher2009-04-203-6/+6
* s4:torture/rpc: use dcerpc_ndr_request() for the object_uuid testStefan Metzmacher2009-04-201-10/+8
* Merge commit 'origin/master' into libcli-auth-merge-without-netlogondAndrew Bartlett2009-04-207-34/+166
|\
| * s4-smbtorture: test all levels in test_GetJob().Günther Deschner2009-04-201-8/+23
| * s4-smbtorture: Skip Job pause and resume on paused printers for Samba 3 for now.Günther Deschner2009-04-171-2/+6
| * s4-smbtorture: rework test_EnumPrinterDrivers() a little to succeed with s3.Günther Deschner2009-04-171-10/+13
| * s4-smbtorture: Fix RPC-SPOOLSS-WIN for printers with a lot of jobs in the queue.Günther Deschner2009-04-171-0/+7
| * s4-smbtorture: disable CreateUser2 tests when running RPC-SAMR-PASSWORDS-PWDLASTGünther Deschner2009-04-171-1/+3
| * s4-smbtorture: add LSA-LOOKUPSIDS to verify bug #6263.Günther Deschner2009-04-172-0/+89
| * s4-smbtorture: Fix crash in RPC-LSA-LOOKUPGünther Deschner2009-04-171-0/+2
| * s4-smbtorture: Fix crash bugs in RPC-SAMR_ACCESSMASK.Günther Deschner2009-04-151-7/+15
| * s4-smbtorture: define TORTURE_DEFAULT_SERVICE and set to netlogon.Günther Deschner2009-04-151-6/+8
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba into libcli-auth-...Andrew Bartlett2009-04-152-1/+35
|\|
| * s4-smbtorture: make sure samba3 does not regress in EnumServicesStatusW call.Günther Deschner2009-04-141-0/+3
| * s4-smbtorture: print SPOOLSS_JOB_CONTROL flags in RPC-SPOOLSS test.Günther Deschner2009-04-141-1/+32
* | Rework Samba4 to use the new common libcli/auth codeAndrew Bartlett2009-04-148-163/+174
* | Port Samba4 to the new combined libcli/auth functionsAndrew Bartlett2009-04-141-41/+4
* | Move DRSUAPI per-attribute decryption into a common fileAndrew Bartlett2009-04-141-116/+9
|/
* s4-smbtorture: fix two valgrind warnings.Günther Deschner2009-04-131-0/+2
* s4-smbtorture: disable test_SecondaryClosePrinter when running against s3 for...Günther Deschner2009-04-131-4/+8
* s4-smbtorture: move test_ReplyOpenPrinter from RPC-SPOOLSS to RPC-SPOOLSS-NOT...Günther Deschner2009-04-132-36/+36
* s4-smbtorture: use printerinfo level 1 name, not description inGünther Deschner2009-04-131-4/+11
* s4-smbtorture: perform the ntsvcs devicelist tests against the Spooler service.Günther Deschner2009-04-101-18/+38