r4139: 2nd attempt at fixing the null ptr in size_is() problem.
[samba.git] / source4 / torture /
2007-10-10 Andrew Tridgellr4138: initialise 'type' in RPC-WINREG EnumValue test
2007-10-10 Jelmer Vernooijr4132: - Bunch of rather large fixes in the registry
2007-10-10 Andrew Tridgellr4113: modified EnumValue in winreg to take advantage...
2007-10-10 Andrew Tridgellr4111: fixed winreg to use much simpler (and I believe...
2007-10-10 Jelmer Vernooijr4105: Fix IDL for QueryValue() and add a torture test...
2007-10-10 Stefan Metzmacherr4087: - add idl and torture tests for drsuapi_DsReplic...
2007-10-10 Andrew Tridgellr4074: make the RAW-ACLS test use the new lsa helper...
2007-10-10 Stefan Metzmacherr4063: - change char * -> uint8_t in struct request_buffer
2007-10-10 Andrew Tridgellr4061: more additions to the RAW-ACLS test, to help...
2007-10-10 Andrew Tridgellr4055: fixed more places to use type safe allocation...
2007-10-10 Andrew Tridgellr4053: expanded and fixed a bug in the RAW-ACLS test
2007-10-10 Andrew Tridgellr4052: fixed a bunch of code to use the type safe _p...
2007-10-10 Andrew Tridgellr4037: fixed a bunch of "might be uninitialised" warnin...
2007-10-10 Andrew Tridgellr4036: expanded the RAW-ACLS torture test to include...
2007-10-10 Andrew Tridgellr4035: more effort on consistent naming of the access...
2007-10-10 Andrew Tridgellr4013: got rid of a bunch of unused or unmaintained...
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 Stefan Metzmacherr4000: DATA_BLOB.data is uint8_t * not void * :-)
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 Andrew Tridgellr3976: changed NBENCH to use the same recording method...
2007-10-10 Andrew Tridgellr3975: added LFN filesystem attribute bit definition...
2007-10-10 Stefan Metzmacherr3972: use GUID_* naming context and move GUID_* functi...
2007-10-10 Stefan Metzmacherr3971: fix compiler warnings
2007-10-10 Stefan Metzmacherr3967: fix compiler warnings
2007-10-10 Stefan Metzmacherr3966: fix compiler warnings
2007-10-10 Stefan Metzmacherr3959: fix compiler warnings
2007-10-10 Stefan Metzmacherr3958: fix the build for now
2007-10-10 Andrew Tridgellr3945: expanded the BASE-PROPERTIES test to print a...
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 Vernooijr3898: Work towards local/server DCOM support, start...
2007-10-10 Jelmer Vernooijr3891: Add rot (Running Object Table) interface
2007-10-10 Jeremy Allisonr3888: Just proving :-) to tridge that a Setfileinfo...
2007-10-10 Jeremy Allisonr3887: Much better understanding of delayed write time...
2007-10-10 Jeremy Allisonr3886: Trying to understand delayed file write update...
2007-10-10 Andrew Bartlettr3885: Add security descriptor comparison to our RPC...
2007-10-10 Jelmer Vernooijr3881: Split up the LIBNDR_GEN subsystem into NDR_...
2007-10-10 Andrew Tridgellr3835: - added testing of setting an initial ACL on...
2007-10-10 Andrew Tridgellr3830: unified the query/set security descriptor code...
2007-10-10 Andrew Tridgellr3829: added a RAW-ACLS test suite that tests query...
2007-10-10 Andrew Tridgellr3828: added testing of opening an existing file with...
2007-10-10 Andrew Tridgellr3826: - added testing of ea lists in NTTRANS CREATE
2007-10-10 Andrew Tridgellr3821: added client side code and test code for NTTRANS...
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 Tridgellr3800: - fixed delete-on-close behaviour for streams
2007-10-10 Andrew Tridgellr3798: added support for alternate data streams in...
2007-10-10 Andrew Tridgellr3793: add some streams tests that show how the :$DATA...
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 Tridgellr3749: don't consider it a failure if we fail to re...
2007-10-10 Andrew Tridgellr3746: added RAW-STREAMS and RAW-EAS tests to smbtorture
2007-10-10 Jelmer Vernooijr3744: Support building subsystems as a shared library...
2007-10-10 Jelmer Vernooijr3733: More build system fixes/features:
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 Tridgellr3717: - expanded the RAW-RENAME test a little
2007-10-10 Andrew Bartlettr3716: Improvements in the RPC-SAMSYNC tests:
2007-10-10 Andrew Tridgellr3699: - split the delayed write testing out of RAW...
2007-10-10 Jelmer Vernooijr3689: Large number of COM updates:
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 Andrew Tridgellr3634: - fixed BASE-DISCONNECT test to force the async...
2007-10-10 Andrew Tridgellr3633: - moved module init functions to after smb.conf...
2007-10-10 Jelmer Vernooijr3626: More minor DCOM fixes
2007-10-10 Jelmer Vernooijr3611: DCOM client support works!!
2007-10-10 Andrew Tridgellr3608: added BASE-DENYDOS test
2007-10-10 Jelmer Vernooijr3601: Lots of smaller DCOM updates and fixes. Adds...
2007-10-10 Andrew Tridgellr3594: continue conversion to __location__ from __LINE_...
2007-10-10 Jelmer Vernooijr3586: Fix some of the issues with the module init...
2007-10-10 Stefan Metzmacherr3583: - seperate the ldap client code and the ldap...
2007-10-10 Andrew Tridgellr3580: - on file overwrite in ntcreatex we need to...
2007-10-10 Stefan Metzmacherr3577: add a torture_join_domain_ads_dc() function,
2007-10-10 Andrew Tridgellr3576: don't consider short share delay timeouts to...
next