summaryrefslogtreecommitdiff
path: root/source4/torture/rpc
AgeCommit message (Collapse)AuthorFilesLines
2008-10-24Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij2-2/+2
make them wrappers around convert_string{,talloc}_convenience().
2008-10-24Eliminate another instance of global_loadparm.Jelmer Vernooij2-8/+16
2008-10-24Remove iconv_convenience parameter from simple string push/pullJelmer Vernooij5-11/+8
functions.
2008-10-23Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij1-1/+1
2008-10-23Move libcli-util error code to top-level.Jelmer Vernooij1-2/+0
2008-10-23s4-smbtorture: fix build warning.Günther Deschner1-1/+1
Guenther
2008-10-20Revert "s4: fix the build after winreg idl changes."Günther Deschner1-2/+2
This reverts commit 61db229c08a601780da09ee4f2f4f1eb32ec3aa0.
2008-10-20s4: fix the build after winreg idl changes.Günther Deschner1-2/+2
Guenther
2008-10-20Fix names in winreg torture tests.Jelmer Vernooij1-2/+2
2008-10-20Make the updated RPC-LSA pass against Win2008, and Samba4 to matchAndrew Bartlett1-1/+2
2008-10-20LSA Patch for User ManagerMatthias Dieter Wallnöfer1-96/+133
New (major) patch ================= - Enhances the "lsa.idl" file in the sense that it adds more values to "PolicyInformation" to improve the "lsa_QueryInfoPolicy*" calls. - Adds a minimal implementation for "AuditEvents" (also lsa_QueryInfoPolicy* calls) to enable the "Audit" option in the "User Manager for Domains" (at least readable). - Adds to the "lsa.idl" file the system access mode flags needed for the calls "lsa_*SystemAccessAccount". - Fill in the "lsa_GetSystemAccessAccount" for enabling the "User Rights" option in the "User Manager for Domains" (at least readable). - Merge the two similar torture tests of the "lsa_QueryInfoPolicy*" calls in one using "if"'s for a few separations. - Add a torture test for "lsa_GetSystemAccessAccount". - Some cosmetic-only changes (unifications) in output strings in the "LSA" torture test. The work has been done using the Microsoft WSPP docs. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2008-10-18s4-drsuapi: merge drsuapi_DsGetNCChanges from s3 drsuapi idl.Günther Deschner2-98/+110
Guenther
2008-10-18s4-drsuapi: merge drsuapi_DsCrackNames from s3 drsuapi idl.Günther Deschner2-89/+111
Guenther
2008-10-18s4-drsuapi: merge drsuapi_DsGetDomainControllerInfo from s3 drsuapi idl.Günther Deschner1-15/+25
Guenther
2008-10-18s4-drsuapi: merge drsuapi_DsWriteAccountSpn from s3 drsuapi idl.Günther Deschner1-7/+14
Guenther
2008-10-17s4-smbtorture: fix test_DsReplicaGetInfo.Günther Deschner1-11/+16
Guenther
2008-10-17s4-smbtorture: fix test_DsGetNCChanges torture test.Günther Deschner1-0/+2
This must have been broken since a while already. Guenther
2008-10-17s4-smbtorture: fix drsuapi_DsGetNT4ChangeLog test.Günther Deschner1-0/+4
Guenther
2008-10-17s4: merge from s3 drsuapi.idl.Günther Deschner2-33/+41
Guenther
2008-10-17Add a test to RPC-NETLOGON for random machine account passwords.Andrew Bartlett1-12/+59
Andrew Bartlett
2008-10-17Improve RPC-SAMR tests to check random passwordsAndrew Bartlett1-3/+175
By random I don't mean 'nice stream of ASCII chars, but pure random passwords containing invalid UTF16 sequences etc. Andrew Bartlett
2008-10-15Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij2-3/+3
2008-10-15s4: merge from s3 samr.idl.Günther Deschner2-3/+3
Guenther
2008-10-15Sync parameter names with samba 3.Jelmer Vernooij1-2/+2
2008-10-15winreg.idl: Sync ref change from Samba 3.Jelmer Vernooij1-1/+2
2008-10-15s4: fix smbtorture build with merged wksvcs idl.Günther Deschner1-10/+10
Guenther
2008-10-15Fix wkssvc test build.Jelmer Vernooij1-10/+10
2008-10-15Share wkssvc.idl.Jelmer Vernooij1-4/+4
2008-10-15Share eventlog.idl.Jelmer Vernooij1-3/+6
2008-10-15Rename reboot -> do_reboot since the first is a reserved name on FreeBSD.Jelmer Vernooij2-4/+4
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij3-3/+3
2008-10-06Make RPC-LSA test for enumeration conditions more strictAndrew Bartlett1-3/+14
2008-10-06Implement 'type unknown' names in the CrackNames code.Andrew Bartlett1-0/+1
This guesses the type by running each of the possible options. Andrew Bartlett
2008-10-03updated the LSA and NETLOGON servers with fixes resulting from the ADAndrew Tridgell1-9/+21
plugfest in Redmond
2008-10-03expanded the netlogon test to better simulate the WSPP NRPC test thatAndrew Tridgell1-1/+9
we had some trouble with
2008-10-03Merge commit 'master/master'Andrew Tridgell1-3/+3
2008-10-02The IRIX compiler does not like embedded unnamed unionsVolker Lendecke1-3/+3
2008-09-30add a test for a LSA lookupnames with a NULL stringAndrew Tridgell1-4/+5
2008-09-30Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell6-15/+119
2008-09-30Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij3-3/+91
2008-09-29Fix parsing of the trust passwords in LSA CreateTrustedDomainEx*Andrew Bartlett1-3/+3
2008-09-29setup the loadparm context for ldb in testjoinAndrew Tridgell1-0/+1
2008-09-30s4:torture/rpc: add RPC-OBJECTUUIDStefan Metzmacher2-0/+88
This test shows that object uuids should be ignored if they're present in a dcerpc request. metze
2008-09-30Cope with API changes.Jelmer Vernooij2-8/+16
2008-09-30Remove uses of global_loadparm.Jelmer Vernooij1-2/+6
2008-09-30Pass options struct into session initialization functions rather thanJelmer Vernooij1-2/+6
using global_loadparm.
2008-09-24Move source4/lib/crypto to lib/crypto.Jelmer Vernooij8-8/+8
2008-09-23RPC-PAC: loop in gensec_update() untill the server side is readyStefan Metzmacher1-5/+1
metze
2008-09-22Remove unused variableAndrew Bartlett1-2/+0
2008-09-22Test re-setting the challenge after an auth3 in RPC-NETLOGONAndrew Bartlett1-0/+4