summaryrefslogtreecommitdiff
path: root/source4/librpc/idl
AgeCommit message (Expand)AuthorFilesLines
2003-12-02another big improvement in the credentials API. I think it nowAndrew Tridgell1-92/+193
2003-12-02 * netr_ServerPasswordSet() now works - the test suite changes theAndrew Tridgell1-13/+12
2003-12-01 * another small API change in the credentials codeAndrew Tridgell1-5/+5
2003-12-01neater credentials handling in netlogon client codeAndrew Tridgell1-14/+21
2003-12-01added netr_LogonSamLogon() and test codeAndrew Tridgell2-102/+102
2003-12-01added netr_ServerAuthenticate() and test codeAndrew Tridgell1-9/+5
2003-12-01added netr_ServerReqChallenge and cleaned up byte array printingAndrew Tridgell3-253/+294
2003-12-01started adding netlogon IDL and test suiteAndrew Tridgell1-3/+628
2003-11-30Added EnumPrinterDriver, GetPrinterDriver (still in progress)Tim Potter1-5/+65
2003-11-28GetPrinterDataEx, SetPrinterDataEx, DeletePrinterDataEx.Tim Potter1-4/+20
2003-11-28Add SetPrinterData, DeletePrinterData.Tim Potter1-2/+9
2003-11-28the beginnings of an automated tool for working out IDL properties ofAndrew Tridgell1-0/+1
2003-11-28Fix bug in EnumPrinterData test.Tim Potter1-3/+8
2003-11-28 * added a bunch of placeholder IDL filesAndrew Tridgell11-0/+188
2003-11-28Added EnumJobs, GetJob, SetJob RPCs.Tim Potter1-3/+44
2003-11-28 * support multiple interfaces in one IDL file in pidlAndrew Tridgell2-2/+2
2003-11-27Implemented SetForm RPC.Tim Potter1-1/+5
2003-11-27Add DeleteForm, start cleaning up tests.Tim Potter1-1/+3
2003-11-27more epmapper and mgmt magicAndrew Tridgell1-4/+8
2003-11-27Implemented AddForm RPC. The mystery of the useless_ptr has beenTim Potter1-1/+19
2003-11-27added an rpc scanner. This prints messages like this:Andrew Tridgell1-0/+6
2003-11-27use EPMAPPER_PORT constant instead of 135Andrew Tridgell1-0/+2
2003-11-27switched to WERROR return codes in the management IDLAndrew Tridgell1-19/+16
2003-11-26Implemented EnumForms and GetForm.Tim Potter1-4/+20
2003-11-26added a link to opengroup PDU definitionsAndrew Tridgell1-0/+3
2003-11-26Add bind nak to dcerpc_payload.Tim Potter1-0/+1
2003-11-26use the IDL defined NDR version numberAndrew Tridgell1-1/+1
2003-11-26added auto-determination of the DCERPC over TCP port number by askingAndrew Tridgell2-1/+18
2003-11-26signed DCERPC over TCP now works !Andrew Tridgell1-14/+56
2003-11-25Spoolss functions return WERROR not NTSTATUS.Tim Potter1-187/+196
2003-11-24added tests for epm_Map endpointer map callsAndrew Tridgell1-4/+4
2003-11-24give far more detail in the EPMAPPER resultsAndrew Tridgell1-19/+22
2003-11-24added tests for the remaining calls on the rpc management interfaceAndrew Tridgell1-3/+17
2003-11-24added the dcerpc remote management interfaces as mgmt.idl, and wrote aAndrew Tridgell4-8/+81
2003-11-23 * better diagnostics in ndrdumpAndrew Tridgell1-1/+5
2003-11-23Add a strlen_m_term() function for returning the length of a stringTim Potter1-2/+2
2003-11-23fixed the handling of value() attributes on scalars in IDL thatAndrew Tridgell2-6/+6
2003-11-23Strings in the winreg pipe are terminated.Tim Potter1-3/+3
2003-11-23ooh, this is fun!Andrew Tridgell2-1/+124
2003-11-22added support for enumerated types in IDL files. This makes unionsAndrew Tridgell1-4/+11
2003-11-22added support for 'const' in IDL files. This makes it easy to defineAndrew Tridgell1-8/+8
2003-11-22 * fixed handling of relative subcontext unionsAndrew Tridgell1-19/+19
2003-11-22dfs torture test now passesAndrew Tridgell1-7/+6
2003-11-22a fairly major upgrade to the dcerpc systemAndrew Tridgell1-5/+5
2003-11-22 * you can't have two parameters with the same name (pidl doesn't enforceAndrew Tridgell1-3/+3
2003-11-22Convert all NTSTATUS return codes to WERROR.Tim Potter1-41/+107
2003-11-22added some explanations for epmapper IDL and dom_sid2Andrew Tridgell1-0/+13
2003-11-21don't ignore .h files hereAndrew Tridgell1-1/+1
2003-11-21forgot to commit this, sorryAndrew Tridgell1-0/+41
2003-11-21* changed the way strings are handled in pidl to a much more generalAndrew Tridgell12-6/+179