summaryrefslogtreecommitdiffstats
path: root/source4/torture/torture.c
Commit message (Expand)AuthorAgeFilesLines
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-101-5/+5
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-101-12/+12
* r882: - create TORTURE_AUTH SUBSYSTEMStefan Metzmacher2007-10-101-1/+1
* r874: This patch is a pile of work on NTLMSSP:Andrew Bartlett2007-10-101-0/+1
* r863: Added test to ensure an open and locked file can be truncated by a seco...Jeremy Allison2007-10-101-0/+72
* r821: prompt user for password if not given by -U user%passStefan Metzmacher2007-10-101-3/+15
* r741: Test from Volker in RAW-OPEN for truncating a file containing locks.Jeremy Allison2007-10-101-1/+32
* r386: Another torture test to survive.Volker Lendecke2007-10-101-0/+66
* r336: added a -X command line option to smbtorture to enable dangerous orAndrew Tridgell2007-10-101-1/+6
* - moved some of the base tests into torture/basic/Andrew Tridgell2004-03-261-0/+1
* added the -C option to smbtortureAndrew Tridgell2004-03-091-16/+79
* greatly improved NBENCH netbench simulatorAndrew Tridgell2004-03-091-159/+29
* added the simple HOLDCON torture test. This is used to establishAndrew Tridgell2004-02-211-0/+56
* Convert libcli routines to return NTSTATUS instead of BOOL. Again, theTim Potter2004-02-101-191/+187
* Convert libcli routines to use cli_tree instead of cli_state. PortTim Potter2004-02-081-657/+657
* This would appear to restore smbtorture to be able to use the syntaxAndrew Bartlett2004-02-031-1/+3
* allow the specification of full dcerpc endpoint binding strings on theAndrew Tridgell2003-12-151-125/+10
* switch off the default of ntlmssp on rpc on smb as some windows pipesAndrew Tridgell2003-12-151-1/+1
* added auto-generation of the server side boilerplate code for eachAndrew Tridgell2003-12-141-0/+11
* add the ntlmssp calls back into smbtorture on rpc over tcp. The samba4Andrew Tridgell2003-12-131-1/+1
* completed the linkage between the endpoint mapper and the dcerpcAndrew Tridgell2003-12-131-1/+1
* * patch based on work by Jim Myers to unify the ioctl handling to beAndrew Tridgell2003-12-041-6/+5
* started adding netlogon IDL and test suiteAndrew Tridgell2003-12-011-0/+1
* the beginnings of an automated tool for working out IDL properties ofAndrew Tridgell2003-11-281-0/+1
* added auto-generation of the IDL interface tables. This makes two lessAndrew Tridgell2003-11-281-0/+4
* added an rpc scanner. This prints messages like this:Andrew Tridgell2003-11-271-0/+5
* by default sign RPC over TCP but not RPC over SMB. I will add command line co...Andrew Tridgell2003-11-261-4/+5
* show an error when the epmapper fails to find an interfaceAndrew Tridgell2003-11-261-0/+2
* added auto-determination of the DCERPC over TCP port number by askingAndrew Tridgell2003-11-261-7/+13
* signed DCERPC over TCP now works !Andrew Tridgell2003-11-261-3/+30
* * fixed byte order in epmapper parsingAndrew Tridgell2003-11-241-29/+65
* initial implementation of dcerpc over tcp. RPC-EPMAPPER works, now toAndrew Tridgell2003-11-241-0/+24
* * prepared the dcerpc subsystem for adding the RPC over TCP transportAndrew Tridgell2003-11-241-15/+3
* added the dcerpc remote management interfaces as mgmt.idl, and wrote aAndrew Tridgell2003-11-241-0/+1
* * enable RPC/NDR validation in all smbtorture codeAndrew Tridgell2003-11-221-0/+3
* fix a smbtorture memory leakAndrew Tridgell2003-11-211-7/+2
* * changed the way strings are handled in pidl to a much more generalAndrew Tridgell2003-11-211-0/+1
* Start of winreg idl. Implement OpenHKLM, GetVersion and CloseKey.Tim Potter2003-11-211-0/+1
* Add initial work on eventlog - doesn't quite work yet.Tim Potter2003-11-201-0/+1
* Added ATSVC pipe.Tim Potter2003-11-201-0/+1
* srvsvc IDL and test code from metze. Thanks!Andrew Tridgell2003-11-191-0/+1
* use the auto-generated UUID, version and name rather than listing themAndrew Tridgell2003-11-181-4/+7
* added wkssvc.idl and test codeAndrew Tridgell2003-11-171-0/+1
* added the first couple of calls from samr as IDLAndrew Tridgell2003-11-151-0/+1
* Skeleton IDL for SPOOLSS pipe. For this inital version, only OpenPrinterExTim Potter2003-11-151-0/+1
* * fixed conformant arrays in structuresAndrew Tridgell2003-11-131-0/+1
* yipee! we can now do lsaOpenPolicy() via the new interfaces, withoutAndrew Tridgell2003-11-041-47/+5
* added support for fragmented sendsAndrew Tridgell2003-11-041-1/+2
* started adding RPC-ECHO torture casesAndrew Tridgell2003-11-031-0/+1
* a major revamp of the low level dcerpc code in samba4, We can now do aAndrew Tridgell2003-11-031-82/+84