summaryrefslogtreecommitdiffstats
path: root/source4/torture
Commit message (Expand)AuthorAgeFilesLines
...
* Fix bug in EnumPrinterData test.Tim Potter2003-11-281-1/+39
* * added a bunch of placeholder IDL filesAndrew Tridgell2003-11-282-3/+13
* Added EnumJobs, GetJob, SetJob RPCs.Tim Potter2003-11-281-0/+137
* * support multiple interfaces in one IDL file in pidlAndrew Tridgell2003-11-281-14/+19
* added auto-generation of the IDL interface tables. This makes two lessAndrew Tridgell2003-11-281-0/+4
* Implemented SetForm RPC.Tim Potter2003-11-271-3/+24
* Add DeleteForm, start cleaning up tests.Tim Potter2003-11-271-20/+64
* more epmapper and mgmt magicAndrew Tridgell2003-11-273-51/+64
* Implemented AddForm RPC. The mystery of the useless_ptr has beenTim Potter2003-11-271-0/+20
* added an rpc scanner. This prints messages like this:Andrew Tridgell2003-11-273-2/+239
* switched to WERROR return codes in the management IDLAndrew Tridgell2003-11-271-22/+28
* by default sign RPC over TCP but not RPC over SMB. I will add command line co...Andrew Tridgell2003-11-261-4/+5
* Implemented EnumForms and GetForm.Tim Potter2003-11-261-0/+106
* 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-262-3/+38
* * fixed byte order in epmapper parsingAndrew Tridgell2003-11-242-36/+72
* initial implementation of dcerpc over tcp. RPC-EPMAPPER works, now toAndrew Tridgell2003-11-242-4/+28
* * prepared the dcerpc subsystem for adding the RPC over TCP transportAndrew Tridgell2003-11-241-15/+3
* added tests for epm_Map endpointer map callsAndrew Tridgell2003-11-241-23/+55
* give far more detail in the EPMAPPER resultsAndrew Tridgell2003-11-241-9/+82
* added tests for the remaining calls on the rpc management interfaceAndrew Tridgell2003-11-241-1/+114
* added the dcerpc remote management interfaces as mgmt.idl, and wrote aAndrew Tridgell2003-11-242-0/+99
* * better diagnostics in ndrdumpAndrew Tridgell2003-11-231-3/+15
* Modify WINREG test program to recursively enumerate keys in all knownTim Potter2003-11-231-64/+47
* Check NT_STATUS code from dcerpc call function before checking theTim Potter2003-11-231-2/+2
* Actually call right function name.Tim Potter2003-11-231-1/+1
* Call enumkey for tridge.Tim Potter2003-11-231-0/+4
* String termination fix.Tim Potter2003-11-231-30/+87
* reduced the number of magic types we need in mkproto.plAndrew Tridgell2003-11-231-1/+1
* * fixed null terminated string handlingAndrew Tridgell2003-11-221-1/+1
* * fixed handling of relative subcontext unionsAndrew Tridgell2003-11-221-2/+2
* * fixed NDR flag inheritance across push subcontextsAndrew Tridgell2003-11-221-2/+2
* * enable RPC/NDR validation in all smbtorture codeAndrew Tridgell2003-11-223-2/+5
* a fairly major upgrade to the dcerpc systemAndrew Tridgell2003-11-2211-4/+24
* Convert all NTSTATUS return codes to WERROR.Tim Potter2003-11-221-12/+227
* fix a smbtorture memory leakAndrew Tridgell2003-11-211-7/+2
* print out the UUIDs from the end point mapperAndrew Tridgell2003-11-211-0/+7
* * changed the way strings are handled in pidl to a much more generalAndrew Tridgell2003-11-213-0/+116
* Implement DeleteKey, DeleteValue, FlushKey.Tim Potter2003-11-211-0/+52
* Start of winreg idl. Implement OpenHKLM, GetVersion and CloseKey.Tim Potter2003-11-212-0/+125
* More work on eventlog - still doesn't work. (-:Tim Potter2003-11-211-5/+19
* added 4 more levels to samr_QueryDisplayInfo()Andrew Tridgell2003-11-211-11/+17
* Add initial work on eventlog - doesn't quite work yet.Tim Potter2003-11-202-0/+94
* added samr_QueryDisplayInfo() (only level 1 so far)Andrew Tridgell2003-11-201-0/+28
* extensive samr_SetUserInfo/samr_QueryUserInfo testing, withAndrew Tridgell2003-11-201-10/+34
* * fixed level2 of QueryUserInfoAndrew Tridgell2003-11-201-13/+91
* started on samr_SetUserInfo()Andrew Tridgell2003-11-201-2/+83
* fixed a commentAndrew Tridgell2003-11-201-1/+1
* fixed srvsvc_NetShareEnumAll()Andrew Tridgell2003-11-201-5/+8