summaryrefslogtreecommitdiff
path: root/source4/torture
AgeCommit message (Expand)AuthorFilesLines
2003-11-13* fixed conformant arrays in structuresAndrew Tridgell4-7/+131
2003-11-11added QueryPolicyInfo/PrimaryDomainInfo idl and test codeAndrew Tridgell1-0/+2
2003-11-11support lsa_AuditEventsInfoAndrew Tridgell1-9/+14
2003-11-11start using automatic union printingAndrew Tridgell1-5/+1
2003-11-11automatically generate ndr_print_*() functions for every IDLAndrew Tridgell1-64/+18
2003-11-11started adding support for lsa_QueryInfoPolicyAndrew Tridgell1-0/+35
2003-11-10added idl and test code for lsa_LookupPrivName()Andrew Tridgell1-3/+29
2003-11-10added IDL and test for lsa_EnumAccountRights()Andrew Tridgell1-1/+32
2003-11-10added IDL and test for lsa_EnumPrivsAccount()Andrew Tridgell1-5/+41
2003-11-09Add make rule for smbiconvJelmer Vernooij1-1/+0
2003-11-09Add iconv test utilityJelmer Vernooij1-0/+241
2003-11-09- fixed lsa_EnumTrustDomAndrew Tridgell1-11/+45
2003-11-09added lsa_EnumTrustDomAndrew Tridgell1-0/+40
2003-11-09added lsa_EnumPrivs idl and test codeAndrew Tridgell1-1/+77
2003-11-09added a test for lsa_Close()Andrew Tridgell1-0/+26
2003-11-09- added the rest of the LSA calls as stubsAndrew Tridgell1-9/+9
2003-11-09converted the rpcecho pipe to use IDLAndrew Tridgell1-23/+29
2003-11-09use a more consistent style for the client stubsAndrew Tridgell1-17/+33
2003-11-09lsa_LookupNames now worksAndrew Tridgell1-1/+67
2003-11-09added idl, generated code and test code for lsa_LookupSidsAndrew Tridgell1-1/+60
2003-11-08- corrected some lsa idlAndrew Tridgell1-7/+49
2003-11-06allow qfsinfo to continue with just 10 levels supported in the serverAndrew Tridgell1-1/+1
2003-11-04lsa_EnumSids() now worksAndrew Tridgell1-6/+71
2003-11-04lsa_OpenPolicy2 now worksAndrew Tridgell1-2/+44
2003-11-04yipee! we can now do lsaOpenPolicy() via the new interfaces, withoutAndrew Tridgell3-78/+34
2003-11-04added support for fragmented sendsAndrew Tridgell2-7/+3
2003-11-04added fragmentation support on receive for dcerpc packets. I haveAndrew Tridgell1-5/+11
2003-11-03added SinkData and SourceData tests for rpcechoAndrew Tridgell1-1/+71
2003-11-03added rpcecho EchoData testAndrew Tridgell1-0/+42
2003-11-03added a helper function to make building rpc functions a bit easierAndrew Tridgell1-12/+31
2003-11-03started adding RPC-ECHO torture casesAndrew Tridgell3-4/+54
2003-11-03we only want the per-call stub dataAndrew Tridgell1-3/+2
2003-11-03a major revamp of the low level dcerpc code in samba4, We can now do aAndrew Tridgell2-82/+163
2003-10-29much better synchronised startup in smbtorture - this allows us to runAndrew Tridgell1-2/+8
2003-10-28Add RPC-OPEN test as an example for using the new dcerpc client code.Tim Potter1-0/+79
2003-10-10fixed snprintf.c for systems that have only some of the *printf() family of f...Andrew Tridgell2-5/+5
2003-09-29better child synchronisation at startup in NBENCHAndrew Tridgell1-8/+18
2003-09-29- use deltree to setup base directoryAndrew Tridgell1-3/+6
2003-09-02thanks to ntfsd and some google searches I worked out what the unknownAndrew Tridgell6-57/+81
2003-08-31I think I've finally got the ascii/unicode issues right in trans2 findAndrew Tridgell2-13/+76
2003-08-29expanded the RAW-READ test to make it clearer that all locks conflictAndrew Tridgell1-1/+7
2003-08-23fix a segv when server doesn't support ATTRIBUTE_TAG_INFORMATIONAndrew Tridgell1-1/+3
2003-08-15more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell5-14/+12
2003-08-15more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell7-8/+8
2003-08-15fixed some places where we don't brace (flags & STR_UNICODE)Andrew Tridgell1-0/+1
2003-08-15a few build fixes to try to get irix buildingAndrew Tridgell1-0/+2
2003-08-15don't give detailed errors for levels that failAndrew Tridgell1-1/+2
2003-08-15test resume by name before resume by flagsAndrew Tridgell1-1/+1
2003-08-15Print out position info, ensure NT_RENAME info level only worksJeremy Allison2-0/+7
2003-08-14Extended seek tests to check position information.Jeremy Allison1-0/+30