summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/samr.c
Commit message (Expand)AuthorAgeFilesLines
* s4-smbtorture: use torture_assert in samr large-dc test.Günther Deschner2011-03-161-14/+38
* s4: Fix a typoVolker Lendecke2011-02-151-1/+1
* s4:torture/rpc/samr.c - fix up the "test_GroupList" suite regarding QueryDisp...Matthias Dieter Wallnöfer2011-02-151-2/+16
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-111-5/+5
* s4:torture/rpc/samr.c - fix output messageMatthias Dieter Wallnöfer2010-12-041-1/+1
* s4:introduce casts before outputs of "time_t" variablesMatthias Dieter Wallnöfer2010-11-281-1/+1
* s4:torture/rpc/samr.c - fix uninitialised "status" variablesMatthias Dieter Wallnöfer2010-11-271-0/+4
* s4:torture/rpc/samr.c - fix NTTIME warnings by castsMatthias Dieter Wallnöfer2010-10-291-13/+16
* s4:torture/rpc/samr.c - test the "ReplicaSourceNodeName" only against s3Matthias Dieter Wallnöfer2010-10-291-2/+4
* samr: for correctness, rename samr_RidTypeArray to samr_RidAttrArray.Günther Deschner2010-10-071-2/+2
* s4:torture/rpc/samr.c - fix typos in outputsMatthias Dieter Wallnöfer2010-09-121-7/+7
* s4:torture/rpc/samr.c - fix a wrong torture error messageMatthias Dieter Wallnöfer2010-08-141-1/+1
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-2/+2
* s4:torture/rpc/samr.c - test_SetPassword_LastSet - introduce the delays also ...Matthias Dieter Wallnöfer2010-06-281-1/+2
* s4:torture - SAMR password tests - activate support for password sets on leve...Matthias Dieter Wallnöfer2010-06-281-22/+17
* s4:torture/rpc/samr.c - test_SetPassword_LastSet - fix "pwdLastSet" testMatthias Dieter Wallnöfer2010-06-281-33/+31
* s4:torture - SAMR testsuite - now we do support "GetAliasMembership" as expectedMatthias Dieter Wallnöfer2010-06-121-4/+0
* s4:torture/rpc/samr.c: Fix the "ValidatePassword" testMatthias Dieter Wallnöfer2010-05-251-3/+6
* s4:torture/rpc/samr.c: check for NT_STATUS_RPC_PROCNUM_OUT_OF_RANGE instead o...Stefan Metzmacher2010-04-151-2/+1
* s4:torture/rpc: rename rpc.h => torture_rpc.hStefan Metzmacher2010-04-141-1/+1
* subunit: Support formatting compatible with upstream subunit, for consistency.Jelmer Vernooij2010-04-111-17/+17
* s4:torture - remove unused variablesMatthias Dieter Wallnöfer2010-04-061-1/+0
* s4:torture/rpc/samr.c: add explicit check for NTSTATUS r.out.resultGünther Deschner2010-03-291-582/+745
* s4-smbtorture: fix typo in RPC-SAMR-PASSWORDS-LOCKOUT test.Günther Deschner2010-03-171-1/+1
* s4:torture/rpc/samr.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-171-427/+511
* s4:torture/rpc/lsa*: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-171-2/+2
* s4:torture/rpc: make use of use tevent_req based dcerpc_binding_handle stubsStefan Metzmacher2010-03-121-3/+5
* s4:torture/rpc/samr.c - add some decision possibility constants to some switchMatthias Dieter Wallnöfer2010-03-051-0/+3
* s4:torture/rpc/samr.c - make some argument of function "test_SamLogon_with_cr...Matthias Dieter Wallnöfer2010-03-051-1/+1
* s4:torture/rpc/samr - Fix up SAMR-USERS testMatthias Dieter Wallnöfer2010-03-031-10/+22
* s4:torture/rpc/samr - enhance the "EnumDomainGroups" test regarding universal...Matthias Dieter Wallnöfer2010-03-031-0/+15
* s4:torture/rpc: make use of explicit dcerpc_*_recv functionsStefan Metzmacher2010-03-011-1/+1
* s4:torture/rpc: use generate_random_password()Stefan Metzmacher2010-02-261-3/+3
* s4:schannel merge code with s3Simo Sorce2010-02-231-1/+0
* s4-smbtorture: skip over ValidatePassword if DCERPC error is returned.Günther Deschner2010-02-081-0/+4
* s4:torture: refactor querying of domain info out into test_QueryDomainInfo2_l...Michael Adam2010-01-271-52/+40
* s4:torture: create new test_SetDomainInfo_ntstatus()Michael Adam2010-01-271-12/+26
* s4:torture: refactor setting of domain inf out into test_SetDomainInfo()Michael Adam2010-01-271-101/+56
* s4:torture: refactor setting account flags out into test_SetUserInfo_acct_fla...Michael Adam2010-01-271-50/+46
* torture: add new test RPC-SAMR-PASSWORDS-LOCKOUTMichael Adam2010-01-201-0/+451
* s4-smbtorture: add setup_schannel_netlogon_pipe() function.Günther Deschner2010-01-151-34/+25
* s4-smbtorture: fix GetAliasMembership test in RPC-SAMR.Günther Deschner2010-01-121-4/+6
* s4-smbtorture: add RPC-SAMR-PASSWORDS-BADPWDCOUNT torture test.Günther Deschner2010-01-121-2/+488
* s4-smbtorture: allow test_SamLogon to test interactive samlogon in RPC-SAMR f...Günther Deschner2010-01-121-34/+71
* s4-smbtorture: skip GetAliasMembership against s4.Günther Deschner2009-12-171-0/+4
* s4-smbtorture: add a samr_GetAliasMembership test to RPC-SAMR.Günther Deschner2009-12-171-0/+47
* s4-smbtorture: refactor RPC-SAMR-LARGE-DC test a little more.Günther Deschner2009-11-261-25/+26
* s4-smbtorture: add torture_samr_context to carry some RPC-SAMR-X specifics.Günther Deschner2009-11-261-84/+111
* s4-smbtorture: strip trailing whitespace in RPC-SAMR.Günther Deschner2009-11-101-2/+2
* s4:torture/samr - Add status code on "ValidatePassword" test outputMatthias Dieter Wallnöfer2009-11-061-2/+2