summaryrefslogtreecommitdiff
path: root/source4/torture
AgeCommit message (Collapse)AuthorFilesLines
2009-04-24s4-smbtorture: add test_StartServiceW() to RPC-SVCCTL.Günther Deschner1-0/+34
Guenther
2009-04-24s4-smbtorture: change default service to spooler in RPC-SVCCTL.Günther Deschner1-1/+1
Guenther
2009-04-24Rename the top-level LDB test to LOCAL-LDB, so it gets picked up by theJelmer Vernooij5-25/+13
script that determines the tests to run.
2009-04-24s4:torture Fix segfault in RPC-SAMSYNCAndrew Bartlett1-1/+1
This code needs to be fixed to match Win2008 behavior, but at least it does not segfault any more. Andrew Bartlett
2009-04-24s4:torture Add tests for prefixMap custom attribute handlerAndrew Bartlett1-0/+34
2009-04-23More lcov code coverage generation workAndrew Bartlett1-3/+3
2009-04-23s4:torture use common libcli/auth crypto codeAndrew Bartlett1-11/+9
2009-04-23s4:test Include 'source4' in directories to find lcov inAndrew Bartlett1-1/+1
2009-04-23s4:test Fix 'make lcov' in Samba4Andrew Bartlett1-2/+2
2009-04-20s4:librpc/rpc: remove async argument from the sync dcerpc_request() functionStefan Metzmacher3-6/+6
metze
2009-04-20s4:torture/rpc: use dcerpc_ndr_request() for the object_uuid testStefan Metzmacher1-10/+8
As we want sync calls... metze
2009-04-20Merge commit 'origin/master' into libcli-auth-merge-without-netlogondAndrew Bartlett7-34/+166
2009-04-20s4-smbtorture: test all levels in test_GetJob().Günther Deschner1-8/+23
Guenther
2009-04-17s4-smbtorture: Skip Job pause and resume on paused printers for Samba 3 for now.Günther Deschner1-2/+6
Guenther
2009-04-17s4-smbtorture: rework test_EnumPrinterDrivers() a little to succeed with s3.Günther Deschner1-10/+13
Yes, I feel dirty for this but promise to come back and fix appropriately. Guenther
2009-04-17s4-smbtorture: Fix RPC-SPOOLSS-WIN for printers with a lot of jobs in the queue.Günther Deschner1-0/+7
Guenther
2009-04-17s4-smbtorture: disable CreateUser2 tests when running RPC-SAMR-PASSWORDS-PWDLASTGünther Deschner1-1/+3
against Samba3. Samba 3 does not (yet) get all the ACB_flag settings right upon creation. Guenther
2009-04-17s4-smbtorture: add LSA-LOOKUPSIDS to verify bug #6263.Günther Deschner2-0/+89
Guenther
2009-04-17s4-smbtorture: Fix crash in RPC-LSA-LOOKUPGünther Deschner1-0/+2
Guenther
2009-04-15s4-smbtorture: Fix crash bugs in RPC-SAMR_ACCESSMASK.Günther Deschner1-7/+15
Also disable security descriptor based tests while testing samba3. Guenther
2009-04-15s4-smbtorture: define TORTURE_DEFAULT_SERVICE and set to netlogon.Günther Deschner1-6/+8
Guenther
2009-04-15Merge branch 'master' of ssh://git.samba.org/data/git/samba into ↵Andrew Bartlett2-1/+35
libcli-auth-merge-without-netlogond
2009-04-14s4-smbtorture: make sure samba3 does not regress in EnumServicesStatusW call.Günther Deschner1-0/+3
Guenther
2009-04-14s4-smbtorture: print SPOOLSS_JOB_CONTROL flags in RPC-SPOOLSS test.Günther Deschner1-1/+32
Guenther
2009-04-14Rework Samba4 to use the new common libcli/auth codeAndrew Bartlett8-163/+174
In particular, this is the rename from creds_ to netlogon_creds_, as well as other links to use the new common crypto. Andrew Bartlett
2009-04-14Port Samba4 to the new combined libcli/auth functionsAndrew Bartlett1-41/+4
For example, some of the new shared functionality was previously in the wkssvc torture test. Andrew Bartlett
2009-04-14Move DRSUAPI per-attribute decryption into a common fileAndrew Bartlett2-117/+10
This file (contining metze's decryption routines) is now also be used by Samba3's DRSUAPI implementation Andrew Bartlett
2009-04-13s4-smbtorture: fix two valgrind warnings.Günther Deschner1-0/+2
Guenther
2009-04-13s4-smbtorture: disable test_SecondaryClosePrinter when running against s3 ↵Günther Deschner1-4/+8
for now. Guenther
2009-04-13s4-smbtorture: move test_ReplyOpenPrinter from RPC-SPOOLSS to ↵Günther Deschner2-36/+36
RPC-SPOOLSS-NOTIFY. Guenther
2009-04-13s4-smbtorture: use printerinfo level 1 name, not description inGünther Deschner1-4/+11
test_EnumPrinters_old(). Guenther
2009-04-10s4-smbtorture: perform the ntsvcs devicelist tests against the Spooler service.Günther Deschner1-18/+38
Guenther
2009-04-09s4-smbtorture: add test_EnumDependentServicesW() to RPC-SVCCTL.Günther Deschner1-1/+66
Guenther
2009-04-09s4-smbtorture: add test_QueryServiceObjectSecurity() to RPC-SVCCTL test.Günther Deschner1-0/+55
Guenther
2009-04-09s4-smbtorture: add test_QueryServiceConfigW() to RPC-SVCCTL.Günther Deschner1-0/+44
Guenther
2009-04-09s4-smbtorture: add test_QueryServiceStatus() to RPC-SVCCTL.Günther Deschner1-0/+32
Guenther
2009-04-09Merge branch 'wspp-schema'Andrew Tridgell2-2/+2
2009-04-08s4-smbtorture: fix test_ReportEventLog in RPC-EVENTLOG.Günther Deschner1-2/+3
Guenther
2009-04-08s4-smbtorture: Small fix for RPC-SPOOLSS-WIN to deal with driver-less printers.Günther Deschner1-3/+15
The getdriver query failure should only be critical when there is actually a driver associated to a printer. Guenther
2009-04-08svcctl: use offered/needed for buffer sizes as in spoolss.Günther Deschner1-22/+22
Guenther
2009-04-03Merge branch 'master' of ssh://git.samba.org/data/git/samba into wspp-schemaAndrew Bartlett5-22/+209
2009-04-02major upgrade to the ldb attribute handlingAndrew Tridgell2-2/+2
This is all working towards supporting the full WSPP schema without a major performance penalty. We now use binary searches when looking up classes and attributes. We also avoid the loop loading the attributes into ldb, by adding a hook to override the ldb attribute search function in a module. The attributes can thus be loaded once, and then saved as part of the global schema. Also added support for a few more key attribute syntaxes, as needed for the full schema.
2009-04-01s4 torture: Addition to RAW-BENCH-LOCK to take a configurable number of ↵Zack Kirsch1-1/+19
locks before starting the test This can be useful for benchmarking as well as stress testing.
2009-04-01s/NT_STATUS_WIN7_INVALID_RANGE/NT_STATUS_INVALID_LOCK_RANGE/gZach Loafman2-7/+7
2009-04-01s4 torture: Remove unused parameterTim Prouty1-14/+7
2009-04-01s4 torture: Add new streams oplock testTim Prouty1-0/+176
2009-04-01s4:torture/smb2: Add torture tests for lease breaks, durable opens.Zach Loafman2-136/+988
2009-03-28s4:torture/smb2: Add torture tests for leases.Zach Loafman3-0/+298
2009-03-27s4:torture/smb2: fix compiler warnings and bugsStefan Metzmacher1-1/+3
metze
2009-03-27s4:torture/smb2: fix the buildStefan Metzmacher1-5/+5
We move prototypes of _PUBLIC_ functions into /dev/null, as we want public function to have handwritten prototypes. see proto_header_template in build/make/templates.mk... metze