r4048: a very simple howto for new developers to tell them how to build and install...
[sfrench/samba-autobuild/.git] / source4 / torture / rpc /
2007-10-10 Andrew Tridgellr4037: fixed a bunch of "might be uninitialised" warnin...
2007-10-10 Andrew Tridgellr4035: more effort on consistent naming of the access...
2007-10-10 Andrew Tridgellr4011: get rid of rpc_secdes.h and replace it with...
2007-10-10 Stefan Metzmacherr4003: run successful against a nt4 sp6 pdc with one...
2007-10-10 Stefan Metzmacherr4002: NT 4.0 sp6a can't do schannel 128
2007-10-10 Günther Deschnerr3981: Use correct access-mask when querying aliases.
2007-10-10 Andrew Tridgellr3978: added IDL and test code for lsa_LookupSids2...
2007-10-10 Andrew Tridgellr3977: fixed the lmPwdHash change in the rpc server...
2007-10-10 Stefan Metzmacherr3972: use GUID_* naming context and move GUID_* functi...
2007-10-10 Stefan Metzmacherr3959: fix compiler warnings
2007-10-10 Andrew Tridgellr3941: make sure we don't keep pounding on a ncacn_ip_t...
2007-10-10 Andrew Bartlettr3922: Add yet another NETLOGON RPC. This is another...
2007-10-10 Andrew Bartlettr3921: Cross-test SIDs in RPC-SAMSYNC, fix the build.
2007-10-10 Stefan Metzmacherr3920: - it seem that we need to send a magic bind_guid...
2007-10-10 Andrew Bartlettr3919: Add more info levels to the QueryTrustedDomainIn...
2007-10-10 Andrew Bartlettr3917: A few more LSA RPCs found in my wanderings ...
2007-10-10 Stefan Metzmacherr3915: a few updates to the DsCrackNames() torture...
2007-10-10 Stefan Metzmacherr3914: add idl, torture test and simple server for...
2007-10-10 Stefan Metzmacherr3913: fix the build
2007-10-10 Andrew Bartlettr3909: Fix cross-reference test for trusted domains.
2007-10-10 Andrew Bartlettr3907: * Rename lsa_Name to lsa_String
2007-10-10 Andrew Bartlettr3905: (oops, missing file: samsync.c)
2007-10-10 Andrew Bartlettr3904: * Add new LSA calls to open trusted domains
2007-10-10 Jelmer Vernooijr3891: Add rot (Running Object Table) interface
2007-10-10 Andrew Bartlettr3885: Add security descriptor comparison to our RPC...
2007-10-10 Stefan Metzmacherr3810: create a LIB_SECURITY subsystem
2007-10-10 Andrew Bartlettr3808: Put these in the same order as the IDL, to make...
2007-10-10 Andrew Bartlettr3807: Cross-check the basic attributes for groups...
2007-10-10 Andrew Bartlettr3805: Fix the LSA portions of the RPC-SAMSYNC test...
2007-10-10 Andrew Bartlettr3804: Add more comparison tests in RPC-SAMSYNC.
2007-10-10 Andrew Tridgellr3791: fixed declaration of torture_rpc_login
2007-10-10 Jelmer Vernooijr3790: use a registration function that is called from...
2007-10-10 Andrew Bartlettr3725: The new RPC-SAMSYNC test, complete with SAMR...
2007-10-10 Andrew Bartlettr3724: Rename a number of structures, for better consis...
2007-10-10 Andrew Bartlettr3716: Improvements in the RPC-SAMSYNC tests:
2007-10-10 Andrew Bartlettr3687: Gaah - I forgot to add the new file for the...
2007-10-10 Andrew Bartlettr3686: The results of some work on the NETLOGON pipe:
2007-10-10 Andrew Bartlettr3680: Move the multiple runs of this test into a loop...
2007-10-10 Andrew Bartlettr3679: We now know a few more of the Netlogon negotiate...
2007-10-10 Andrew Bartlettr3678: Remove testing code accidentily commited.
2007-10-10 Andrew Bartlettr3677: Seperate the SamLogon tests from the main RPC...
2007-10-10 Andrew Bartlettr3676: Add a negitive test for NTLM2 session security...
2007-10-10 Volker Lendecker3660: This simulates the logon sequence of a XP login...
2007-10-10 Andrew Bartlettr3657: More netlogon torture. We now test both functio...
2007-10-10 Andrew Bartlettr3653: Move Interactive login tests up with the rest...
2007-10-10 Jelmer Vernooijr3626: More minor DCOM fixes
2007-10-10 Jelmer Vernooijr3601: Lots of smaller DCOM updates and fixes. Adds...
2007-10-10 Stefan Metzmacherr3577: add a torture_join_domain_ads_dc() function,
2007-10-10 Andrew Bartlettr3557: Use a switch, not a series of if/else if statements.
2007-10-10 Jelmer Vernooijr3513: Add (the infrastructure for) DCOM support. Contents:
2007-10-10 Stefan Metzmacherr3512: - support DsCrackName GUID strings ('{faedf4f9...
2007-10-10 Stefan Metzmacherr3509: - comment out a unused var
2007-10-10 Andrew Tridgellr3499: setting an out param for a non-pointer doesn...
2007-10-10 Andrew Tridgellr3497: removed some include cruft, and split out librpc...
2007-10-10 Jelmer Vernooijr3490: All tests work against NT4 now
2007-10-10 Jelmer Vernooijr3489: Add a couple more DCOM tests (Both OxidResolver...
2007-10-10 Jelmer Vernooijr3487: RemoteActivation works! The only odd bit is...
2007-10-10 Andrew Tridgellr3462: separate out the crypto includes
2007-10-10 Andrew Tridgellr3457: s_addr is a macro on solaris, so we can't use...
2007-10-10 Andrew Tridgellr3453: - split out the auth and popt includes
2007-10-10 Andrew Tridgellr3443: the next stage in the include files re-organisation.
2007-10-10 Jelmer Vernooijr3432: Support WERROR's in arguments (not just as retur...
2007-10-10 Andrew Tridgellr3428: switched to using minimal includes for the auto...
2007-10-10 Jelmer Vernooijr3416: Typos
2007-10-10 Jelmer Vernooijr3414: RemoteActivation torture test
2007-10-10 Jelmer Vernooijr3413: RemoteActivation updates and fixes
2007-10-10 Jelmer Vernooijr3397: Fix IDL for ComplexPing and SimplePing, includin...
2007-10-10 Tim Potterr3396: Rename form_name -> formname. This time, check...
2007-10-10 Andrew Tridgellr3391: fixed some memory leaks in the schannel code
2007-10-10 Jelmer Vernooijr3348: More registry fixes and additions. The following...
2007-10-10 Jelmer Vernooijr3340: Various fixes in the registry code. Implement...
2007-10-10 Jelmer Vernooijr3332: Check result codes in some more places...
2007-10-10 Andrew Tridgellr3324: made the smbtorture code completely warning...
2007-10-10 Volker Lendecker3317: Fix the build
2007-10-10 Andrew Tridgellr3278: - rewrote the client side rpc connection code...
2007-10-10 Volker Lendecker3218: Fix the build
2007-10-10 Jelmer Vernooijr3168: Use generic function for looking up endpoints
2007-10-10 Jelmer Vernooijr3167: Add a member 'endpoint' to the dcerpc_binding...
2007-10-10 Jelmer Vernooijr3162: Add client-side support for the ncalrpc: and...
2007-10-10 Jelmer Vernooijr3136: - Allow specifying socket type when adding smbd...
2007-10-10 Jelmer Vernooijr3112: Fix two more instances of epm_towers (sorry...
2007-10-10 Jelmer Vernooijr3111: Add a few more protocol identifiers, rhs for...
2007-10-10 Andrew Bartlettr3104: My Win2k3 server, with current updates, still...
2007-10-10 Andrew Bartlettr3074: Add in a new 'field present' flag samr.idl for...
2007-10-10 Stefan Metzmacherr2992: drsuapi uses WERROR not NTSTATUS
2007-10-10 Stefan Metzmacherr2991: add drsuapi_DsGetDomainControllerInfo() idl...
2007-10-10 Stefan Metzmacherr2971: fix DsBind idl
2007-10-10 Stefan Metzmacherr2970: - give somefields names and typdef enums for...
2007-10-10 Andrew Tridgellr2969: inet_ntoa() takes an address in network byte...
2007-10-10 Stefan Metzmacherr2952: add idl and torture test for DsCrackNames
2007-10-10 Jelmer Vernooijr2938: Use IDL to dissect the RHS of floors in protocol...
2007-10-10 Jelmer Vernooijr2921: Add a few more protocols and fix the numbers...
2007-10-10 Andrew Tridgellr2910: I noticed that the samr torture test was doing...
2007-10-10 Jelmer Vernooijr2896: Add torture test for EnumValue()
2007-10-10 Stefan Metzmacherr2888: - add 'Ds' prefix to Bind and Unbind call on...
2007-10-10 Andrew Tridgellr2857: this commit gets rid of smb_ucs2_t, wpstring...
2007-10-10 Andrew Tridgellr2854: added a RPC-COUNTCALLS torture test - a useful...
2007-10-10 Andrew Tridgellr2833: - added a call to SamrQueryGroupMember for every...
2007-10-10 Andrew Tridgellr2710: continue with the new style of providing a paren...
2007-10-10 Jelmer Vernooijr2699: Correct handle ServerAlive() and ServerAlive2...
next