r25288: add WINBIND-STRUCT-DOMAIN_INFO test
[kai/samba.git] / source4 / torture / rpc /
2007-10-10 Ronnie Sahlbergr25264: add a test to verify that the ACLs are checked...
2007-10-10 Ronnie Sahlbergr25263: add a test to check the accessmasks and ACLs...
2007-10-10 Andrew Bartlettr25194: A major rework of the Samba4 LSA LookupNames...
2007-10-10 Jeremy Allisonr25175: Change to talloc_asprintf_append_buffer().
2007-10-10 Andrew Bartlettr25073: Correct test name so make test can pass again.
2007-10-10 Andrew Bartlettr25071: Add some more testcases for RPC-DRSUAPI-CRACKNA...
2007-10-10 Jelmer Vernooijr25070: Revert DRSUAPI conversion to new API, as it...
2007-10-10 Jelmer Vernooijr25035: Fix some more warnings, use service pointer...
2007-10-10 Jelmer Vernooijr25026: Move param/param.h out of includes.h
2007-10-10 Andrew Bartlettr24972: Try to rat out this SAMR failure with some...
2007-10-10 Andrew Bartlettr24971: Test more combinations for resetting the accoun...
2007-10-10 Andrew Bartlettr24942: Patch from Matthias Wallnöfer <mwallnoefer...
2007-10-10 Jelmer Vernooijr24937: Merge tests spoolss RPC callbacks.
2007-10-10 Stefan Metzmacherr24900: - if we use try to create a 3rd dcerpc_pipe...
2007-10-10 Jelmer Vernooijr24895: Test for specific error.
2007-10-10 Jelmer Vernooijr24892: Skip some tests that were previously being...
2007-10-10 Jelmer Vernooijr24890: Integrate more of the RPC-SECRETS tests.
2007-10-10 Jelmer Vernooijr24889: Move choosing the binding options into RPC...
2007-10-10 Jelmer Vernooijr24888: Use torture API.
2007-10-10 Jelmer Vernooijr24885: Convert to new torture API.
2007-10-10 Jelmer Vernooijr24884: Ignore some errors again, like they were previo...
2007-10-10 Jelmer Vernooijr24872: Use torture API a bit more
2007-10-10 Jelmer Vernooijr24855: Convert RPC-DRSUAPI, RPC-SCHANNEL to use the...
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 Vernooijr24758: More use of torture API.
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 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 Vernooijr24667: Finally merge the registry improvements that...
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 Stefan Metzmacherr24560: rename some DCERPC_ prefixes into NDR_
2007-10-10 Stefan Metzmacherr24557: rename 'dcerpc_table_' -> 'ndr_table_'
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 Andrew Bartlettr24146: It is not an error for a Win2k3-only server...
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 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 Tridgellr23792: convert Samba4 to GPLv3
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 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 Günther Deschnerr23129: Merge from 3_0:
2007-10-10 Andrew Tridgellr23090: a test showing two netlogon pipes open at once...
2007-10-10 Andrew Bartlettr22983: This should ensure that torture_create_testuser...
2007-10-10 Andrew Tridgellr22969: fix some more places where we could end up...
2007-10-10 Stefan Metzmacherr22944: fix bug #4618:
2007-10-10 Volker Lendecker22680: Fix a talloc ctx name
2007-10-10 Stefan Metzmacherr22580: remove not yet needed line...
2007-10-10 Stefan Metzmacherr22579: disable progress printing in the build-farm
2007-10-10 Stefan Metzmacherr22538: same day late at night in au...:-)
2007-10-10 Stefan Metzmacherr22486: add a flag to ignore timeouts of a request...
2007-10-10 Andrew Bartlettr22443: It isn't fatal to get the case wrong on this...
2007-10-10 Stefan Metzmacherr22396: remove unused vars
2007-10-10 Jelmer Vernooijr22339: Run some more tests.
2007-10-10 Stefan Metzmacherr22201: crash fix...
2007-10-10 Stefan Metzmacherr22195: fix compiler warnings and convert the whole...
2007-10-10 Stefan Metzmacherr22194: fix compiler warning and
2007-10-10 Stefan Metzmacherr22193: fix compiler warning and formating
2007-10-10 Stefan Metzmacherr22192: fix compiler warnings
2007-10-10 Stefan Metzmacherr22190: fix compiler warnings and remove unused talloc_...
2007-10-10 Andrew Bartlettr22171: At least walk over the test_SetupCredentials2...
2007-10-10 Andrew Bartlettr22120: Expand the RPC-CRACKNAMES test, to test more...
2007-10-10 Andrew Bartlettr22118: Add another RPC-CRACKNAMES test, but allow...
2007-10-10 Andrew Bartlettr22116: Only query by SID if we have a SID
2007-10-10 Andrew Bartlettr22086: Bail out early on some of these failures.
2007-10-10 Jelmer Vernooijr22063: Fix the RPC-EPMAPPER test.
2007-10-10 Stefan Metzmacherr21943: don't send unitialized data
2007-10-10 Stefan Metzmacherr21827: move comments to the place where the functional...
2007-10-10 Stefan Metzmacherr21821: move comment about the becoming a dc to the...
2007-10-10 Stefan Metzmacherr21817: give fields a meaning
2007-10-10 Andrew Bartlettr21727: Walk some more of the error branches in the...
2007-10-10 Andrew Bartlettr21719: Try to cover more of the server-side password...
2007-10-10 Andrew Bartlettr21699: Because TALLOC_CTX is a void*, I didn't get...
2007-10-10 Andrew Bartlettr21697: Try to cover the 'bad session key' codepaths...
2007-10-10 Andrew Bartlettr21696: Run the RPC-COUNTCALLS test to try and walk...
next