summaryrefslogtreecommitdiff
path: root/source4/torture
AgeCommit message (Collapse)AuthorFilesLines
2008-10-03updated the LSA and NETLOGON servers with fixes resulting from the ADAndrew Tridgell2-13/+25
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 Tridgell3-68/+68
2008-10-02The IRIX compiler does not like embedded unnamed unionsVolker Lendecke3-68/+68
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 Tridgell24-62/+211
2008-09-30Use a getatr instead to make things cleaner.root1-2/+4
Jeremy.
2008-09-30Add in test name visible on the wire or in debug logs so you can see when ↵Jeremy Allison1-16/+17
particular tests start. Jeremy.
2008-09-30Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij4-4/+92
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 Metzmacher3-1/+89
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 Vernooij11-26/+56
2008-09-30Pass session options around; saves another use of global_loadparm.Jelmer Vernooij4-0/+4
2008-09-30Remove global_loadparm instance.Jelmer Vernooij1-1/+1
2008-09-30Remove uses of global_loadparm.Jelmer Vernooij1-2/+6
2008-09-30Pass options struct into session initialization functions rather thanJelmer Vernooij4-12/+32
using global_loadparm.
2008-09-29LDB ASYNC: misc changesSimo Sorce1-26/+38
2008-09-26Add test to show you can open for delete a readonly file.Jeremy Allison1-0/+59
Jeremy.
2008-09-24check error code for zero desired_access in SMB2 createAndrew Tridgell1-0/+7
2008-09-24fixed setpathinfo in gentest to not zero the filename/handleAndrew Tridgell1-5/+2
2008-09-24support NT_STATUS_XX:NT_STATUS_YY syntax in ignore filesAndrew Tridgell1-1/+15
2008-09-24Move source4/lib/crypto to lib/crypto.Jelmer Vernooij9-9/+9
2008-09-23Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce3-13/+8
The previous ldb_search() interface made it way too easy to leak results, and being able to use a printf-like expression turns to be really useful.
2008-09-23Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell7-68/+33
2008-09-23RPC-PAC: loop in gensec_update() untill the server side is readyStefan Metzmacher1-5/+1
metze
2008-09-23s4-nbt: use ../libcli/nbtGünther Deschner1-1/+1
Guenther
2008-09-23s4-nbt: use private_data instead of private.Günther Deschner3-11/+11
Guenther
2008-09-23test setinfo FULL_EA_INFORMATION in gentestAndrew Tridgell1-1/+8
2008-09-23fixed a memory error in change notify handling in gentestAndrew Tridgell1-2/+1
2008-09-22Remove unused variableAndrew Bartlett1-2/+0
2008-09-22Test re-setting the challenge after an auth3 in RPC-NETLOGONAndrew Bartlett1-0/+4
2008-09-22This torture test and skipping of the server-side check was bogus.Andrew Bartlett1-49/+0
The IDL is declared to force the MessageType to 3 on output, so we instead checked the same thing 255 times... Andrew Bartlett
2008-09-21Torture suite: Revert some changes because they aren't necessaryMatthias Dieter Wallnöfer2-16/+0
This reverts some changes made by me because they aren't necessary. The "ZERO_STRUCT"'s remain in.
2008-09-21Torture suite: Fixes the tests to not segfault again SAMBA 4 registry serverMatthias Dieter Wallnöfer2-0/+32
2008-09-18Properly report why a test didn't succeed (required for use with knownJelmer Vernooij1-117/+91
failures).
2008-09-17Move common libraries from root to lib/.Jelmer Vernooij1-7/+7
2008-09-16Merge branch 'singlecompression' into singleJelmer Vernooij4-1/+91
2008-09-16Use single copy of compression library in Samba3,4.Jelmer Vernooij1-1/+1
2008-09-16Fix paths to subunit.shJelmer Vernooij3-7/+7
2008-09-16Move torture/ blackbox tests closer to code they're testing.Jelmer Vernooij3-0/+90
2008-09-16Merge branch 'singlesw' into singleJelmer Vernooij1-1/+1
Conflicts: source3/lib/socket_wrapper/socket_wrapper.c source4/lib/replace/system/network.h
2008-09-16Merge branch 'singlereplace' into singleJelmer Vernooij1-4/+4
Conflicts: source4/configure.ac source4/torture/local/config.mk
2008-09-16Merge branch 'singletdb' into singleJelmer Vernooij2-2/+2
2008-09-16Use single copy of socket_wrapper in Samba 3 and Samba 4.Jelmer Vernooij1-1/+1
2008-09-16Make Samba 3 and Samba 4 both use the same single copy of libreplace.Jelmer Vernooij1-4/+4
2008-09-16Fix last few includes to use new tdb location.Jelmer Vernooij2-2/+2
2008-09-16Share talloc source code between Samba 3 and Samba 4.Jelmer Vernooij1-1/+1
2008-09-12Comment the delay write time tests so I know what they'reJeremy Allison1-3/+41
testing. Jeremy. (This used to be commit 2bf9074c7751324483744f55b02cfb044bb0b2dd)
2008-09-11Fix failures in the winbind struct-based test.Andrew Bartlett1-11/+0
Don't try to pass the 'privileged' socket directory around for expected value testing - it is just too hard... A better test (once we unify the winbind protocol with Samba3) would be a operation to see if you are on the priv pipe, and that will give acutal end-to-end testing. Andrew Bartlett (This used to be commit 2d4103518ab8a7286e65347b8b9b0ccb660e69f6)