Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-26 | s4:smbtorture: add BASE-BENCH-HOLDOPEN | Stefan Metzmacher | 2 | -0/+64 | |
This is useful for manual performance testing with a large number of share mode entries. metze | |||||
2010-01-26 | s4-smbtorture: also test smbc_getOptionUseCCache | Günther Deschner | 2 | -1/+3 | |
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 | 2 | -3/+2 | |
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: also configure check smbc_setOptionCaseSensitive for ↵ | Günther Deschner | 1 | -1/+2 | |
LIBSMBCLIENT testsuite. 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 | 3 | -25/+25 | |
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 selftest: Fix and reenable WINBIND-STRUCT.NETBIOS_NAME test | Kai Blin | 1 | -4/+5 | |
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 | 3 | -1/+352 | |
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: Migrate ntp_signd test to tsocket. | Andreas Schneider | 1 | -126/+160 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-01-14 | s4-smbtorture: add rather simple libsmbclient torture testsuite. | Günther Deschner | 5 | -0/+278 | |
Guenther | |||||
2010-01-14 | s3 test: Fix WINBINDD-STRUCT tests | Kai Blin | 1 | -2/+2 | |
The struct-based tests are working in make selftest, make them work in plain "make test" as well. | |||||
2010-01-14 | s3 selftest: Fix LOOKUP_SID test. | Kai Blin | 1 | -4/+12 | |
WINBINDD_LIST_USERS does not give a domain name if we're a DC and the user is from our domain. | |||||
2010-01-14 | s3 selftest: Fix WINBINDD_LIST_GROUPS test | Kai Blin | 1 | -9/+22 | |
If there's no groups in the database, there are no entries in extra_data. This caused WINBINDD_LIST_GROUPS test to fail. Use the fact that WINBINDD_LIST_GROUPS now reports the number of groups in data.num_entries to identify the "no groups" case. | |||||
2010-01-14 | s3 selftest: Allow the enumeration of users and groups | Kai Blin | 1 | -1/+1 | |
This fixes the WINBINDD_GETPWENT test. | |||||
2010-01-14 | s3 selftest: Fix the WINBINDD_GETDCNAMEe test. | Kai Blin | 1 | -0/+10 | |
The WINBINDD_GETDCNAME test expected an NSS_STATUS_SUCCESS return from all calls. However, this does not apply for BUILTIN and the DC's own domain. Make the test work again by skipping those two. | |||||
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-10 | s4/torture: Parameterize output in LOCK tests based off server support | Steven Danneman | 3 | -47/+90 | |
Two new torture parameters: * smbexit_pdu_support: if the Server supports the Exit command * range_not_locked_on_file_close: whether the server returns the NT_STATUS_RANGE_NOT_LOCKED error when a file is closed which has a pending lock request. Windows returns this error, though per the spec, this error should only be returned to an unlock request. | |||||
2010-01-07 | s4 torture: Add RAW-OPEN-NTCREATEDIR to test error checking for open ↵ | Tim Prouty | 1 | -0/+198 | |
directories as files | |||||
2010-01-06 | s4/torture: fix small bug in lock test | Steven Danneman | 1 | -0/+1 | |
Cleanup path should unlock, not cancel existing locked range. | |||||
2010-01-06 | s4/torture: add more lock cancellation tests | Steven Danneman | 1 | -2/+95 | |
* Test the SMB1 behavior when multiple lock ranges are requested, pend, and then are cancelled. The entire LockingAndX request fails. | |||||
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-25 | s4-libnet: Simple test for net.SetPassword() python binding | Kamen Mazdrashki | 1 | -0/+62 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2009-12-21 | s4 torture: Add RAW-OPLOCK-EXCLUSIVE7 which is similar to BATCH19 | Tim Prouty | 1 | -0/+171 | |
2009-12-21 | s4 torture: Update raw oplock to use win7 as the baseline for rename oplock ↵ | Tim Prouty | 1 | -13/+66 | |
break behavior | |||||
2009-12-21 | s4 torture: Be more permissive with share modes for oplock testing | Tim Prouty | 1 | -2/+4 | |
Share modes are tested elsewhere, and there is currently an outstanding issue about share mode contention for nt-passthrough levels: http://lists.samba.org/archive/cifs-protocol/2009-December/001227.html | |||||
2009-12-21 | s4 torture: Do a better job of closing open files in RAW-OPLOCK. | Tim Prouty | 1 | -5/+4 | |
2009-12-21 | s4-torture: update uuid_compare test for new behaviour | Andrew Tridgell | 1 | -2/+11 | |
2009-12-21 | s4-tort: Test handling of different ATTID values in prefixMap interface. | Kamen Mazdrashki | 1 | -0/+44 | |
It turns out ATTID values are separated in ranges. Ref: MS-ADTS, 3.1.1.2.6 ATTRTYP Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2009-12-21 | s4-drstest: Don't remove temp LDB so it can be reviewed if necessary | Kamen Mazdrashki | 1 | -1/+0 | |
This test makes temp directory which is not removed so why not just leave LDB also. Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2009-12-21 | s4-torture: another unsigned comparison bug | Andrew Tridgell | 1 | -1/+1 | |
2009-12-18 | s4 torture: Add test to show archive bit behavior with directories | Zachary Loafman | 1 | -0/+153 | |
Signed-off-by: Tim Prouty <tprouty@samba.org> | |||||
2009-12-18 | s4 torture: Fix RAW-STREAMS-DELETE to pass against samba3 | Tim Prouty | 1 | -1/+2 | |