r24855: Convert RPC-DRSUAPI, RPC-SCHANNEL to use the torture API.
[vlendec/samba-autobuild/.git] / source4 / torture /
2007-10-10 Jelmer Vernooijr24855: Convert RPC-DRSUAPI, RPC-SCHANNEL to use the...
2007-10-10 Jelmer Vernooijr24852: Fix initialization
2007-10-10 Jelmer Vernooijr24851: Add --load-module argument to smbtorture.
2007-10-10 Jelmer Vernooijr24850: Convert to torture API.
2007-10-10 Jelmer Vernooijr24849: Add helper function for running tests as a...
2007-10-10 Jelmer Vernooijr24846: Use metadata about dangerous tests.
2007-10-10 Jelmer Vernooijr24844: Convert to torture API in preparation of helper...
2007-10-10 Jelmer Vernooijr24835: Put all RPC tests in the list (skipping when...
2007-10-10 Jelmer Vernooijr24816: Move the rest of the contents of core.h to...
2007-10-10 Volker Lendecker24798: RAW-SAMBA3POSIXTIMEDLOCK
2007-10-10 Ronnie Sahlbergr24768: redo the pingpong torture using sync functions...
2007-10-10 Ronnie Sahlbergr24767: add a torture test that performs "ping-pong...
2007-10-10 Andrew Tridgellr24765: added a RAW-HOLD-OPLOCK test. This is a manual...
2007-10-10 Jelmer Vernooijr24758: More use of torture API.
2007-10-10 Jelmer Vernooijr24757: Try parsing a UNC location before a DCE/RPC...
2007-10-10 Jelmer Vernooijr24755: Use common code for finding the RPC binding...
2007-10-10 Jelmer Vernooijr24751: Run more tests, remove empty testsuites, more...
2007-10-10 Jelmer Vernooijr24741: More use of the torture API.
2007-10-10 Jelmer Vernooijr24736: Convert to using torture API.
2007-10-10 Jelmer Vernooijr24735: Use torture API in more places.
2007-10-10 Jelmer Vernooijr24728: Use more stock torture functions.
2007-10-10 Andrew Tridgellr24700: added auto-reconnect to BENCH-NBENCH. Used...
2007-10-10 Andrew Bartlettr24695: Now the Samba4 passes this test, remove the...
2007-10-10 Jelmer Vernooijr24686: Make sure control messages are on a new line.
2007-10-10 Jelmer Vernooijr24685: Don't warn about iconv tests not being usable...
2007-10-10 Rafal Szczesniakr24682: forgot to actually make the new test buil...
2007-10-10 Rafal Szczesniakr24681: add basic test of libnet_GroupInfo function.
2007-10-10 Jelmer Vernooijr24676: Fix pointers being used rather than the data...
2007-10-10 Jelmer Vernooijr24674: Make sure results are always on a new line...
2007-10-10 Jelmer Vernooijr24670: Use torture functions for settings.
2007-10-10 Jelmer Vernooijr24667: Finally merge the registry improvements that...
2007-10-10 Jelmer Vernooijr24657: Use torture functions.
2007-10-10 Andrew Bartlettr24631: Fix up format warnings, found on my Fedora...
2007-10-10 Andrew Bartlettr24611: Following up on the re-opening of bug 4817...
2007-10-10 Stefan Metzmacherr24606: move librpc/rpc/table.c -> librpc/ndr/ndr_table.c
2007-10-10 Andrew Tridgellr24588: use the right type
2007-10-10 Andrew Tridgellr24587: the elements of the array are not talloc pointers
2007-10-10 Andrew Tridgellr24586: same bug in RAW-BENCH-OPEN
2007-10-10 Andrew Tridgellr24585: put in the right state variable when doing...
2007-10-10 Volker Lendecker24570: Attempt to fix make test
2007-10-10 Volker Lendecker24569: Add two tests
2007-10-10 Andrew Bartlettr24568: Fix the build, caused by a conflict betwen...
2007-10-10 Stefan Metzmacherr24560: rename some DCERPC_ prefixes into NDR_
2007-10-10 Stefan Metzmacherr24557: rename 'dcerpc_table_' -> 'ndr_table_'
2007-10-10 Rafal Szczesniakr24555: Add a test for libnet's group info call.
2007-10-10 Stefan Metzmacherr24551: rename dcerpc_interface_table -> ndr_interface_...
2007-10-10 Stefan Metzmacherr24532: rename struct dcerpc_syntax_id into struct...
2007-10-10 Volker Lendecker24529: Against samba3, treat EAS_NOT_SUPPORTED as...
2007-10-10 Andrew Bartlettr24502: More work to get LOCAL-EVENT passing on all...
2007-10-10 Jeremy Allisonr24478: Check that NTrename also maps NT_STATUS_OBJECT_...
2007-10-10 Jeremy Allisonr24477: Add a rename test to prove that NT_STATUS_OBJEC...
2007-10-10 Jeremy Allisonr24473: Prove this is also the same for NTcreateX....
2007-10-10 Jeremy Allisonr24469: Start adding in the torture tests that prove...
2007-10-10 Andrew Bartlettr24390: Another attempt to find out why we fail the...
2007-10-10 Jelmer Vernooijr24333: Add convenience function for checking the conte...
2007-10-10 Andrew Bartlettr24300: Try to get the LOCAL-EVENT test to pass on...
2007-10-10 Andrew Bartlettr24146: It is not an error for a Win2k3-only server...
2007-10-10 Andrew Bartlettr24127: Set the Domain SID into the libnet context...
2007-10-10 Andrew Bartlettr24083: Don't fail the test (looking for the user in...
2007-10-10 Andrew Bartlettr24081: Domain Controllers are also shown in this enume...
2007-10-10 Andrew Bartlettr24080: Set the primary group (matching windows) when...
2007-10-10 Andrew Bartlettr24074: Test both permitted logon hours and permitted...
2007-10-10 Andrew Bartlettr24059: Fix bug 4822 reported by Matthias Wallnöfer...
2007-10-10 Andrew Bartlettr24053: Ensure we filter EnumDomainUsers with the suppl...
2007-10-10 Andrew Bartlettr24052: Fix some of the NT4 usrmgr.exe portions of...
2007-10-10 Rafal Szczesniakr24051: more monitor function calls and monitor msg...
2007-10-10 Volker Lendecker24041: After metze's ack, check in torture_comment...
2007-10-10 Michael Adamr23821: Extend the winreg test by a test for DeleteKey...
2007-10-10 Andrew Bartlettr23816: A little more static, but leave the dead code...
2007-10-10 Andrew Bartlettr23811: Try to ensure struct nbt_name is always pre...
2007-10-10 Andrew Bartlettr23810: Make things static, and remove unsued code.
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Jeremy Allisonr23734: Add a test to prove tridge's theory that the...
2007-10-10 Stefan Metzmacherr23687: not every compiler supports __typeof__()
2007-10-10 Jim McDonoughr23643: Fix the build farm tests. We were incorrectly...
2007-10-10 Michael Adamr23561: Fix an output message.
2007-10-10 Andrew Bartlettr23551: Change data_blob_equal to data_blob_cmp, suitab...
2007-10-10 Alexander Bokovoyr23540: Continue fixing bench-readwrite. We need to...
2007-10-10 Andrew Tridgellr23535: accept numeric ntstatus codes in nbench load...
2007-10-10 Andrew Tridgellr23534: honour the targetrate even for loadfiles with...
2007-10-10 Andrew Tridgellr23533: added --option torture:targetrate=rate to targe...
2007-10-10 Andrew Tridgellr23531: added optional latency reporting in BENCH-NBENC...
2007-10-10 Alexander Bokovoyr23529: When using READX, fill in readx fields. Thanks...
2007-10-10 Alexander Bokovoyr23506: Turn back to RAW_READ_READ because buildfarm...
2007-10-10 Alexander Bokovoyr23505: Use RAW_READ_READX, not RAW_READ_READ in BENCH...
2007-10-10 Volker Lendecker23492: Also activate the split out test...
2007-10-10 Volker Lendecker23491: Split out the RENAME trans2 call into a separat...
2007-10-10 Kai Blinr23481: As per metze's suggestion, move the nsstest...
2007-10-10 Kai Blinr23403: Make nsstest build on Samba4.
2007-10-10 Günther Deschnerr23386: Correctly fill in server name in DsrGetDcSiteCo...
2007-10-10 Günther Deschnerr23385: Adding netr_DsRGetForestTrustInformation()...
2007-10-10 Günther Deschnerr23383: Query transitive forest trust info in LSA tortu...
2007-10-10 Günther Deschnerr23381: Merge netr_GetDcName WERROR return and WERROR_D...
2007-10-10 Andrew Bartlettr23365: Try to make Windows Vista join again. On my...
2007-10-10 Günther Deschnerr23240: Fill in netr_DsrGetDcSiteCoverageW.
2007-10-10 Günther Deschnerr23239: Fill in drsuapi_QuerySitesByCost.
2007-10-10 Jim McDonoughr23231: Fix make test on build farm for 64-bit hosts...
2007-10-10 Andrew Tridgellr23182: fixed valgrind error
2007-10-10 Andrew Tridgellr23181: prevent attempts to reopen the connection twice...
2007-10-10 Andrew Tridgellr23180: auto-reconnect on both NT_STATUS_END_OF_FILE...
next