Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-11 | s4-smbtorture: add netr_SamLogon test with NULL domain to RPC-NETLOGON-S3. | Günther Deschner | 1 | -4/+30 | |
This is to demonstrate how a "Windows 2002 Service Pack 3 2600" box constantly crashes smbd (in preparation of fixing bug #7237). Guenther | |||||
2010-03-11 | s4-smbtorture: skip extended SetValue test against Samba (both dont survive). | Günther Deschner | 1 | -7/+7 | |
Guenther | |||||
2010-03-11 | s4-smbtorture: test NULL and "" valuenames as well in query for wellknown ↵ | Günther Deschner | 1 | -0/+5 | |
winreg key. Guenther | |||||
2010-03-11 | winreg: add winreg_KeyType enum. | Günther Deschner | 4 | -5/+5 | |
Guenther | |||||
2010-03-11 | s4-smbtorture: add extended SetValue test to RPC-WINREG. | Günther Deschner | 1 | -3/+74 | |
Really looks like a blob based database frontend. As it seems, we can set *any* type of data with *any* content on Windows and get the exact same data back. Guenther | |||||
2010-03-11 | s4-smbtorture: more work on test_key_value() RPC-WINREG test. | Günther Deschner | 2 | -23/+87 | |
Guenther | |||||
2010-03-11 | RPC-DSSYNC: handle DCERPC_FAULT_OP_RNG_ERROR as not supported for ↵ | Stefan Metzmacher | 1 | -1/+5 | |
DsGetNT4ChangeLog() metze | |||||
2010-03-11 | s4:torture/libnet/libnet_user.c: fix double free in error path | Stefan Metzmacher | 1 | -1/+0 | |
metze | |||||
2010-03-11 | NET-API-BECOME-DC: convert to torture api | Stefan Metzmacher | 1 | -54/+28 | |
metze | |||||
2010-03-11 | RPC-DSSYNC: fix the build after idl changes | Stefan Metzmacher | 1 | -6/+11 | |
metze | |||||
2010-03-11 | s4-smbtorture: only look at DATA_BLOB pointer when einfo[0].data_length > 0. | Günther Deschner | 1 | -1/+3 | |
Guenther | |||||
2010-03-10 | s4-smbtorture: while testing PrinterDataEx also compare Get and Enum results. | Günther Deschner | 1 | -10/+29 | |
Guenther | |||||
2010-03-10 | Revert "s4-smbtorture: disable winreg QueryValue test for today." | Günther Deschner | 1 | -2/+2 | |
This reverts commit 420e3b8553c9e721fba27dd64eb78b2c7105ce64. | |||||
2010-03-10 | s4/drs: DsWriteAccountSpn - Propagating IDL changes to source code | Kamen Mazdrashki | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-10 | s4/drs: DsCrackNames - Propagating IDL changes to source code | Kamen Mazdrashki | 2 | -3/+3 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-10 | s4/drs: DsGetNCChanges - Propagating IDL changes to source code | Kamen Mazdrashki | 2 | -5/+5 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-10 | s4-smbtorture: do full winreg QueryValue test for values we created. | Günther Deschner | 1 | -0/+27 | |
Guenther | |||||
2010-03-10 | s4-smbtorture: check for non existing value under version key in RPC-WINREG. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2010-03-10 | s4-smbtorture: disable winreg QueryValue test for today. | Günther Deschner | 1 | -2/+2 | |
wow, both s3 and s4 crash on full coverage winreg QueryValue testing. Guenther | |||||
2010-03-10 | s4-smbtorture: fix some build warnings in RPC-SPOOLSS test. | Günther Deschner | 1 | -8/+8 | |
Guenther | |||||
2010-03-10 | s4-smbtorture: on HKLM hive test the well known CurrentVersion value. | Günther Deschner | 1 | -0/+17 | |
Guenther | |||||
2010-03-10 | s4-smbtorture: add full coverage test for winreg QueryValue calls. | Günther Deschner | 1 | -0/+101 | |
Guenther | |||||
2010-03-10 | s4-smbtorture: rework test_winreg_QueryValue in RPC-SPOOLSS-PRINTER once again. | Günther Deschner | 1 | -3/+8 | |
Guenther | |||||
2010-03-10 | s4-smbtorture: add tests for set and delete value in RPC-WINREG. | Günther Deschner | 1 | -0/+52 | |
Guenther | |||||
2010-03-09 | s4:torture/rpc/netlogon.c - "LogonGetDomainInfo" test - make it compatible ↵ | Matthias Dieter Wallnöfer | 1 | -18/+100 | |
against Windows Server 2008 This is a reworked version of the mentioned test which passes against Windows Server 2008. The previous version, also mainly written by me passed only against Windows Server <= 2003. | |||||
2010-03-09 | s4-smbtorture: fix uninitialized variable in winreg QueryValue call. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-03-07 | s4:libcli/wrepl: implement wrepl_request_send as a tevent_req based wrapper | Stefan Metzmacher | 1 | -3/+9 | |
metze | |||||
2010-03-07 | s4:torture/nbt: use wrepl_associate_stop() instead of build the request by hand | Stefan Metzmacher | 1 | -9/+4 | |
metze | |||||
2010-03-07 | s4:torture/nbt: use wrepl_request() instead of wrepl_request_send() followed ↵ | Stefan Metzmacher | 1 | -2/+1 | |
by wrepl_request_recv() metze | |||||
2010-03-06 | s4/tort: fix annoying "union spoolss_PrinterInfo" undefined warnings | Kamen Mazdrashki | 1 | -0/+1 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-03-05 | s4-smbtorture: fix RPC-SPOOLSS-WIN after PrinterData IDL changes. | Günther Deschner | 1 | -3/+4 | |
Guenther | |||||
2010-03-05 | s4-smbtorture: fix test_SetPrinterDataEx_matrix() call. sorry... | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-03-05 | s4-smbtorture: when checking PrinterData matrix, include winreg cross ↵ | Günther Deschner | 1 | -2/+179 | |
reference checks. Guenther | |||||
2010-03-05 | s4-smbtorture: hand down printername to test_SetPrinterDataEx_matrix. | Günther Deschner | 1 | -3/+4 | |
Guenther | |||||
2010-03-05 | s4-smbtorture: add more paranoid checks for REG_DWORD SetPrinterDataEx tests. | Günther Deschner | 1 | -10/+1 | |
Guenther | |||||
2010-03-05 | s4-smbtorture: remove check for selfmade parsing artefact. | Günther Deschner | 1 | -8/+1 | |
We were checking against a phenomenon that we created ourselves at the pidl layer... Guenther | |||||
2010-03-05 | s4-smbtorture: fix smbtorture after GetPrinterData{Ex} after IDL changes. | Günther Deschner | 1 | -49/+37 | |
Guenther | |||||
2010-03-05 | s4-smbtorture: fix smbtorture after SetPrinterData{Ex} IDL changes. | Günther Deschner | 1 | -18/+28 | |
Guenther | |||||
2010-03-05 | s4:torture/nbt: avoid the usage of wrepl_pull_table_send() | Stefan Metzmacher | 1 | -3/+6 | |
metze | |||||
2010-03-05 | s4-smbtorture: skip NotifyChangeKeyValue test against s3 for now. | Günther Deschner | 1 | -0/+4 | |
Guenther | |||||
2010-03-05 | s4:torture/rpc/samr.c - add some decision possibility constants to some switch | Matthias Dieter Wallnöfer | 1 | -0/+3 | |
At the moment nothing is done when the enumeration variable is set to one of those constants as before. This is only to quite nasty warnings. | |||||
2010-03-05 | s4:torture/rpc/samr.c - make some argument of function ↵ | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
"test_SamLogon_with_creds" constant This to quiet warnings. | |||||
2010-03-05 | s4:torture/winbind/struct_based.c - fix up (un)signedness of a function argument | Matthias Dieter Wallnöfer | 1 | -1/+2 | |
Otherwise always a warning is generated. | |||||
2010-03-05 | s4-torture: fixed commas separating C statements | Andrew Tridgell | 1 | -4/+3 | |
2010-03-03 | s4:torture/rpc/samr - Fix up SAMR-USERS test | Matthias Dieter Wallnöfer | 1 | -10/+22 | |
"QueryDomainInfo" returns only global groups, "QueryDisplayInfo" also universal ones. Consider MS-SAMR 3.1.5.5.1.1 and 3.1.5.3.1. | |||||
2010-03-03 | s4:torture/rpc/samr - enhance the "EnumDomainGroups" test regarding ↵ | Matthias Dieter Wallnöfer | 1 | -0/+15 | |
universal groups Find the "Enterprise Admins" group which does exist on s4 and Windows directories and is always per default universal. Test this only when the target is set to s4 (s3 deployments don't contain this group). If the number of returned objects is "0" (count) then we are likely testing the builtin domain of an AD deployment.Then we ignore the inexistent "Enterprise Admins" group. I didn't enhance the test for "QueryDomainInfo" since this does itself a comparison of all returned objects with the "EnumDomainGroups" call. Therefore if the latter passes, and the "QueryDomainInfo" test passes also the "QueryDomainInfo" call is okay regarding groups. | |||||
2010-03-02 | s4-smbtorture: fix WINBIND-STRUCT assumptions about getpwent() for s3. | Günther Deschner | 1 | -5/+16 | |
In samba3 it is not an error when no users are returned in getpwent() calls (e.g. on a DC w/o interdomain trusts). Kai, please check. Guenther | |||||
2010-03-01 | s4:RPC-ECHO: don't ignore errors in the Sleep test now that we support async ↵ | Stefan Metzmacher | 1 | -3/+3 | |
rpc over ncacn_np metze | |||||
2010-03-01 | s4:RPC-NETLOGON: remove useless rpc callback | Stefan Metzmacher | 1 | -18/+1 | |
If we got a failure from one request we bail out early. metze | |||||
2010-03-01 | s4:RPC-ECHO: don't look at the internals of 'struct rpc_request' | Stefan Metzmacher | 1 | -4/+14 | |
metze |