Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-14 | s4:torture/rpc: rename rpc.h => torture_rpc.h | Stefan Metzmacher | 1 | -1/+1 | |
The reason for this is that some systems include <rpc/rpc.h> from within system headers. HP-UX 11.00 does so somewhere deep inside of <shadow.h>. For torture/winbind/struct_based.c <rpc/rpc.h> resolves to torture/rpc/rpc.h and breaks the build. metze | |||||
2010-04-11 | subunit: Support formatting compatible with upstream subunit, for consistency. | Jelmer Vernooij | 1 | -17/+17 | |
Upstream subunit makes a ":" after commands optional, so I've fixed any places where we might trigger commands accidently. I've filed a bug about this in subunit. | |||||
2010-04-06 | s4:torture - remove unused variables | Matthias Dieter Wallnöfer | 1 | -1/+0 | |
2010-03-29 | s4:torture/rpc/samr.c: add explicit check for NTSTATUS r.out.result | Günther Deschner | 1 | -582/+745 | |
Guenther Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-17 | s4-smbtorture: fix typo in RPC-SAMR-PASSWORDS-LOCKOUT test. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-03-17 | s4:torture/rpc/samr.c: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 1 | -427/+511 | |
metze | |||||
2010-03-17 | s4:torture/rpc/lsa*: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2010-03-12 | s4:torture/rpc: make use of use tevent_req based dcerpc_binding_handle stubs | Stefan Metzmacher | 1 | -3/+5 | |
metze | |||||
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-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-01 | s4:torture/rpc: make use of explicit dcerpc_*_recv functions | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2010-02-26 | s4:torture/rpc: use generate_random_password() | Stefan Metzmacher | 1 | -3/+3 | |
metze | |||||
2010-02-23 | s4:schannel merge code with s3 | Simo Sorce | 1 | -1/+0 | |
After looking at the s4 side of the (s)channel :) I found out that it makes more sense to simply make it use the tdb based code than redo the same changes done to s3 to simplify the interface. Ldb is slow, to the point it needs haks to pre-open the db to speed it up, yet that does not solve the lookup speed, with ldb it is always going to be slower. Looking through the history it is evident that the schannel database doesn't really need greate expanadability. And lookups are always done with a single Key. This seem a perfet fit for tdb while ldb looks unnecessarily complicated. The schannel database is not really a persistent one. It can be discared during an upgrade without causing any real issue. all it contains is temproary session data. | |||||
2010-02-08 | s4-smbtorture: skip over ValidatePassword if DCERPC error is returned. | Günther Deschner | 1 | -0/+4 | |
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-20 | torture: add new test RPC-SAMR-PASSWORDS-LOCKOUT | Michael Adam | 1 | -0/+451 | |
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-15 | s4-smbtorture: add setup_schannel_netlogon_pipe() function. | Günther Deschner | 1 | -34/+25 | |
Guenther | |||||
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 | 1 | -2/+488 | |
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 | |||||
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-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-10 | s4-smbtorture: strip trailing whitespace in RPC-SAMR. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2009-11-06 | s4:torture/samr - Add status code on "ValidatePassword" test output | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
2009-11-06 | s4:torture/samr - Activate "ValidatePassword" test per default | Matthias Dieter Wallnöfer | 1 | -5/+2 | |
2009-11-05 | s4:torture/rpc/samr - Add a comment for "ValidatePassword" test | Matthias Dieter Wallnöfer | 1 | -0/+2 | |
2009-10-20 | s4-torture: fixed a pipe leak | Andrew Tridgell | 1 | -0/+2 | |
The RPC-SAMR-PASSWORDS* tests could leak RPC pipes, causing an overallocation of fd's on the server | |||||
2009-10-19 | s4:test: Fix typo. | Karolin Seeger | 1 | -1/+1 | |
Karolin | |||||
2009-10-08 | s3/s4 - Adapt the IDL changes on various locations | Matthias Dieter Wallnöfer | 1 | -27/+27 | |
2009-10-07 | torture: disable the ValidatePassword test | Andrew Tridgell | 1 | -1/+5 | |
This test causes problems on non-sealed connections against windows | |||||
2009-10-07 | s4-torture: removed an accidental commit of a local test hack | Andrew Tridgell | 1 | -1/+0 | |
Sorry about that .... | |||||
2009-10-02 | s4-torture: added a very simple samr ValidatePassword test | Andrew Tridgell | 1 | -0/+32 | |
2009-06-29 | s4-smbtorture: use torture_comment & torture_warning in RPC samr tests. | Günther Deschner | 1 | -205/+206 | |
Guenther | |||||
2009-06-29 | s4-smbtorture: correctly test comment behaviour in RPC-SAMR-USERS against s3. | Günther Deschner | 1 | -7/+4 | |
Guenther | |||||
2009-06-29 | s4-smbtorture: add torture_suite_add_machine_workstation_rpc_iface_tcase. | Günther Deschner | 1 | -3/+3 | |
Unlike torture_suite_add_machine_bdc_rpc_iface_tcase() which joins as a BDC (ACB_SRVTRUST) this joins as a member workstation (ACB_WSTRUST). Guenther | |||||
2009-06-24 | s4-smbtorture: more paranoid checks while testing group membership in RPC-SAMR. | Günther Deschner | 1 | -1/+27 | |
Guenther | |||||
2009-06-17 | s4-smbtorture: use torture_comment in RPC-SAMR-USERS-PRIVILEGES test. | Günther Deschner | 1 | -15/+15 | |
Guenther | |||||
2009-06-08 | s4-smbtorture: when testing RPC-SAMR-LARGE-DC its fine to just close the ↵ | Günther Deschner | 1 | -13/+17 | |
objects. Guenther | |||||
2009-06-08 | s4-smbtorture: add test_QueryDisplayInfo_level to RPC-SAMR-LARGE-DC. | Günther Deschner | 1 | -6/+79 | |
Guenther | |||||
2009-06-08 | s4-smbtorture: exclude oem_information checking for s3 in RPC-SAMR. | Günther Deschner | 1 | -4/+10 | |
Guenther | |||||
2009-06-07 | s4-smbtorture: skip samr MultipleMember alias tests for 3 as well as we do ↵ | Günther Deschner | 1 | -2/+3 | |
already for s4. Guenther | |||||
2009-06-04 | s4-smbtorture: fix comment in RPC-SAMR-LARGE-DC test. | Günther Deschner | 1 | -3/+3 | |
Andrew, I think you wanted to print this instead. Guenther | |||||
2009-06-04 | s4:torture Cut the RPC-SAMR-LARGE-DC test down to size | Andrew Bartlett | 1 | -7/+16 | |
This removes the validation of the estimated number of accounts, because MS-SAMR 3.1.5.5.1.1 makes clear the number returned cannot be relied apon. I've also converted a bit more of the test to use torture_assert(), and where that is impractical, to print error messages when things fail. Andrew Bartlett |