Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-27 | s4-smbtorture: pick correct last packet while checking backchannel replies ↵ | Günther Deschner | 1 | -2/+10 | |
in RPC-SPOOLSS-NOTIFY. Guenther | |||||
2010-01-27 | s4:torture: refactor querying of domain info out into ↵ | Michael Adam | 1 | -52/+40 | |
test_QueryDomainInfo2_level() Used in several places. (Note: The _level suffix in the function name is just because test_QueryDomainInfo2() already exists as an overall test for all levels.) Michael Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-01-27 | s4:torture: create new test_SetDomainInfo_ntstatus() | Michael Adam | 1 | -12/+26 | |
for checking for SetDomainInfo giving a desired return code. Michael Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-01-27 | s4:torture: refactor setting of domain inf out into test_SetDomainInfo() | Michael Adam | 1 | -101/+56 | |
and use it in several places. Michael Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-01-27 | s4:torture: refactor setting account flags out into ↵ | Michael Adam | 1 | -50/+46 | |
test_SetUserInfo_acct_flags() and use this in four places (enabling/disabling accounts). Michael Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-01-25 | s4-smbtorture: split spoolss_RemoteFindFirstPrinterChangeNotifyEx test into ↵ | Günther Deschner | 1 | -73/+108 | |
smaller parts. Guenther | |||||
2010-01-21 | s4: Fix a few warnings. | Jelmer Vernooij | 1 | -1/+0 | |
2010-01-20 | torture: add new test RPC-SAMR-PASSWORDS-LOCKOUT | Michael Adam | 2 | -0/+452 | |
This tests account lockout features. Windows 2003r2 and Windows 2008r2 survice this test. Note: Windows does not set the ACB_AUTOLOCK account flag when it locks out an account. One thing that could/should be added to this test is a check of the lockout time property. Michael | |||||
2010-01-19 | s4-smbtorture: remove unneeded ncaclrpc dir setup from RPC-SPOOLSS-NOTIFY. | Günther Deschner | 1 | -10/+0 | |
Guenther | |||||
2010-01-19 | s4-smbtorture: support spoolss_ReplyClosePrinter server call in ↵ | Günther Deschner | 1 | -2/+36 | |
RPC-SPOOLSS-NOTIFY. A handle obtained with spoolss_ReplyOpenPrinter will be closed with spoolss_ReplyClosePrinter when we call spoolss_ClosePrinter on the remote side. Guenther | |||||
2010-01-19 | s4-smbtorture: restructure spoolss server implementations in RPC-SPOOLSS-NOTIFY. | Günther Deschner | 1 | -1/+19 | |
Guenther | |||||
2010-01-19 | s4-smbtorture: skip ReplyOpenPrinter test in RPC-SPOOLSS-NOTIFY while ↵ | Günther Deschner | 1 | -0/+4 | |
testing s3. Guenther | |||||
2010-01-19 | s4-smbtorture: strip trailing whitespace. | Günther Deschner | 1 | -12/+12 | |
Guenther | |||||
2010-01-18 | idl: switched to using the WSPP names for the 'neighbour' DRS options | Andrew Tridgell | 2 | -19/+19 | |
The documentation shows that all these functions in fact use the same flags variable type. To be consistent between functions, and to allow easy reference to the WSPP docs, it is better for us to also use this generic DrsOptions bitfield rather than one per operations. | |||||
2010-01-16 | s4-torture: fixed DsReplicaGetInfo elements | Andrew Tridgell | 1 | -2/+2 | |
2010-01-16 | s4-idl: in DsReplicaGetInfo unknown2 is actually an enumeration_context | Andrew Tridgell | 1 | -2/+2 | |
2010-01-16 | s4-drs: torture test for DsGetReplInfo() (RPC-DSGETINFO test). | Erick Nogueira do Nascimento | 2 | -0/+351 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-01-15 | s4-smbtorture: add setup_schannel_netlogon_pipe() function. | Günther Deschner | 1 | -34/+25 | |
Guenther | |||||
2010-01-14 | s4-torture: switch smbtorture to the generic DRS options | Andrew Tridgell | 1 | -4/+4 | |
2010-01-12 | s4-smbtorture: fix GetAliasMembership test in RPC-SAMR. | Günther Deschner | 1 | -4/+6 | |
Guenther | |||||
2010-01-12 | s4-smbtorture: add RPC-SAMR-PASSWORDS-BADPWDCOUNT torture test. | Günther Deschner | 2 | -2/+489 | |
This test checks the behavior (since w2k3 sp1) of the badPwdCount samr attribute in relation to password history and successfull and unsucessful netlogon samlogons. Michael, please check. This should help verifiying Bug #4347. Guenther | |||||
2010-01-12 | s4-smbtorture: allow test_SamLogon to test interactive samlogon in RPC-SAMR ↵ | Günther Deschner | 1 | -34/+71 | |
family of tests. Guenther | |||||
2010-01-06 | s4-smbtorture: add test_ChangeID to RPC-SPOOLSS. | Günther Deschner | 1 | -0/+179 | |
This tests ChangeID consistency between spoolss_GetPrinterData, spoolss_GetPrinterDataEx and spoolss_GetPrinter (level 0). Guenther | |||||
2010-01-06 | s4-smbtorture: add test_SetPrinter to RPC-SPOOLSS. | Günther Deschner | 1 | -0/+26 | |
Guenther | |||||
2010-01-06 | s4-smbtorture: refactor test_GetPrinter in RPC-SPOOLSS. | Günther Deschner | 1 | -28/+50 | |
Guenther | |||||
2009-12-17 | s4-smbtorture: skip GetAliasMembership against s4. | Günther Deschner | 1 | -0/+4 | |
It returns NT_STATUS_INTERNAL_DB_CORRUPTION for unknown sids and I could not figure out why. Guenther | |||||
2009-12-17 | s4-smbtorture: add a samr_GetAliasMembership test to RPC-SAMR. | Günther Deschner | 1 | -0/+47 | |
Guenther | |||||
2009-12-17 | s4-smbtorture: fix smbtorture after setprinter IDL fixes. | Günther Deschner | 1 | -4/+4 | |
Guenther | |||||
2009-12-16 | s4-smbtorture: run GetPrinterDriver2 tests against each printer's driver. | Günther Deschner | 1 | -17/+45 | |
Guenther | |||||
2009-12-15 | smbtorture4: Add rpc-samba3-getaliasmembership-0 | Volker Lendecke | 2 | -0/+62 | |
2009-12-14 | s4-smbtorture: check whether a returned buffer size is a multiple of 4 in ↵ | Günther Deschner | 1 | -0/+80 | |
RPC-SPOOLSS. This gives a good indication where our IDL (and the s3 spoolss implementation) is still wrong. Guenther | |||||
2009-12-10 | s4-smbtorture: fix and extend enum printerkey test. | Günther Deschner | 2 | -21/+49 | |
Guenther | |||||
2009-12-09 | s4-smbtorture: enhance spoolss_EnumPrinterKey torture test. | Günther Deschner | 1 | -14/+26 | |
This demonstrates that s3 still does not have that call implemented correctly. Guenther | |||||
2009-12-08 | s4-smbtorture: make level 8 the reference for PrinterDriverEnum test. | Günther Deschner | 1 | -42/+73 | |
Guenther | |||||
2009-12-08 | s4-smbtorture: fill in COMPARE_STRING_ARRAY macro in spoolss driver test. | Günther Deschner | 1 | -1/+15 | |
Guenther | |||||
2009-12-07 | s4-smbtorture: disable some spoolss printerdata tests which s3 does not pass ↵ | Günther Deschner | 1 | -0/+13 | |
at the moment. Guenther | |||||
2009-12-07 | s4-smbtorture: fix RPC-SPOOLSS after _spoolss_SetPrinterDataEx IDL change. | Günther Deschner | 1 | -28/+48 | |
Guenther | |||||
2009-12-04 | s4-smbtorture: heavily expand printerdata tests in RPC-SPOOLSS. | Günther Deschner | 1 | -67/+299 | |
Including new tests for: - spoolss_SetPrinterDataEx - spoolss_DeletePrinterDataEx - spoolss_DeletePrinterKey Guenther | |||||
2009-12-03 | s4-smbtorture: check more WERRORs in RPC-SPOOLSS. | Günther Deschner | 1 | -34/+35 | |
Guenther | |||||
2009-12-03 | s4-smbtorture: call test_EnumPrinterDrivers with architecture in RPC-SPOOLSS. | Günther Deschner | 1 | -25/+6 | |
Guenther | |||||
2009-12-03 | s4-smbtorture: be very strict in checking spools_EnumPrinterKey results. | Günther Deschner | 2 | -3/+15 | |
Guenther | |||||
2009-12-02 | samba-spoolss: use spoolss_StringArray2 in spoolss_EnumPrinterKey. | Günther Deschner | 2 | -32/+6 | |
This should finally resolve the endian issues we were seeing on sparc and is much cleaner for spoolss clients and servers. Guenther | |||||
2009-11-27 | s4-smbtorture: more and stricter tests for printer and data keys in RPC-SPOOLSS. | Günther Deschner | 1 | -4/+8 | |
Guenther | |||||
2009-11-26 | s4-smbtorture: refactor RPC-SAMR-LARGE-DC test a little more. | Günther Deschner | 1 | -25/+26 | |
Guenther | |||||
2009-11-26 | s4-smbtorture: add torture_samr_context to carry some RPC-SAMR-X specifics. | Günther Deschner | 1 | -84/+111 | |
Guenther | |||||
2009-11-23 | s4/drs(tort): DSSYNC test to print what is different in drs_msg also | Kamen Mazdrashki | 1 | -1/+7 | |
2009-11-23 | s4-smbtorture: fix spoolss_EnumPrinterKey client in RPC-SPOOLSS-WIN. | Günther Deschner | 1 | -4/+19 | |
Guenther | |||||
2009-11-23 | s4-smbtorture: add tests for spoolss_EnumPrinterKey to RPC-SPOOLSS-PRINTER. | Günther Deschner | 1 | -0/+81 | |
Guenther | |||||
2009-11-21 | s4:torture/rpc/netlogon - Fix uninitialised variable | Matthias Dieter Wallnöfer | 1 | -2/+1 | |
2009-11-17 | s4/drs(tort): Convert DSSYNC test to a test case fixture | Kamen Mazdrashki | 2 | -24/+68 | |
Now it should be much more clear why and where a test in DSSYNC test case has failed. Signed-off-by: Andrew Bartlett <abartlet@samba.org> |