summaryrefslogtreecommitdiffstats
path: root/source4/librpc/idl
Commit message (Expand)AuthorAgeFilesLines
...
* added netr_ServerReqChallenge and cleaned up byte array printingAndrew Tridgell2003-12-013-253/+294
* started adding netlogon IDL and test suiteAndrew Tridgell2003-12-011-3/+628
* Added EnumPrinterDriver, GetPrinterDriver (still in progress)Tim Potter2003-11-301-5/+65
* GetPrinterDataEx, SetPrinterDataEx, DeletePrinterDataEx.Tim Potter2003-11-281-4/+20
* Add SetPrinterData, DeletePrinterData.Tim Potter2003-11-281-2/+9
* the beginnings of an automated tool for working out IDL properties ofAndrew Tridgell2003-11-281-0/+1
* Fix bug in EnumPrinterData test.Tim Potter2003-11-281-3/+8
* * added a bunch of placeholder IDL filesAndrew Tridgell2003-11-2811-0/+188
* Added EnumJobs, GetJob, SetJob RPCs.Tim Potter2003-11-281-3/+44
* * support multiple interfaces in one IDL file in pidlAndrew Tridgell2003-11-282-2/+2
* Implemented SetForm RPC.Tim Potter2003-11-271-1/+5
* Add DeleteForm, start cleaning up tests.Tim Potter2003-11-271-1/+3
* more epmapper and mgmt magicAndrew Tridgell2003-11-271-4/+8
* Implemented AddForm RPC. The mystery of the useless_ptr has beenTim Potter2003-11-271-1/+19
* added an rpc scanner. This prints messages like this:Andrew Tridgell2003-11-271-0/+6
* use EPMAPPER_PORT constant instead of 135Andrew Tridgell2003-11-271-0/+2
* switched to WERROR return codes in the management IDLAndrew Tridgell2003-11-271-19/+16
* Implemented EnumForms and GetForm.Tim Potter2003-11-261-4/+20
* added a link to opengroup PDU definitionsAndrew Tridgell2003-11-261-0/+3
* Add bind nak to dcerpc_payload.Tim Potter2003-11-261-0/+1
* use the IDL defined NDR version numberAndrew Tridgell2003-11-261-1/+1
* added auto-determination of the DCERPC over TCP port number by askingAndrew Tridgell2003-11-262-1/+18
* signed DCERPC over TCP now works !Andrew Tridgell2003-11-261-14/+56
* Spoolss functions return WERROR not NTSTATUS.Tim Potter2003-11-251-187/+196
* added tests for epm_Map endpointer map callsAndrew Tridgell2003-11-241-4/+4
* give far more detail in the EPMAPPER resultsAndrew Tridgell2003-11-241-19/+22
* added tests for the remaining calls on the rpc management interfaceAndrew Tridgell2003-11-241-3/+17
* added the dcerpc remote management interfaces as mgmt.idl, and wrote aAndrew Tridgell2003-11-244-8/+81
* * better diagnostics in ndrdumpAndrew Tridgell2003-11-231-1/+5
* Add a strlen_m_term() function for returning the length of a stringTim Potter2003-11-231-2/+2
* fixed the handling of value() attributes on scalars in IDL thatAndrew Tridgell2003-11-232-6/+6
* Strings in the winreg pipe are terminated.Tim Potter2003-11-231-3/+3
* ooh, this is fun!Andrew Tridgell2003-11-232-1/+124
* added support for enumerated types in IDL files. This makes unionsAndrew Tridgell2003-11-221-4/+11
* added support for 'const' in IDL files. This makes it easy to defineAndrew Tridgell2003-11-221-8/+8
* * fixed handling of relative subcontext unionsAndrew Tridgell2003-11-221-19/+19
* dfs torture test now passesAndrew Tridgell2003-11-221-7/+6
* a fairly major upgrade to the dcerpc systemAndrew Tridgell2003-11-221-5/+5
* * you can't have two parameters with the same name (pidl doesn't enforceAndrew Tridgell2003-11-221-3/+3
* Convert all NTSTATUS return codes to WERROR.Tim Potter2003-11-221-41/+107
* added some explanations for epmapper IDL and dom_sid2Andrew Tridgell2003-11-221-0/+13
* don't ignore .h files hereAndrew Tridgell2003-11-211-1/+1
* forgot to commit this, sorryAndrew Tridgell2003-11-211-0/+41
* * changed the way strings are handled in pidl to a much more generalAndrew Tridgell2003-11-2112-6/+179
* Implement DeleteKey, DeleteValue, FlushKey.Tim Potter2003-11-211-6/+11
* Start of winreg idl. Implement OpenHKLM, GetVersion and CloseKey.Tim Potter2003-11-211-0/+206
* More work on eventlog - still doesn't work. (-:Tim Potter2003-11-211-5/+19
* added 4 more levels to samr_QueryDisplayInfo()Andrew Tridgell2003-11-212-5/+45
* Todd Sabin pointed out that a couple of the values I marked as hyper_tAndrew Tridgell2003-11-201-3/+10
* Add initial work on eventlog - doesn't quite work yet.Tim Potter2003-11-201-0/+32