Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r2185: add a callback function to the dcerpc async API | Andrew Tridgell | 1 | -4/+20 |
2007-10-10 | r2182: force the torture test domain join to happen on SMB to prevent the | Andrew Tridgell | 1 | -5/+5 |
2007-10-10 | r2181: an rpc async test on the netlogon pipe | Andrew Tridgell | 1 | -0/+71 |
2007-10-10 | r2179: two more lsa torture tests from Richard Renard. Thanks! | Andrew Tridgell | 1 | -1/+70 |
2007-10-10 | r2107: added a SAMR async test - this one seems to work | Andrew Tridgell | 1 | -0/+43 |
2007-10-10 | r2105: added a TestSleep() operation to the echo pipe and extended the | Andrew Tridgell | 1 | -0/+55 |
2007-10-10 | r2100: rework the dcerpc client side library so that it is async. We now | Andrew Tridgell | 3 | -8/+8 |
2007-10-10 | r2071: - change smbtorture to use the popt_common stuff | Stefan Metzmacher | 2 | -4/+6 |
2007-10-10 | r2035: Fix spelling. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r2031: add a check for a blank secret return in lsa secret tests | Andrew Tridgell | 1 | -8/+13 |
2007-10-10 | r1995: a ndrdump file from abartlet make it clear that this isn't a pointer | Stefan Metzmacher | 1 | -3/+2 |
2007-10-10 | r1983: a completely new implementation of talloc | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r1961: print out the dcerpc fault code, when we got NT_STATUS_NET_WRITE_FAULT | Stefan Metzmacher | 2 | -2/+10 |
2007-10-10 | r1818: _really_ fixed epmapper this time, it was using more than one old rpc ... | Andrew Tridgell | 1 | -5/+5 |
2007-10-10 | r1799: List more uuids. From | Jelmer Vernooij | 3 | -11/+11 |
2007-10-10 | r1758: Move and enhance the add_string_to_array function as per volker job on... | Simo Sorce | 1 | -15/+0 |
2007-10-10 | r1736: - Pidl updates: | Jelmer Vernooij | 1 | -0/+47 |
2007-10-10 | r1703: - Lots of RPC updates, adding new pipes and protocols. | Jelmer Vernooij | 2 | -18/+39 |
2007-10-10 | r1685: Add the ability to lookup RPC auth types for the RPC-MGMT torture test. | Andrew Bartlett | 1 | -2/+8 |
2007-10-10 | r1649: do a join as dc and run this test as the machine account | Stefan Metzmacher | 1 | -6/+33 |
2007-10-10 | r1647: destroy mem_ctx | Stefan Metzmacher | 1 | -1/+3 |
2007-10-10 | r1646: disable testing of group rename in the RPC-SAMR test, as it leaves the | Andrew Tridgell | 1 | -0/+6 |
2007-10-10 | r1642: Torture test for EnumServicesStatus, almost finished. | Jelmer Vernooij | 1 | -7/+10 |
2007-10-10 | r1637: - w2k3 can't handle more than 1000 names in a LookupNames request | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r1617: Start working on the svcctl pipe | Jelmer Vernooij | 1 | -0/+141 |
2007-10-10 | r1544: add some comments and fix 'return True' -> 'return ret' | Stefan Metzmacher | 1 | -5/+16 |
2007-10-10 | r1543: add srvsvc_NetRemoteTOD idl and torture tests | Stefan Metzmacher | 1 | -0/+30 |
2007-10-10 | r1530: we don't need to call srvsvc_NetShareGetInfo twice | Stefan Metzmacher | 1 | -13/+0 |
2007-10-10 | r1529: add NetSrvGetInfo torture test | Stefan Metzmacher | 1 | -0/+42 |
2007-10-10 | r1528: add NetCharDevQ torture tests | Stefan Metzmacher | 1 | -1/+149 |
2007-10-10 | r1527: add NetCharDev torture tests | Stefan Metzmacher | 1 | -0/+125 |
2007-10-10 | r1526: some cleanups and fixes for the srvsvc torture tests | Stefan Metzmacher | 1 | -40/+106 |
2007-10-10 | r1510: add a commented out routine I used to test password change on NT3. | Andrew Tridgell | 1 | -0/+61 |
2007-10-10 | r1498: (merge from 3.0) | Andrew Bartlett | 2 | -7/+6 |
2007-10-10 | r1481: add idl file and torture test dummies | Stefan Metzmacher | 1 | -0/+230 |
2007-10-10 | r1342: When fixing _lsa_lookupsids in samba3 I wanted to find out the number ... | Volker Lendecke | 1 | -0/+54 |
2007-10-10 | r1294: A nice, large, commit... | Andrew Bartlett | 1 | -1/+4 |
2007-10-10 | r1197: Fix my build breakage, variables at the top of a block only... | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r1189: Now that we use a common 'base' return structure for the SamLogon | Andrew Bartlett | 1 | -37/+25 |
2007-10-10 | r1186: Clarify why this is a 'bogus' negitive test. If we pass it, we may | Andrew Bartlett | 1 | -0/+8 |
2007-10-10 | r1173: A quick little test to show that we cannot bind twice to a single endp... | Andrew Bartlett | 1 | -0/+86 |
2007-10-10 | r1150: - fixed interactive sam logon in the rpc server | Andrew Tridgell | 1 | -11/+70 |
2007-10-10 | r1141: - consolidated the netr_SamInfo structures using a netr_SamBaseInfo | Andrew Tridgell | 1 | -22/+22 |
2007-10-10 | r1140: added IDL and test code for validation level 6 in sam logon | Andrew Tridgell | 1 | -5/+14 |
2007-10-10 | r1137: - added torture test for netr_LogonGetDomainInfo() call | Andrew Tridgell | 1 | -0/+59 |
2007-10-10 | r1123: Make all lp_ string functions return 'const char *'. | Andrew Bartlett | 4 | -4/+5 |
2007-10-10 | r1062: fix typo, found by valgrind | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r1061: The start of the SamLogon call for the NETLOGON pipe. | Andrew Bartlett | 1 | -26/+30 |
2007-10-10 | r1058: The start of work on the SamLogon call for NETLOGON. | Andrew Bartlett | 1 | -6/+6 |
2007-10-10 | r1042: added testing of 128 bit schannel session keys | Andrew Tridgell | 1 | -6/+17 |