summaryrefslogtreecommitdiff
path: root/source4/torture
AgeCommit message (Expand)AuthorFilesLines
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
2003-11-24added the dcerpc remote management interfaces as mgmt.idl, and wrote aAndrew Tridgell2-0/+99
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 Tridgell3-2/+5
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-21fix a smbtorture memory leakAndrew Tridgell1-7/+2
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 Tridgell3-0/+116
2003-11-21Implement DeleteKey, DeleteValue, FlushKey.Tim Potter1-0/+52
2003-11-21Start of winreg idl. Implement OpenHKLM, GetVersion and CloseKey.Tim Potter2-0/+125
2003-11-21More work on eventlog - still doesn't work. (-:Tim Potter1-5/+19
2003-11-21added 4 more levels to samr_QueryDisplayInfo()Andrew Tridgell1-11/+17
2003-11-20Add initial work on eventlog - doesn't quite work yet.Tim Potter2-0/+94
2003-11-20added samr_QueryDisplayInfo() (only level 1 so far)Andrew Tridgell1-0/+28
2003-11-20extensive samr_SetUserInfo/samr_QueryUserInfo testing, withAndrew Tridgell1-10/+34
2003-11-20 * fixed level2 of QueryUserInfoAndrew Tridgell1-13/+91
2003-11-20started on samr_SetUserInfo()Andrew Tridgell1-2/+83
2003-11-20fixed a commentAndrew Tridgell1-1/+1
2003-11-20fixed srvsvc_NetShareEnumAll()Andrew Tridgell1-5/+8
2003-11-20Add a 1004 level for srvsvc.Richard Sharpe1-1/+1
2003-11-20Added ATSVC pipe.Tim Potter2-0/+166
2003-11-20added samr_LookupRids() and test codeAndrew Tridgell1-1/+16