summaryrefslogtreecommitdiff
path: root/source4/torture/rpc
AgeCommit message (Expand)AuthorFilesLines
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 Tridgell1-0/+72
2003-11-30 * removed a bunch of unused codeAndrew Tridgell1-14/+14
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 Tridgell1-1/+1
2003-11-28the beginnings of an automated tool for working out IDL properties ofAndrew Tridgell1-0/+155
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-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 Tridgell2-2/+234
2003-11-27switched to WERROR return codes in the management IDLAndrew Tridgell1-22/+28
2003-11-26Implemented EnumForms and GetForm.Tim Potter1-0/+106
2003-11-26signed DCERPC over TCP now works !Andrew Tridgell1-0/+8
2003-11-24 * fixed byte order in epmapper parsingAndrew Tridgell1-7/+7
2003-11-24initial implementation of dcerpc over tcp. RPC-EPMAPPER works, now toAndrew Tridgell1-4/+4
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
2003-11-24added the dcerpc remote management interfaces as mgmt.idl, and wrote aAndrew Tridgell1-0/+98
2003-11-23 * better diagnostics in ndrdumpAndrew Tridgell1-3/+15
2003-11-23Modify WINREG test program to recursively enumerate keys in all knownTim Potter1-64/+47
2003-11-23Check NT_STATUS code from dcerpc call function before checking theTim Potter1-2/+2
2003-11-23Actually call right function name.Tim Potter1-1/+1
2003-11-23Call enumkey for tridge.Tim Potter1-0/+4
2003-11-23String termination fix.Tim Potter1-30/+87
2003-11-23reduced the number of magic types we need in mkproto.plAndrew Tridgell1-1/+1
2003-11-22 * fixed null terminated string handlingAndrew Tridgell1-1/+1
2003-11-22 * fixed handling of relative subcontext unionsAndrew Tridgell1-2/+2
2003-11-22 * fixed NDR flag inheritance across push subcontextsAndrew Tridgell1-2/+2
2003-11-22 * enable RPC/NDR validation in all smbtorture codeAndrew Tridgell2-2/+2
2003-11-22a fairly major upgrade to the dcerpc systemAndrew Tridgell11-4/+24
2003-11-22Convert all NTSTATUS return codes to WERROR.Tim Potter1-12/+227
2003-11-21print out the UUIDs from the end point mapperAndrew Tridgell1-0/+7
2003-11-21* changed the way strings are handled in pidl to a much more generalAndrew Tridgell2-0/+115
2003-11-21Implement DeleteKey, DeleteValue, FlushKey.Tim Potter1-0/+52
2003-11-21Start of winreg idl. Implement OpenHKLM, GetVersion and CloseKey.Tim Potter1-0/+124
2003-11-21More work on eventlog - still doesn't work. (-:Tim Potter1-5/+19