summaryrefslogtreecommitdiff
path: root/source4/torture
AgeCommit message (Expand)AuthorFilesLines
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
2003-12-01added netr_ServerAuthenticate() and test codeAndrew Tridgell1-8/+35
2003-12-01added netr_ServerReqChallenge and cleaned up byte array printingAndrew Tridgell1-0/+58
2003-12-01started adding netlogon IDL and test suiteAndrew Tridgell2-0/+73
2003-11-30 * removed a bunch of unused codeAndrew Tridgell2-15/+15
2003-11-30Added EnumPrinterDriver, GetPrinterDriver (still in progress)Tim Potter1-10/+159
2003-11-28GetPrinterDataEx, SetPrinterDataEx, DeletePrinterDataEx.Tim Potter1-0/+41
2003-11-28Add SetPrinterData, DeletePrinterData.Tim Potter1-0/+54
2003-11-28fixed some warningsAndrew Tridgell3-3/+3
2003-11-28the beginnings of an automated tool for working out IDL properties ofAndrew Tridgell2-0/+156
2003-11-28Fix bug in EnumPrinterData test.Tim Potter1-1/+39
2003-11-28 * added a bunch of placeholder IDL filesAndrew Tridgell2-3/+13
2003-11-28Added EnumJobs, GetJob, SetJob RPCs.Tim Potter1-0/+137
2003-11-28 * support multiple interfaces in one IDL file in pidlAndrew Tridgell1-14/+19
2003-11-28added auto-generation of the IDL interface tables. This makes two lessAndrew Tridgell1-0/+4
2003-11-27Implemented SetForm RPC.Tim Potter1-3/+24
2003-11-27Add DeleteForm, start cleaning up tests.Tim Potter1-20/+64
2003-11-27more epmapper and mgmt magicAndrew Tridgell3-51/+64
2003-11-27Implemented AddForm RPC. The mystery of the useless_ptr has beenTim Potter1-0/+20
2003-11-27added an rpc scanner. This prints messages like this:Andrew Tridgell3-2/+239
2003-11-27switched to WERROR return codes in the management IDLAndrew Tridgell1-22/+28
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-26Implemented EnumForms and GetForm.Tim Potter1-0/+106
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 Tridgell2-3/+38
2003-11-24 * fixed byte order in epmapper parsingAndrew Tridgell2-36/+72
2003-11-24initial implementation of dcerpc over tcp. RPC-EPMAPPER works, now toAndrew Tridgell2-4/+28
2003-11-24 * prepared the dcerpc subsystem for adding the RPC over TCP transportAndrew Tridgell1-15/+3
2003-11-24added tests for epm_Map endpointer map callsAndrew Tridgell1-23/+55
2003-11-24give far more detail in the EPMAPPER resultsAndrew Tridgell1-9/+82
2003-11-24added tests for the remaining calls on the rpc management interfaceAndrew Tridgell1-1/+114