index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
torture
/
rpc
/
samr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-07
samr: for correctness, rename samr_RidTypeArray to samr_RidAttrArray.
Günther Deschner
1
-2
/
+2
2010-09-12
s4:torture/rpc/samr.c - fix typos in outputs
Matthias Dieter Wallnöfer
1
-7
/
+7
2010-08-14
s4:torture/rpc/samr.c - fix a wrong torture error message
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-07-16
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
Andrew Tridgell
1
-2
/
+2
2010-06-28
s4:torture/rpc/samr.c - test_SetPassword_LastSet - introduce the delays also ...
Matthias Dieter Wallnöfer
1
-1
/
+2
2010-06-28
s4:torture - SAMR password tests - activate support for password sets on leve...
Matthias Dieter Wallnöfer
1
-22
/
+17
2010-06-28
s4:torture/rpc/samr.c - test_SetPassword_LastSet - fix "pwdLastSet" test
Matthias Dieter Wallnöfer
1
-33
/
+31
2010-06-12
s4:torture - SAMR testsuite - now we do support "GetAliasMembership" as expected
Matthias Dieter Wallnöfer
1
-4
/
+0
2010-05-25
s4:torture/rpc/samr.c: Fix the "ValidatePassword" test
Matthias Dieter Wallnöfer
1
-3
/
+6
2010-04-15
s4:torture/rpc/samr.c: check for NT_STATUS_RPC_PROCNUM_OUT_OF_RANGE instead o...
Stefan Metzmacher
1
-2
/
+1
2010-04-14
s4:torture/rpc: rename rpc.h => torture_rpc.h
Stefan Metzmacher
1
-1
/
+1
2010-04-11
subunit: Support formatting compatible with upstream subunit, for consistency.
Jelmer Vernooij
1
-17
/
+17
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
2010-03-17
s4-smbtorture: fix typo in RPC-SAMR-PASSWORDS-LOCKOUT test.
Günther Deschner
1
-1
/
+1
2010-03-17
s4:torture/rpc/samr.c: make use of dcerpc_binding_handle stubs
Stefan Metzmacher
1
-427
/
+511
2010-03-17
s4:torture/rpc/lsa*: make use of dcerpc_binding_handle stubs
Stefan Metzmacher
1
-2
/
+2
2010-03-12
s4:torture/rpc: make use of use tevent_req based dcerpc_binding_handle stubs
Stefan Metzmacher
1
-3
/
+5
2010-03-05
s4:torture/rpc/samr.c - add some decision possibility constants to some switch
Matthias Dieter Wallnöfer
1
-0
/
+3
2010-03-05
s4:torture/rpc/samr.c - make some argument of function "test_SamLogon_with_cr...
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-03-03
s4:torture/rpc/samr - Fix up SAMR-USERS test
Matthias Dieter Wallnöfer
1
-10
/
+22
2010-03-03
s4:torture/rpc/samr - enhance the "EnumDomainGroups" test regarding universal...
Matthias Dieter Wallnöfer
1
-0
/
+15
2010-03-01
s4:torture/rpc: make use of explicit dcerpc_*_recv functions
Stefan Metzmacher
1
-1
/
+1
2010-02-26
s4:torture/rpc: use generate_random_password()
Stefan Metzmacher
1
-3
/
+3
2010-02-23
s4:schannel merge code with s3
Simo Sorce
1
-1
/
+0
2010-02-08
s4-smbtorture: skip over ValidatePassword if DCERPC error is returned.
Günther Deschner
1
-0
/
+4
2010-01-27
s4:torture: refactor querying of domain info out into test_QueryDomainInfo2_l...
Michael Adam
1
-52
/
+40
2010-01-27
s4:torture: create new test_SetDomainInfo_ntstatus()
Michael Adam
1
-12
/
+26
2010-01-27
s4:torture: refactor setting of domain inf out into test_SetDomainInfo()
Michael Adam
1
-101
/
+56
2010-01-27
s4:torture: refactor setting account flags out into test_SetUserInfo_acct_fla...
Michael Adam
1
-50
/
+46
2010-01-20
torture: add new test RPC-SAMR-PASSWORDS-LOCKOUT
Michael Adam
1
-0
/
+451
2010-01-15
s4-smbtorture: add setup_schannel_netlogon_pipe() function.
Günther Deschner
1
-34
/
+25
2010-01-12
s4-smbtorture: fix GetAliasMembership test in RPC-SAMR.
Günther Deschner
1
-4
/
+6
2010-01-12
s4-smbtorture: add RPC-SAMR-PASSWORDS-BADPWDCOUNT torture test.
Günther Deschner
1
-2
/
+488
2010-01-12
s4-smbtorture: allow test_SamLogon to test interactive samlogon in RPC-SAMR f...
Günther Deschner
1
-34
/
+71
2009-12-17
s4-smbtorture: skip GetAliasMembership against s4.
Günther Deschner
1
-0
/
+4
2009-12-17
s4-smbtorture: add a samr_GetAliasMembership test to RPC-SAMR.
Günther Deschner
1
-0
/
+47
2009-11-26
s4-smbtorture: refactor RPC-SAMR-LARGE-DC test a little more.
Günther Deschner
1
-25
/
+26
2009-11-26
s4-smbtorture: add torture_samr_context to carry some RPC-SAMR-X specifics.
Günther Deschner
1
-84
/
+111
2009-11-10
s4-smbtorture: strip trailing whitespace in RPC-SAMR.
Günther Deschner
1
-2
/
+2
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
2009-10-19
s4:test: Fix typo.
Karolin Seeger
1
-1
/
+1
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
2009-10-07
s4-torture: removed an accidental commit of a local test hack
Andrew Tridgell
1
-1
/
+0
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
[next]