summaryrefslogtreecommitdiff
path: root/source4/torture/torture.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-10Convert libcli routines to return NTSTATUS instead of BOOL. Again, theTim Potter1-191/+187
2004-02-08Convert libcli routines to use cli_tree instead of cli_state. PortTim Potter1-657/+657
2004-02-03This would appear to restore smbtorture to be able to use the syntaxAndrew Bartlett1-1/+3
2003-12-15allow the specification of full dcerpc endpoint binding strings on theAndrew Tridgell1-125/+10
2003-12-15switch off the default of ntlmssp on rpc on smb as some windows pipesAndrew Tridgell1-1/+1
2003-12-14added auto-generation of the server side boilerplate code for eachAndrew Tridgell1-0/+11
2003-12-13add the ntlmssp calls back into smbtorture on rpc over tcp. The samba4Andrew Tridgell1-1/+1
2003-12-13completed the linkage between the endpoint mapper and the dcerpcAndrew Tridgell1-1/+1
2003-12-04* patch based on work by Jim Myers to unify the ioctl handling to beAndrew Tridgell1-6/+5
2003-12-01started adding netlogon IDL and test suiteAndrew Tridgell1-0/+1
2003-11-28the beginnings of an automated tool for working out IDL properties ofAndrew Tridgell1-0/+1
2003-11-28added auto-generation of the IDL interface tables. This makes two lessAndrew Tridgell1-0/+4
2003-11-27added an rpc scanner. This prints messages like this:Andrew Tridgell1-0/+5
2003-11-26by default sign RPC over TCP but not RPC over SMB. I will add command line co...Andrew Tridgell1-4/+5
2003-11-26show an error when the epmapper fails to find an interfaceAndrew Tridgell1-0/+2
2003-11-26added auto-determination of the DCERPC over TCP port number by askingAndrew Tridgell1-7/+13
2003-11-26signed DCERPC over TCP now works !Andrew Tridgell1-3/+30
2003-11-24 * fixed byte order in epmapper parsingAndrew Tridgell1-29/+65
2003-11-24initial implementation of dcerpc over tcp. RPC-EPMAPPER works, now toAndrew Tridgell1-0/+24
2003-11-24 * prepared the dcerpc subsystem for adding the RPC over TCP transportAndrew Tridgell1-15/+3
2003-11-24added the dcerpc remote management interfaces as mgmt.idl, and wrote aAndrew Tridgell1-0/+1
2003-11-22 * enable RPC/NDR validation in all smbtorture codeAndrew Tridgell1-0/+3
2003-11-21fix a smbtorture memory leakAndrew Tridgell1-7/+2
2003-11-21* changed the way strings are handled in pidl to a much more generalAndrew Tridgell1-0/+1
2003-11-21Start of winreg idl. Implement OpenHKLM, GetVersion and CloseKey.Tim Potter1-0/+1
2003-11-20Add initial work on eventlog - doesn't quite work yet.Tim Potter1-0/+1
2003-11-20Added ATSVC pipe.Tim Potter1-0/+1
2003-11-19srvsvc IDL and test code from metze. Thanks!Andrew Tridgell1-0/+1
2003-11-18use the auto-generated UUID, version and name rather than listing themAndrew Tridgell1-4/+7
2003-11-17added wkssvc.idl and test codeAndrew Tridgell1-0/+1
2003-11-15added the first couple of calls from samr as IDLAndrew Tridgell1-0/+1
2003-11-15Skeleton IDL for SPOOLSS pipe. For this inital version, only OpenPrinterExTim Potter1-0/+1
2003-11-13* fixed conformant arrays in structuresAndrew Tridgell1-0/+1
2003-11-04yipee! we can now do lsaOpenPolicy() via the new interfaces, withoutAndrew Tridgell1-47/+5
2003-11-04added support for fragmented sendsAndrew Tridgell1-1/+2
2003-11-03started adding RPC-ECHO torture casesAndrew Tridgell1-0/+1
2003-11-03a major revamp of the low level dcerpc code in samba4, We can now do aAndrew Tridgell1-82/+84
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 Tridgell1-2/+2
2003-09-29better child synchronisation at startup in NBENCHAndrew Tridgell1-8/+18
2003-08-15more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell1-8/+2
2003-08-15more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell1-1/+1
2003-08-13- added a raw smb scannerAndrew Tridgell1-0/+1
2003-08-13- added SMBntrename test suiteAndrew Tridgell1-22/+24
2003-08-13first public release of samba4 codeAndrew Tridgell1-0/+4183