summaryrefslogtreecommitdiff
path: root/source4/torture
AgeCommit message (Collapse)AuthorFilesLines
2008-12-16Remove use of C++ keywords.Jelmer Vernooij2-6/+6
2008-12-14Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij1-0/+47
2008-12-13Added torture test for doing an openX over a directoryJeremy Allison1-0/+47
to ensure we get the correct error message. Jeremy.
2008-12-12Manually marshall dom_sid, so we can use a fixed size array forJelmer Vernooij1-5/+0
dom_sid.sub_auths rather than a dynamically allocated one. This makes it possible to use the same DCE/RPC object code for Samba 3 and Samba 4's DCE/RPC parsers and allows copying sids more easily (since they no longer contain any pointers). The cost of having additional manual marshalling code is limited (~35 additional lines of C code).
2008-12-10s4-smbtorture: add simple netr_ServerGetTrustInfo test.Günther Deschner1-0/+42
Guenther
2008-12-09s4: [2/3] Fix a delete on close divergence from windows and the associated ↵Tim Prouty1-5/+18
torture test This second patch fixes the deltest17 BASE-DELETE torture test to pass against win2k3/win2k8/winXPsp2
2008-12-10s4-samr: Fix Bug #5946. userparameters handling in torture test.Matthias Dieter Wallnöfer1-1/+7
Signed-off-by: Günther Deschner <gd@samba.org>
2008-12-06RPC-BROWSER: send the correct data in later requestsStefan Metzmacher1-0/+2
metze
2008-12-06s4:torture: add simple RPC-BROWSER testStefan Metzmacher3-2/+125
metze
2008-12-05s4-smbtorture: do full level 18, 21, 23, 24, 25, 26 testing in pwdlastset test.Günther Deschner1-75/+33
Guenther
2008-12-05s4-smbtorture: add support for level 18 and 21 in test_SetUserPass_level_ex.Günther Deschner1-20/+73
Guenther
2008-12-05s4-smbtorture: more tests for RPC-SAMR-PASSWORDS-PWDLASTSET.Günther Deschner1-108/+181
Guenther
2008-12-05s4-smbtorture: add test for setting passwords via samr_UserInfo21.Günther Deschner1-1/+134
Guenther
2008-12-05s4-smbtorture: add test for setting passwords via samr_UserInfo18.Günther Deschner1-0/+84
Guenther
2008-12-05s4-smbtorture: fix build of samr test (bad git merge).Günther Deschner1-20/+20
Guenther
2008-12-05s4-samr: fix samr callers after SAMR_FIELD_PASSWORD change.Günther Deschner2-13/+13
Guenther
2008-12-04RAW-NETLOGON: check netr_GetAnyDCName() resultStefan Metzmacher1-0/+1
metze
2008-12-01RAW-STREAMS: test stream renamesStefan Metzmacher1-8/+74
metze
2008-12-01RAW-STREAMS: some more tests...Stefan Metzmacher1-18/+180
metze
2008-12-01RAW-STREAMS: test valid character in the range of 0x01 => 0x7FStefan Metzmacher1-0/+69
metze
2008-12-01RAW-STREAMS: check some strange stream name combinationsStefan Metzmacher1-0/+102
metze
2008-12-01RAW-CHKPATH: test every character in the range of 0x01 => 0x7FStefan Metzmacher1-0/+81
metze
2008-11-28s4-smbtorture: add some more testcases to pwdlastset test.Günther Deschner1-30/+118
Guenther
2008-11-28s4-smbtorture: fix RPC-SAMR-PASSWORDS-PWDLASTSET with samba3 option.Günther Deschner1-1/+0
Guenther
2008-11-28s4-smbtorture: allow to disable full testing of all possible opcode ↵Günther Deschner1-2/+19
combinations. Guenther
2008-11-28s4-smbtorture: move test to SAMR-PASSWORDS-PWDLASTSET.Günther Deschner2-5/+42
Guenther
2008-11-28s4-smbtorture: add test for samr password_expired flag while setting passwords.Günther Deschner1-1/+401
Guenther
2008-11-28s4-smbtorture: add test_SetUserPass_level_ex.Günther Deschner1-0/+131
Guenther
2008-11-28s4-smbtorture: add samr_rand_pass_silent.Günther Deschner1-1/+8
Guenther
2008-11-28s4-samr: fix samr passwdord_expired callers.Günther Deschner3-6/+9
Guenther
2008-11-27s4-smbtorture: fix some build warnings.Günther Deschner1-3/+3
Guenther
2008-11-21Fix include path for installation.Jelmer Vernooij1-1/+1
2008-11-20eventlog: fill in some unknowns and use flags bitmap in IDL.Günther Deschner1-2/+2
Guenther
2008-11-20s4-smbtorture: fix segfault in RPC-EVENTLOG test.Günther Deschner1-2/+2
Guenther
2008-11-17s4-smbtorture: add test for svcctl_QueryServiceConfig2W.Günther Deschner1-0/+49
Guenther
2008-11-17s4-smbtorture: fix test for svcctl_EnumServicesStatusW.Günther Deschner1-5/+7
Guenther
2008-11-17s4-smbtorture: add test for svcctl_QueryServiceStatusEx.Günther Deschner1-0/+68
Guenther
2008-11-17s4-smbtorture: pure reformatting of svcctl test.Günther Deschner1-25/+24
Guenther
2008-11-17s4-smbtorture: add PNP_GetDeviceRegProp test for ntsvcs testsuite.Günther Deschner1-0/+40
Guenther
2008-11-16s4:torture: fix the build with auto dependenciesStefan Metzmacher3-5/+6
metze
2008-11-16Move torture directory to top-level.Jelmer Vernooij4-5/+4
2008-11-12s4-smbtorture: add very basic RPC-NTSVCS test.Günther Deschner3-2/+132
Guenther
2008-11-10s4-samr: merge samr_QueryUserInfo{2} from s3 idl. (fixme: python)Günther Deschner3-84/+109
Guenther
2008-11-10s4-samr: merge samr_QueryGroupInfo from s3 idl. (fixme python)Günther Deschner2-4/+10
Guenther
2008-11-10s4-samr: merge samr_QueryAliasInfo from s3 idl. (fixme: python)Günther Deschner2-2/+8
Guenther
2008-11-10s4-samr: merge samr_EnumDomainGroups from s3 idl. (fixme: python)Günther Deschner1-6/+14
Guenther
2008-11-10s4-samr: merge samr_EnumDomainUsers from s3 idl. (fixme: python)Günther Deschner1-13/+17
Guenther
2008-11-10s4-samr: merge samr_EnumDomains from s3 idl. (fixme: python)Günther Deschner3-7/+21
Guenther
2008-11-10s4-samr: merge samr_LookupDomain from s3 idl. (fixme: python)Günther Deschner9-19/+39
Guenther
2008-11-10s4-samr: merge samr_LookupNames from s3 idl. (fixme: python)Günther Deschner6-10/+36
Guenther