summaryrefslogtreecommitdiffstats
path: root/source4/torture
Commit message (Expand)AuthorAgeFilesLines
* 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-142-117/+10
|/
* 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
* s4-smbtorture: add test_EnumDependentServicesW() to RPC-SVCCTL.Günther Deschner2009-04-091-1/+66
* s4-smbtorture: add test_QueryServiceObjectSecurity() to RPC-SVCCTL test.Günther Deschner2009-04-091-0/+55
* s4-smbtorture: add test_QueryServiceConfigW() to RPC-SVCCTL.Günther Deschner2009-04-091-0/+44
* s4-smbtorture: add test_QueryServiceStatus() to RPC-SVCCTL.Günther Deschner2009-04-091-0/+32
* Merge branch 'wspp-schema'Andrew Tridgell2009-04-092-2/+2
|\
| * Merge branch 'master' of ssh://git.samba.org/data/git/samba into wspp-schemaAndrew Bartlett2009-04-035-22/+209
| |\
| * | major upgrade to the ldb attribute handlingAndrew Tridgell2009-04-022-2/+2
* | | s4-smbtorture: fix test_ReportEventLog in RPC-EVENTLOG.Günther Deschner2009-04-081-2/+3
* | | s4-smbtorture: Small fix for RPC-SPOOLSS-WIN to deal with driver-less printers.Günther Deschner2009-04-081-3/+15
* | | svcctl: use offered/needed for buffer sizes as in spoolss.Günther Deschner2009-04-081-22/+22
| |/ |/|
* | s4 torture: Addition to RAW-BENCH-LOCK to take a configurable number of locks...Zack Kirsch2009-04-011-1/+19
* | s/NT_STATUS_WIN7_INVALID_RANGE/NT_STATUS_INVALID_LOCK_RANGE/gZach Loafman2009-04-012-7/+7
* | s4 torture: Remove unused parameterTim Prouty2009-04-011-14/+7
* | s4 torture: Add new streams oplock testTim Prouty2009-04-011-0/+176
|/
* s4:torture/smb2: Add torture tests for lease breaks, durable opens.Zach Loafman2009-04-012-136/+988
* s4:torture/smb2: Add torture tests for leases.Zach Loafman2009-03-283-0/+298
* s4:torture/smb2: fix compiler warnings and bugsStefan Metzmacher2009-03-271-1/+3
* s4:torture/smb2: fix the buildStefan Metzmacher2009-03-271-5/+5
* Add durable open / oplock interaction test. Rather than give it a chance to d...Zach Loafman2009-03-261-3/+109
* Reorganize old persistent_handles test into durable_open.c, turn it into a su...Zach Loafman2009-03-263-9/+20
* LDAP-CLDAP: remove temporary debug statements...Stefan Metzmacher2009-03-221-2/+2
* s4:cldap: rewrite the cldap library based on tsocketStefan Metzmacher2009-03-193-50/+80
* s4-smbtorture: fix spoolss notify test after spoolss_Field changes.Günther Deschner2009-03-181-4/+4
* s4-smbtorture: fix spoolss_EnumPrinterKey callers in RPC-SPOOLSS-WIN test.Günther Deschner2009-03-181-23/+12
* s4-smbtorture: fix spoolss_EnumPrinterDataEx tests.Günther Deschner2009-03-182-3/+4
* s4 torture: Win7 has a slightly different allowed access maskZach Loafman2009-03-171-1/+7
* s4 torture: Add a string version for NT_STATUS_WIN7_INVALID_RANGEZach Loafman2009-03-171-10/+29