Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r24884: Ignore some errors again, like they were previously. | Jelmer Vernooij | 1 | -10/+26 |
2007-10-10 | r24872: Use torture API a bit more | Jelmer Vernooij | 3 | -318/+133 |
2007-10-10 | r24855: Convert RPC-DRSUAPI, RPC-SCHANNEL to use the torture API. | Jelmer Vernooij | 9 | -692/+409 |
2007-10-10 | r24850: Convert to torture API. | Jelmer Vernooij | 2 | -702/+439 |
2007-10-10 | r24849: Add helper function for running tests as a member server. | Jelmer Vernooij | 1 | -22/+143 |
2007-10-10 | r24846: Use metadata about dangerous tests. | Jelmer Vernooij | 4 | -38/+25 |
2007-10-10 | r24844: Convert to torture API in preparation of helper functions for domain ... | Jelmer Vernooij | 1 | -184/+91 |
2007-10-10 | r24835: Put all RPC tests in the list (skipping when necessary), warn if test... | Jelmer Vernooij | 4 | -160/+96 |
2007-10-10 | r24758: More use of torture API. | Jelmer Vernooij | 1 | -11/+12 |
2007-10-10 | r24755: Use common code for finding the RPC binding in the torture tests. | Jelmer Vernooij | 8 | -83/+56 |
2007-10-10 | r24751: Run more tests, remove empty testsuites, more small improvements. | Jelmer Vernooij | 15 | -450/+270 |
2007-10-10 | r24741: More use of the torture API. | Jelmer Vernooij | 5 | -32/+35 |
2007-10-10 | r24736: Convert to using torture API. | Jelmer Vernooij | 2 | -145/+197 |
2007-10-10 | r24735: Use torture API in more places. | Jelmer Vernooij | 26 | -194/+144 |
2007-10-10 | r24728: Use more stock torture functions. | Jelmer Vernooij | 4 | -5/+5 |
2007-10-10 | r24676: Fix pointers being used rather than the data they point at - caught b... | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r24674: Make sure results are always on a new line, fix typo in test name. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r24667: Finally merge the registry improvements that Wilco Baan Hofman and I ... | Jelmer Vernooij | 3 | -362/+254 |
2007-10-10 | r24611: Following up on the re-opening of bug 4817 is it pretty clear that | Andrew Bartlett | 1 | -57/+180 |
2007-10-10 | r24606: move librpc/rpc/table.c -> librpc/ndr/ndr_table.c | Stefan Metzmacher | 6 | -15/+16 |
2007-10-10 | r24560: rename some DCERPC_ prefixes into NDR_ | Stefan Metzmacher | 1 | -7/+7 |
2007-10-10 | r24557: rename 'dcerpc_table_' -> 'ndr_table_' | Stefan Metzmacher | 37 | -98/+98 |
2007-10-10 | r24551: rename dcerpc_interface_table -> ndr_interface_table | Stefan Metzmacher | 8 | -23/+23 |
2007-10-10 | r24532: rename struct dcerpc_syntax_id into struct ndr_syntax_id | Stefan Metzmacher | 4 | -7/+7 |
2007-10-10 | r24146: It is not an error for a Win2k3-only server not to support the NT4 | Andrew Bartlett | 1 | -0/+3 |
2007-10-10 | r24083: Don't fail the test (looking for the user in the enum) if we didn't | Andrew Bartlett | 1 | -3/+7 |
2007-10-10 | r24081: Domain Controllers are also shown in this enumeration. | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r24080: Set the primary group (matching windows) when creating new users in | Andrew Bartlett | 1 | -4/+27 |
2007-10-10 | r24074: Test both permitted logon hours and permitted workstations in the | Andrew Bartlett | 2 | -4/+72 |
2007-10-10 | r24059: Fix bug 4822 reported by Matthias Wallnöfer <mwallnoefer@yahoo.de>. | Andrew Bartlett | 1 | -0/+10 |
2007-10-10 | r24053: Ensure we filter EnumDomainUsers with the supplied mask. | Andrew Bartlett | 1 | -22/+80 |
2007-10-10 | r24052: Fix some of the NT4 usrmgr.exe portions of bug 4815. | Andrew Bartlett | 1 | -11/+195 |
2007-10-10 | r23821: Extend the winreg test by a test for DeleteKey on a | Michael Adam | 1 | -0/+66 |
2007-10-10 | r23816: A little more static, but leave the dead code testjoin.c as documenta... | Andrew Bartlett | 1 | -11/+3 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 42 | -126/+84 |
2007-10-10 | r23687: not every compiler supports __typeof__() | Stefan Metzmacher | 1 | -0/+5 |
2007-10-10 | r23643: Fix the build farm tests. We were incorrectly passing the | Jim McDonough | 1 | -5/+10 |
2007-10-10 | r23561: Fix an output message. | Michael Adam | 1 | -1/+1 |
2007-10-10 | r23386: Correctly fill in server name in DsrGetDcSiteCoverageW() test. | Günther Deschner | 1 | -1/+2 |
2007-10-10 | r23385: Adding netr_DsRGetForestTrustInformation() test to query transitive f... | Günther Deschner | 1 | -0/+52 |
2007-10-10 | r23383: Query transitive forest trust info in LSA torture test once we see su... | Günther Deschner | 1 | -0/+66 |
2007-10-10 | r23381: Merge netr_GetDcName WERROR return and WERROR_DOMAIN_CONTROLLER_NOT_F... | Günther Deschner | 1 | -2/+2 |
2007-10-10 | r23365: Try to make Windows Vista join again. On my new test environment, it | Andrew Bartlett | 1 | -2/+28 |
2007-10-10 | r23240: Fill in netr_DsrGetDcSiteCoverageW. | Günther Deschner | 1 | -1/+25 |
2007-10-10 | r23239: Fill in drsuapi_QuerySitesByCost. | Günther Deschner | 1 | -1/+58 |
2007-10-10 | r23231: Fix make test on build farm for 64-bit hosts. There's no reason this... | Jim McDonough | 1 | -0/+1 |
2007-10-10 | r23129: Merge from 3_0: | Günther Deschner | 1 | -5/+5 |
2007-10-10 | r23090: a test showing two netlogon pipes open at once, using the LogonEx ops | Andrew Tridgell | 2 | -0/+96 |
2007-10-10 | r22983: This should ensure that torture_create_testuser() can be called, | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r22969: fix some more places where we could end up with more than one event | Andrew Tridgell | 1 | -4/+4 |