summaryrefslogtreecommitdiff
path: root/source4/torture
AgeCommit message (Expand)AuthorFilesLines
2004-02-08Convert libcli routines to use cli_tree instead of cli_state. PortTim Potter29-1133/+1135
2004-02-05add the TORTURE SUBSYSTEM to the config.m4 schemeStefan Metzmacher1-0/+24
2004-02-03This would appear to restore smbtorture to be able to use the syntaxAndrew Bartlett1-1/+3
2004-02-03- add 'print' to the DCERPC binding stringsStefan Metzmacher12-24/+0
2004-01-24Remove testing utility for removed SAM systemJelmer Vernooij2-489/+0
2004-01-21cope with a wider range of broken servers in the RAW-QFILEINFO testAndrew Tridgell1-8/+10
2004-01-20check for the correct fault code when the server fails a use of aAndrew Tridgell1-3/+9
2004-01-20added code to the RPC-SPOOLSS test that demonstrates that policyAndrew Tridgell1-0/+41
2004-01-19Add test to set single fields in fields_present with info21.Simo Sorce1-37/+53
2004-01-17make sure we initialise r.out.handle in openeventlogAndrew Tridgell1-0/+1
2003-12-22remove some unused filesAndrew Tridgell9-4386/+0
2003-12-21minor updates to make the srvsvc test compileAndrew Tridgell1-5/+5
2003-12-21wkssvc test updates from metzeAndrew Tridgell1-15/+21
2003-12-19addition of samr_SetSecurity() from kaiAndrew Tridgell1-0/+17
2003-12-19fixed the AddAliasMem test codeAndrew Tridgell1-13/+21
2003-12-19added a bunch of alias functions in samr.idl based on work by Kai.Andrew Tridgell1-14/+327
2003-12-17fixed a bug in the acct_flags checking on CreateUser2 in the RPC-SAMR testAndrew Tridgell1-5/+5
2003-12-16fixed the RPC-MGMT and RPC-SCANNER tests to work with the newAndrew Tridgell2-26/+61
2003-12-16a fairly large commit!Andrew Tridgell3-9/+7
2003-12-15fixed srvsvc DiskEnum callAndrew Tridgell1-5/+7
2003-12-15patch from metze with updates to srvsvc and changes to pidl to allowAndrew Tridgell1-6/+5
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 Tridgell2-4/+15
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-13added a basic dcerpc endpoint mapper to Samba4. Currently onlyAndrew Tridgell1-6/+6
2003-12-12Small cleanup of test code. Rename enum indexes to be the same nameTim Potter1-112/+86
2003-12-12Got winreg_EnumValue working - what a mess!Tim Potter1-16/+62
2003-12-10 * removed some unused codeAndrew Tridgell1-2/+2
2003-12-04removed an unused fileAndrew Tridgell1-325/+0
2003-12-04* patch based on work by Jim Myers to unify the ioctl handling to beAndrew Tridgell4-28/+42
2003-12-03My first stab at Samba4 IDL!Andrew Bartlett1-3/+139
2003-12-02added netr_LogonControl2Ex()Andrew Tridgell1-1/+85
2003-12-02added netr_DatabaseSync2()Andrew Tridgell1-0/+55
2003-12-02added netr_LogonControl2() and netr_ServerAuthenticate2()Andrew Tridgell1-3/+145
2003-12-02added netr_LogonControl() and netr_GetAnyDCName()Andrew Tridgell1-5/+70
2003-12-02added netr_GetDcName() - quite a useful callAndrew Tridgell1-5/+30
2003-12-02added netr_AccountSync(), another NT_STATUS_NOT_IMPLEMENTED callAndrew Tridgell1-1/+40
2003-12-02added netr_AccountDeltas(), which w2k3 givesAndrew Tridgell1-0/+41
2003-12-02netr_DatabaseDeltas() now works. We ask for the deltas associated withAndrew Tridgell1-0/+72
2003-12-02netr_DatabaseSync() now works fully for databases 0, 1 and 2Andrew Tridgell1-1/+1
2003-12-02netr_DatabaseSync() now works fully for database 0Andrew Tridgell1-13/+25
2003-12-02initial netlogon database sync partly works - needs some IDL tweaksAndrew Tridgell1-3/+3
2003-12-02added netr_DatabaseSync(). It doesn't work as I haven't done schannelAndrew Tridgell1-0/+44
2003-12-02another big improvement in the credentials API. I think it nowAndrew Tridgell1-9/+23
2003-12-02 * netr_ServerPasswordSet() now works - the test suite changes theAndrew Tridgell3-34/+84
2003-12-01 * another small API change in the credentials codeAndrew Tridgell1-9/+9
2003-12-01neater credentials handling in netlogon client codeAndrew Tridgell1-24/+16
2003-12-01added netr_LogonSamLogon() and test codeAndrew Tridgell1-7/+59